• pankpapa

    (@pankpapa)


    Hello there, I just change in one of my pages some text and after I saved the page the change apeared in my site but when I am tring to edit any one of my site’s pages I am ending up with this message:

    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140535624893016 bytes) in /home/healthso/public_html/wp-content/themes/Avada/includes/class-avada-options.php on line 134

    I dont know what to do to fix it the line 134 on the above mentioned file has the following text:

    line 133: foreach ( $this->section_names as $section ) {
    line 134: include_once Avada::$template_dir_path . ‘/includes/options/’ . $section . ‘.php’;
    line 135: }

    If anyone can help I would be glad.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • James Lee

    (@jameslhc)

    The mentioned error doesn’t really make sense.

    It is trying to allocate 140535624893016 bytes which is 140 TB!

    Did you make any changes to your themes or plugins or updated them recently?

    Moderator t-p

    (@t-p)

    I just change in one of my pages some text and after I saved the page the change apeared in my site

    Have you tried undoing the change?

    You may also try:
    manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    – If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Allowed memory size of 536870912 bytes exhausted’ is closed to new replies.