Last modified: 2010-05-15 15:42:47 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 T10425, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8425 - showing blank page we submitting contents containing non keyboard characters
showing blank page we submitting contents containing non keyboard characters
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.8.x
All Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://lyricspedia.net
:
: 8916 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-29 13:03 UTC by sanoopuio
Modified: 2010-05-15 15:42 UTC (History)
3 users (show)

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


Attachments

Description sanoopuio 2006-12-29 13:03:42 UTC
i am using php5 and mysql version4.1 

i am not able to submit page which contains non keyboard characters like ê,ï,à
etc.. , i am not having 
any problem while using mysql version 5 .
when i submit those pages which contains non keyboard characters like ê,ï,à , i
am getting a blank page ,
can u please help me to sort out this problem
Comment 1 Brion Vibber 2006-12-29 19:03:48 UTC
Looks like PHP's error reporting is disabled. Add these two lines into
LocalSettings.php:

error_reporting(E_ALL);
ini_set('display_errors', 1);

That should show the error message, helping to diagnose the problem.
Comment 2 jerome.pasini 2007-04-23 13:55:42 UTC
I add the same problem. (and also when uploading big image/pdf)

In my php.ini I updated the variable 'memory_limit" from 16Mb to 32Mb and it
solved the problem.

Hop it will help.
Comment 3 jerome.pasini 2007-04-23 14:06:02 UTC
Get the hint from doc at :
http://meta.wikimedia.org/wiki/Help:Installation#Minimum system requirements

<quote>
Many people report blank pages in recent versions after submitting articles to
their new wiki. A likely cause is the memory limit in default php installations
(usually 8 MB). Please check your PHP and/or Apache error logs. To modify this
setting edit /etc/php.ini and increase the "memory_limit" setting. For example
to raise it to 20 MB replace the existing text with "memory_limit = 20M". Make
sure to restart your Apache server after you have changed this value.
</quote>

Comment 4 Brion Vibber 2007-04-26 17:49:13 UTC
*** Bug 8916 has been marked as a duplicate of this bug. ***
Comment 5 Jesse (Pathoschild) 2007-06-27 03:07:20 UTC
I marked this as fixed, judging by comment #2 and comment #3.

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


Navigation
Links