Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Hi
    I removed the code after i got the error, the home page still does not load in the advanced editor but the other pages seem to load better/faster
    Thanks
    Chris

    Hi
    Thanks so much for the fast replies, i tried adding the code in the funtions.php file but when i do i get thise error when i go back to the website.

    Fatal error: Cannot redeclare stop_heartbeat() (previously declared in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/plugins/heartbeat-control/heartbeat-control-actions.php:11) in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/themes/enfold/functions.php on line 570

    I think I put the code in the right place but I could be wrong.

    Thanks
    Chris

    Hi
    Thanks a lot for all the help, I installed the plugin and set it to 50 as mentioned, should i also add the code into the functions file? so far the home page still does not load in the advanced editor only the regular editor which im able to edit with just not as smoothly.

    Thanks
    Chris

    Hi
    I wish i could increase the memory for you but our host wont do that unless we pay a much larger hosting fee :( At the moment i don’t believe we can afford to pay for the larger hosting package as we are a small company. Thank you very much for the help so far!!
    Thanks
    Chris

    Hi
    Yes i have tried deactivating the plugins, and yes you can have permission to deactivate them also. As for the FTP install, that’s way over my head im hoping this can be solved without going that far. Thanks for all the help so its much apreciated!!

    Thanks
    Chris

    Hi
    Thank you for checking in to the site for me, the problem seems to only be on the homepage at the moment although i havent tried to edit the other pages since then just in case they break as well. To reproduce the error i copy and past the content from the home page into a new page and as soon as i save it starts the error and sticks on the loading wheel of the advanced editor.

    Thanks
    Chris

    Hi Thanks for the reply, I contacted my host and 128mb is the highest my memory goes and is currently set to 128mb, I’m still having the same issue where my homepage will not load in the Avia advanced editor. Im not sure at all what i can do to fix this, if somone is able to login and figure it out that would be greatly apreciated!!

    Thanks
    Chris

    Hi Here is the code from my php file for the memory

    // Define memory limits.
    if ( ! defined( ‘WP_MEMORY_LIMIT’ ) ) {
    if ( false === wp_is_ini_value_changeable( ‘memory_limit’ ) ) {
    define( ‘WP_MEMORY_LIMIT’, $current_limit );
    } elseif ( is_multisite() ) {
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    } else {
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    }
    }

    if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
    if ( false === wp_is_ini_value_changeable( ‘memory_limit’ ) ) {
    define( ‘WP_MAX_MEMORY_LIMIT’, $current_limit );
    } elseif ( -1 === $current_limit_int || $current_limit_int > 268435456 /* = 256M */ ) {
    define( ‘WP_MAX_MEMORY_LIMIT’, $current_limit );
    } else {
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
    }
    }

    I’ve set it all as high as possible but I’m still not able to load the page do you have any other suggestions?

    Thanks Chris

Viewing 8 posts - 1 through 8 (of 8 total)