Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326024
    fatcatgraphics
    Participant

    Hello,
    I just updated to the latest version of X theme and as soon as I did I could no longer access the customization area. I now get this message:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /home/renalynd/public_html/wp-content/themes/x/framework/functions/global/admin/customizer/fonts/data.php on line 6703
    My site is PalilaStudio.com

    Thanks in advance,
    Rena

    #1326297
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can try adding the following lines into your wp-config.php file in the root of your WordPress installation.

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

    You can add the above code, before the following lines:
    /* That's all, stop editing! Happy blogging. */

    Let us know how it goes.
    Thanks!

    #1328776
    fatcatgraphics
    Participant

    Thank you that worked. Can you tell me why its happening? Do I have too many fonts loaded??

    #1328883
    Rahul
    Moderator

    Glad it helped!

    Kindly follow this link :

    https://www.quora.com/How-would-you-increase-PHP-memory-limit

    Hope this helps!

  • <script> jQuery(function($){ $("#no-reply-1326024 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>