Jump to content

Topic on Project:Support desk/Flow

Special Pages error

4
Dna512 (talkcontribs)

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.

88.130.126.59 (talkcontribs)

Please have a look inside the folder /var/www/html/smiwiki/includes/specials/!

Is the file SpecialAllMessages.php present in that folder? According to the error it is not - or at least permissions to access this one file are wrong.

173.249.65.194 (talkcontribs)

specialallmessages.php is present. What permissions should it be?

Dna512 (talkcontribs)

specialallmessages.php is present. What permissions should it be?