Topic on Project:Support desk

Problem with Special Pages?

7
Summary by Jörgi123

See Upgrade for the right upgrade path!

Bekircem (talkcontribs)

Hi,

When i go to Special Pages (http://viki.gameofthronestr.com/%C3%96zel:%C3%96zelSayfalar) i see that error. What is mean? I check the directory. Autoloader.php is in the "includes" directory.

Warning: require(/srv/users/serverpilot/apps/gotviki/public/includes/specials/SpecialAllMessages.php): failed to open stream: No such file or directory in /srv/users/serverpilot/apps/gotviki/public/includes/AutoLoader.php on line 90

Fatal error: require(): Failed opening required '/srv/users/serverpilot/apps/gotviki/public/includes/specials/SpecialAllMessages.php' (include_path='.:/opt/sp/php5.6/lib/php') in /srv/users/serverpilot/apps/gotviki/public/includes/AutoLoader.php on line 90

TheDJ (talkcontribs)

It is trying to open /srv/users/serverpilot/apps/gotviki/public/includes/specials/SpecialAllMessages.php, but the file is not present at that location, or the server does not have permission to access the file.

Bekircem (talkcontribs)

File is present at that location. Maybe server does not have permission? How i fix it?

87.123.6.96 (talkcontribs)

Check the owner and the group of that file! And of all other MediaWiki files btw. The webserver user must be allowed to at least read the file. Usually file permissions of 660 are fine.

Bekircem (talkcontribs)

File permissions are 664 or 755.

I can see file owner and group. "serverpilot" both. Because i am using Serverpilot.io with my VPS.

What can i do for the fix that problem?

Bekircem (talkcontribs)

It's fixed!

SpecialAllMessages.php named my FTP SpecialAllmessages.php. small m. :) I changed that, and it works!

Jörgi123 (talkcontribs)

If you had followed Upgrade, this would not have happened. The guide clearly says that you should not copy the new files over the old ones and that old files remaining can cause errors. This is exactly what happened here.