Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • tizz you’re awesome! I could kiss you ??

    I had the exact same problem and have been trying to fix it for days trying out every advice. It couldn’t have been easier!!!

    I added <?php wp_footer(); ?> to footer.php file in my custom theme before the </body> tag and bam!

    </body>
    <?php wp_footer(); ?>
    </html>

    Thanks a lot!!!

    Thread Starter Melyssa

    (@lelyssa)

    Many thanks for your reply Tara!

    I followed your advice and updated by the list but nothing’s changed. I still get the same error message as above.

    I’m not even interested in updating any more and just want to revert back to the version where the blog was working.

    I’ve also tried to increase the memory limit:
    define('WP_MEMORY_LIMIT', '96M');

    If I delete everything from my FTP and do a full clean install without any themes, plugins etc. will I be able to connect to the database again without losing posts? I will of course back up the wp-content/uploads folder and manually add plugins with settings.

    The error message states that it cannot find load.php but it’s there. I don’t know what else I can do just to restore it as I’m giving up!

    Thanks again for your time.

Viewing 2 replies - 1 through 2 (of 2 total)