• Resolved Akash Yadav

    (@geekviewed)


    My website is working properly but after installing the Jetpack Plugin , my admin panel is not opening and showing an error:
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 3072 bytes) in /home/geekviewed/public_html/wp-admin/includes/deprecated.php on line 869

    Although my website is working fine.
    Please help me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The error says WordPress needs more memory than the current limit of 64MB. If this is happening after ACTIVATING Jetpack, try the following:

    1) DE-ACTIVATE Jetpack. Use FTP or your hosting control panel to rename the Jetpack folder (/wp-content/themes/jetpack) to something else. This should de-active Jetpack and allow you to login to the Dashboard.

    2) If you MUST use Jetpack, try and see if you can increase the maximum memory that WordPress is allowed to use. Add this to your wp-config.php file

    define('WP_MAX_MEMORY_LIMIT', '128M');

    This *should* set the maximum memory the WordPress admin area is allowed to use 128MB, overriding the default limit of 64MB. But note that some hosts don’t allow such overrides, which is why I made it option 2 ??

    Thread Starter Akash Yadav

    (@geekviewed)

    Hey,
    Thanks for the Quick reply.
    In my php.ini file I have changed the memory limit from 64M to 128M
    But still this error is showing.
    Sometime before when I installed jetpack it worked just fine but why not now?

    Thread Starter Akash Yadav

    (@geekviewed)

    Disabling Jetpack fixed the problem.
    But the solution to use Jetpack didn’t work
    I changed the max memory limit to 128M in both wp-config.php and php.ini but still can’t use jetpack.
    Please help

    Thread Starter Akash Yadav

    (@geekviewed)

    Resolved the problem with my Host.
    Thanks for the help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘FATAL Error – Please Help!’ is closed to new replies.