Hello!
I'm still looking for a solution, to make MW running on MySQL 5 and php5.2. The issue with every MediaWiki-version (only 1.7.1 works!) is still present: blank, white, empty page.
In description from another php-Software I read: All so-called "blank pages" in Xoops are caused by an error which terminates the script early. The goal of this page is to help you turn some debugging features on so you can get a more meaningful picture of what is going wrong, preferably some error messages.
Is there any possibility, to turn on Debug-mode in MediaWiki, to get some error-messages?
Regards, Jan
On 07/01/07, Jan 2036@gmx.de wrote:
I'm still looking for a solution, to make MW running on MySQL 5 and php5.2. The issue with every MediaWiki-version (only 1.7.1 works!) is still present: blank, white, empty page.
Enable the PHP error log:
1. Find PHP.ini 2. Amend the line "error_reporting" so it reads "error_reporting = E_ALL" 3. Amend the line "log_errors" so it reads "log_errors = on" 4. Set the value of "error_log" to a valid path under your platform that can be written to 5. Restart the HTTP server
Access a few wiki pages and then hunt down the error log file you specified above.
I'll also note here the solution to one common problem, which rears its head with 1.8.x when Zend Accelerator is in use - if that is, indeed, the case, set $wgDisableCounters = true; in LocalSettings.php, and see if that helps.
If that's not the problem, then with a little luck, the error log output will be helpful in tracking down the real cause.
Rob Church
Thanks for your reply, Rob. DisableCounters doesnt changed anything.
I'm using a (very large and feature-rich) shared hosting account; so i havent access to php.ini. But I have access to the php-log's.
For the related wiki-subdomain, there war only one type of error: favicon.ico wasnt found.
I added the favicon, but of course: no change. MW 1.5.x, 1.6.x, 1.8.2 and 1.9svn returns empty, white, blank pages, since my webhoster upgraded MySQL from 4.1.x to "MySQL 5.0.30-Debian_1~bpo.1" and php from 5.? to 5.2.0-7~bpo.1. Here is my phpinfo: http://fokkograf.de/phptest/index.php
Its really stange: While 1.7.1 runs fine, every other version doesnt. And there are some other users with exactly the same problem.
Regards, Jan
Rob Church schrieb:
On 07/01/07, Jan 2036@gmx.de wrote:
I'm still looking for a solution, to make MW running on MySQL 5 and php5.2. The issue with every MediaWiki-version (only 1.7.1 works!) is still present: blank, white, empty page.
Enable the PHP error log:
- Find PHP.ini
- Amend the line "error_reporting" so it reads "error_reporting = E_ALL"
- Amend the line "log_errors" so it reads "log_errors = on"
- Set the value of "error_log" to a valid path under your platform
that can be written to 5. Restart the HTTP server
Access a few wiki pages and then hunt down the error log file you specified above.
I'll also note here the solution to one common problem, which rears its head with 1.8.x when Zend Accelerator is in use - if that is, indeed, the case, set $wgDisableCounters = true; in LocalSettings.php, and see if that helps.
If that's not the problem, then with a little luck, the error log output will be helpful in tracking down the real cause.
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org