I have a drupal 7 site which have some issues i search every where but can't find any thing to fix the issue.
the issue is that when i install new module or disable and re-enable existing module and save changes. it gives me error messege
Server error
The website encountered an error while retrieving http://www.daenotes.com/admin/modules/list/confirm. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
when i refresh the page and confirm form re-submission request. the module is enabled but the configuration page for that module is not added in configuration or setting menu. and i can't access the setting for that module.
I can't figure out the problem any one help...
Comments
^
Sounds like your server has problems when enabling the module. Sadly, worse that module admin page shows that module is enabled.
I suggesting following the http://drupal.org/node/158043 guide to enable error reporting and then trying again to see if you get a memory limit problem.
if it's a memory limit problem, see http://drupal.org/node/207036
What's new and changing in PHP 8.4
problem solved
Thanks man for the reply the memory limit solve the problem. my site memory limit was 128 MB i changed it to 256 MB in the setting.php file and the issue is solved.