Hello,
I successfully upgraded from 1.7.1 to 1.7.7. Everything is fine excepted that i cannot activate/deactivate any plugin anymore: error 500
Help me please !!!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jeff Tilson@jrtilson

Jeff Tilson - 0 likes
Also, check your php error logs to see if there is more info.
- Air Libertins@airlibertins

Air Libertins - 0 likes
You must log in to post replies.Error 500 is an internal server error.. I would guess that you have a plugin thats throwing up some kind of PHP exception. Make sure your .htaccess file has the following to display errors:
php_value display_errors 1
Thanks a lot Jeff for pointing me to the right direction
I found the solution at http://evanwinslow.com/2010/11/elgg-troubleshooting-allowed-memory-size-of-67108864-bytes-exhausted/