• Hello guys,

    Can you help me? I can’t edit my frontpage and when i open the editor, it says

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16384 bytes) in /home/smiagiun/public_html/wp-content/plugins/siteorigin-panels/siteorigin-panels.php on line 421

    I hope you guys can help me

    Thankyou

Viewing 1 replies (of 1 total)
  • Hello there,

    It seems like the memory limit on your server isn’t properly configured. Try to do one of the following instructions:

    * Edit your wp-config.php file. Then add the following:

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

    * If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:

    memory_limit = 64M ;

    * If you don’t have access to PHP.ini try adding this to an .htaccess file:

    php_value memory_limit 64M

    If none of them helps, please talk to your hosting provider. They could help to resolve this issue.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Can't edit my frontpage (PageBuilder Siteorigin Fatal Error)’ is closed to new replies.