By Anonymous (not verified) on
Fatal error: Call to undefined function: module_exist() in /hsphere/local/home/oned1/onlinetips.org/includes/common.inc(1342) : eval()'d code on line 1
Is what I get when I do an upgrade from my 4.74 to 5.1.
Update.php runs fine, no error messages, but when I attempt to access any pages, I get that error.
Can someone please help me figure out what is going on? I'm not well versed enough in php to know what it means. I've looked at the line in the referred common.inc file and it looks like this:
print eval('?>'. $code);
thanks
Comments
Solved
OKay- I did a search and found the answer. Nevermind.
For those struggling with this, you need to go into phpMyadmin and update a couple of php snippets from module_exist to module_exists. See this node:
http://drupal.org/node/110721