I just upgraded www.portofknoxville.com. But now no one can get into the site. When the site is accessed the following error appears.
Fatal error: Call to undefined function user_access() in /home/portjes2/public_html/includes/menu.inc on line 1376
I even tried to update the database manually with www.portofknoxville.com/update.php. The following error is returned.
Fatal error: Unsupported operand types in /home/portjes2/public_html/includes/form.inc on line 342
What has happened, and how can I get this fixed?
Comments
Comment #1
dave reidMost likely problem is that all the files did not copy from the upgrade correctly. Try re-downloading the drupal-5.12 package and copying over all the files again.
Comment #2
deviantintegral commentedI'm guessing that Dave meant drupal-5.15 - trying to downgrade could lead to unexpected results.
Also, in the future, be sure to follow the upgrade instructions in backing up your site and DB before doing the upgrade. It's also a good idea to test first on a development copy so your live site isn't down.
http://drupal.org/upgrade
Comment #3
Kevin10EC commented