WordPress fatal memory error on plugin activation

Solution:

Its all about memory issue

you need to increase

define('WP_MEMORY_LIMIT', '96M'); to define('WP_MEMORY_LIMIT', '256M');

Also deactivate all the plugins and then try to activate plugins one by one