I had a server failure today and now I have it back up but I am encountering many errors. I had to rebuild LAMP and I assume that this has caused many of the errors. I have been turning off modules in PHPMYADMIN and have gotten to this error on one of my sites, it will launch the first page but when I try to go anywhere I get this error; The requested URL /home was not found on this server.
Apache/2.2.12 (Ubuntu) Server at basecamp-operations.com Port 80. On one of my other sites I have turned off most of the modules and now have gotten to this error;
Fatal error: Call to undefined function user_access() in /var/www/modules/node/node.module on line 2019. If I turn off the node modules I get this;
Fatal error: Call to undefined function node_load() in /var/www/includes/menu.inc on line 410
Does anyone know where I go from here? The databases seem intact. But how do I get the main program and modules back up? I have three other more simple sites which are okay. They are www.thecomingdays.com www.papahills.com and www.prophetspeak.com
The sites I am having trouble with are more module heavy, they are www.tasteoflifestores.com and www.basecamp-operations.com Do I need to shut down all the modules before I can bring them back up, or is there another way? I have adjusted the new php.ini to a much higher memory limit so I don't think that is causing it. I have tried to run update.php and cron, but to no avail. Please help if you can.
Thanks,
Ron
Comments
=-=
looks like a node was set as the front page in adminsiter -> site information that is no longer there thus it can't locate the front page which used to be named /home ?
In trying to get it running I
In trying to get it running I have disabled some modules. Working with the site and phpmyadmin, I would try to launch the site and each time the site would indicate which module it was having difficulty with I would disable it in phpmyadmin. I have tried to turn nodes and menus back on but each time it rebels. At this point I don't know how to proceed. Is there a good way at this point to to attack the recovery?
Seems that some module got
Seems that some module got disabled in the process. Check the menu module and node module.
Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form
I did purposely disabled some
I did purposely disabled some modules as mentioned in the reply above. Do you have suggestions as to how to proceed?
[SOLVED]
The problem turned out to be cleanURLs. I turned it off via PHPMyAdmin.