Last modified: 2010-05-15 15:42:54 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10297, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8297 - After Installation, after first edit, all pages blank
After Installation, after first edit, all pages blank
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.8.x
Macintosh Mac OS X 10.4
: Normal major with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-17 21:26 UTC by Richard Webster
Modified: 2010-05-15 15:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Richard Webster 2006-12-17 21:26:14 UTC
I've installed 1.8.2 locally on OS X using MAMP (which provides mySQL, PHP5, Apache all 
in a tidy single directory).

Ran installer, moved LocalSettings.php, and was able to view the Main_Page.

Clicked "edit" (btw, tried this on other pages than "Main_Page" with same result)

Edit form looked fine... added a single word (no tags) and hit save. 

Result after: I get a blank page. No content, no source code, nothing.

I suspect some disconnect with the DB, but the installation reports suggest 
communication with the MySQL is good.
Comment 1 Rob Church 2006-12-24 05:09:25 UTC
What does the PHP error log contain regarding the problem? Big blank pages often
indicate that some error is reported here.
Comment 2 Arun Persaud 2006-12-29 17:13:49 UTC
Got the same problem, running PHP 5.1.6 Apache 2.x, but on a Linux server.
Unfortunately I can't access the error logs...

this seems to be the same problem:

http://www.mediawiki.org/wiki/Project:Support_desk#1.8.2_is_completely_broken...
Comment 3 Thom van der Boon 2007-01-02 23:38:29 UTC
Hi... I had the same problem... 

The problem was that PHP ran out of allowed memory. Please check php and/or
apache logs.

I've set the memory_limit in php.ini to

memory_limit = 20M 

(instead of 8M) and my problems disappeared

:)

Thom
Comment 4 Thom van der Boon 2007-01-02 23:39:59 UTC
Hi... I had the same problem... 

The problem was that PHP ran out of allowed memory. Please check php and/or
apache logs.

I've set the memory_limit in php.ini to

memory_limit = 20M 

(instead of 8M) and my problems disappeared

:)

Thom
Comment 5 Arun Persaud 2007-01-08 11:41:36 UTC
Thanks Thom,

seems that the memory_limit did it... 

In case you don't have access to php.ini, adding these lines at the top of
index.php might work for you:

ini_set(memory_limit,"20M");

(see
http://users.757.org/~joat/wiki/index.php/Fixing_MediaWiki's_memory_issues_when_you_don't_have_access_to_php.ini
)

worked for me ;)

Arun

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links