the link it crashes on is:
wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Very odd. I just installed and activated it on a new website on Friday. Can you try activating another plugin and seeing if you have the same problem?
I am doing some research into the problem and many times the issue is that the web host is not allocating enough memory.
One thing you can do is add this code to your wp-config.php file. Then the error message will be displayed and you can let me know what it is, and then we can track it down.
define( 'WP_DEBUG', true );
There may already be a line in your wp-config.php file that says
define( 'WP_DEBUG', false );
so in that case just change it to
define( 'WP_DEBUG', true );
After you’ve done that, try to re-activate Mooberry Book Manager, and let me know if you get an error message.
Does the update to version 2.3 help?
I’m having this same problem. The 2.3 version does not help.
Are you able to add the following code to your wp-config.php file? And if so, does that give you the actual error message when you try to activate Mooberry Book Manager?
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
I’m not able to recreate the problem and without an actual error message (500 Internal Server Error is a generic error that doesn’t say what the actual problem is) this is nearly impossible to debug.
I believe this is fixed with the 2.4.2 update I just released. Can anyone verify?
I just tried installing/activating it and I got the “500 – Internal server error.”
Even with version 2.4.2? 🙁
Who is your hosting company?
Ah. GoDaddy is notorious for having issues with uploading images in WordPress. You might try a search like this and seeing if any of the solutions work for you:
https://www.google.com/search?q=wordpress+godaddy+images&oq=wordpress+godaddy+images&aqs=chrome..69i57j0l5.7518j0j4&sourceid=chrome&es_sm=0&ie=UTF-8
Same problem when trying to activate the plugin on a new site, it keeps giving me an internal server error.
The weird thing is, I have MBM already running on a structurally identical site – same theme, plugins and version – and it is working just fine over there. I tried deleting and reinstalling, and installing a different version. Other plugins activate without a hitch, and deactivating the one plugin (Wordfence) which just updated had no effect. I also haven’t had any problems with image uploads or plugin installations on GoDaddy, which is where both sites are hosted.
Any ideas?
I’ve optimized the activation process with version 3.1 with no more image uploads.
Hoping to get version 3.1 out by the end of next week at the latest.
Try deleting the plugin and reinstalling with the new version 3.1 and let me know if that solves the problem.