Sometimes when I click a link on my wiki, I am served a PHP file dialog (Open, Save, Save As...) instead of a web page.
Any idea what might be causing this?
Il 09/02/2013 21:14, Steve VanSlyck ha scritto:
Sometimes when I click a link on my wiki, I am served a PHP file dialog (Open, Save, Save As...) instead of a web page.
Any idea what might be causing this?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Improper web server configuration... / too much load Are you using Nginx or Apache ? Witch version ? The system load (page sec) is around ?
Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Not sure how to get system load. If phpinfo() reveals it I can grab it there; I don't have shell access yet.
On 2/9/2013 15.16, Roy Bellingan wrote:
Il 09/02/2013 21:14, Steve VanSlyck ha scritto:
Sometimes when I click a link on my wiki, I am served a PHP file dialog (Open, Save, Save As...) instead of a web page.
Any idea what might be causing this?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Improper web server configuration... / too much load Are you using Nginx or Apache ? Witch version ? The system load (page sec) is around ?
Il 09/02/2013 21:20, Steve VanSlyck ha scritto:
Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Not sure how to get system load. If phpinfo() reveals it I can grab it there; I don't have shell access yet.
So is on a shared web hosting... You can't do anything in this case.... If the problem happens very often try to ask your hosting company,
Be sure to check that you CAN'T access the LocalSettings.php ! Otherwise your password will be released on the wild... in this case block / rename the file and change hosting company...
Thanks. I'm good that way though. Attempting to browse to http://www.%5B%5Bmysite.com%5D%5D/%5B%5Bwikidir%5D%5D/LocalSettings.php just gives me a blank page.
On 2/9/2013 15.25, Roy Bellingan wrote:
Il 09/02/2013 21:20, Steve VanSlyck ha scritto:
Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Not sure how to get system load. If phpinfo() reveals it I can grab it there; I don't have shell access yet.
So is on a shared web hosting... You can't do anything in this case.... If the problem happens very often try to ask your hosting company,
Be sure to check that you CAN'T access the LocalSettings.php ! Otherwise your password will be released on the wild... in this case block / rename the file and change hosting company...
This has happened with me a lot of times, but its never in a stable condition to debug it.
On Sun, Feb 10, 2013 at 1:44 AM, Steve VanSlyck s.vanslyck@spamcop.netwrote:
Sometimes when I click a link on my wiki, I am served a PHP file dialog (Open, Save, Save As...) instead of a web page.
Any idea what might be causing this?
______________________________**_________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.**org MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/mediawiki-lhttps://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 10/02/13 03:16, Nischay Nahata wrote:
This has happened with me a lot of times, but its never in a stable condition to debug it.
It is usually due to a server error, and you end up downloading a 0-byte file. If you were receiving the php code instead that would be worrying (cf Roy mail), but it's unlikely.
mediawiki-l@lists.wikimedia.org