I needed to migrate our wiki from one server to another. Everything works fine except special pages. When I click on special pages I get this error.
Warning: require(/var/www/html/smiwiki/includes/specials/SpecialAllMessages.php): failed to open stream: No such file or directory in /var/www/html/smiwiki/includes/AutoLoader.php on line 1282
Fatal error: require(): Failed opening required '/var/www/html/smiwiki/includes/specials/SpecialAllMessages.php' (include_path='/var/www/html/smiwiki:/var/www/html/smiwiki/includes:/var/www/html/smiwiki/languages:.:/usr/share/pear:/usr/share/php') in/var/www/html/smiwiki/includes/AutoLoader.php on line 1282
Any thoughts as to where to start looking? That line(1282) in the php file is - require $filename; Earlier in that same section there is a $filename = false; statement.
Am I missing permissions? All of the files from the working server are there.