I've recently added a new theme to my test site. I was in the middle of creating a custom content type when I realized I needed a new module. Hopped on over to the modules page and was hit with an HTTP500 error. Now I can't navigate to any of my pages.

If I go to the site's IP address, I get the HTTP500 error. http://192.168.1.95
If I go to the site's IP address and add a page to the address, I get a 404 error http://192.168.1.95/blog; http://192.168.1.95/home; etc...

http://192.168.1.95/admin returns a HTTP500 error.

This started happening completely out of the blue just after adding some fields to a content type.

EDIT: I've rebooted the server with no success. Other drupal sites on the server under different home directories/IP addresses work OK.

Any help would be appreciated.

Comments

ssbtech’s picture

I see this in the MySQL log if it's of any help.

Timestamp, Thread, Type, Details
, , , 2016-10-21 11:22:52 f8 InnoDB: cannot calculate statistics for table "acquiadrupal7981"."cache_admin_menu" because the .ibd file is missing. For help, please refer to http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html

ssbtech’s picture

One more update:

I removed the admin_menu module from sites/all/modules and I'm now able to navigate to my website.

I can also get to 192.168.1.95/admin now
However, obviously I have no admin menu, and attempting to access 192.168.1.95/admin/modules results in a 500 error.

Jaypan’s picture

500 errors are more likely to be in your PHP or Apache logs. What do they say?