X theme - Fatal error: Allowed memory size of 134217728 bytes exhausted

Hi |I installed the theme and am getting this error now?

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 786432 bytes) in /home/admindst/public_html/wp-content/themes/x/framework/functions/plugins/visual-composer.php on line 2879

Hey Dougal,

If you are getting an error message that suggests: Fatal error: Allowed memory size of xxxxx bytes exhausted, it means that you need to have the PHP memory limit of your site increased.

To do this, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

Here is a detailed article about the PHP Memory Limit that is in our Knowledge Base:

In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

thank you for the help

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.