• Resolved gabernx

    (@gabernx)


    Hello, the plugin was working fine, but after some changes to the product where its supposed to show up I’m suddenly getting a fatal error breaking the whole page:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 196608 bytes) in /home/site/public_html/wp-content/plugins/pricing-table-by-supsystic/classes/Twig/Environment.php(403) : eval()’d code on line 468

    Please help me resolve this. Thanks!

    https://www.ads-software.com/plugins/pricing-table-by-supsystic/

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    The problem is in that for the script of our plugin is not enough the RAM, you can change this limitation – <?php ini_set("memory_limit", "32M"); ?> in “.htaccess” file – php_value memory_limit 32M
    Or ask your hosting provider to increase the amount of memory available for PHP.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error Message’ is closed to new replies.