Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m getting the same error, but it’s referencing a different file, same # of bytes, though.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/snapdra/public_html/marginaliastudios.com/wp-content/plugins/wp-e-commerce/transaction_result_functions.php on line 313

    I found a fix.

    Go into your wp-settings.php, and change the line that says

    define('WP_MEMORY_LIMIT', '32M');

    to:

    define('WP_MEMORY_LIMIT', '64M');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP e-Commerce] Fatal error: Allowed memory size of 33554432 bytes exhausted’ is closed to new replies.