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 🙂
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?
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
Resolved the problem with my Host.
Thanks for the help