Josh Greenberg wrote:
Thanks for the response. The mysql options are mostly the same. The mysql version is different so $wgDBmysql5 was changed to true. Also, the database name was changed since the former one was sort of ambiguous but the necessary edit was made in LocalSettings.php. Everything else should be the same. When I try to get to the page, I get the log error: *Fatal error*: Argument 1 passed to Article::__construct() must be an object of class Title, called in /var/www/html/default/wiki/extensions/accesscontrol.php on line 162 and defined in */var/www/html/default/wiki/includes/Article.php* on line *47
*So it looks like its a problem with the access control file but I'm not sure why this would happen on the new server and not the old one since the extensions dir was copied over. Any suggestions on how to fix it?
You updated from 1.8.2 to 1.13.2. Looks like accesscontrol extension doesn't work on 1.13. Disable that extension and check that it works. Then look for an updated version of the extension.