Rob Lingelbach wrote:
> On Jul 14, 2009, at 9:06 PM, Rob Lingelbach wrote:
> 
>> I just upgraded from v. 1.13.3 to 1.15.1, and am getting the dreaded
>> "blank page after
>> file upload."   The file is actually uploaded ok, as I can confirm by
>> searching the /images
>> directory, but I can't link to it successfully with wiki syntax.  The
>> file is not listed in the
>> Special:ListFiles .   I had already done the usual things with PHP and
>> LocalSettings.php
>> to be liberal with file uploads, i.e. increased memory limits, etc.
>> and was having no
>> problems with v. 1.13.3 .   The upgrade from 1.13.3 went smoothly
>> following the instrux
>> as given for database updates, no errors returned.
>>
>> PHP version is 5.2.10
>> mysql is 5.1.36
>>
>> thanks very much for any help, in advance.
> 

It looks like a PHP fatal error. The blank page is actually an HTTP
500 response with X-Powered-By:PHP headers.

> 
> if it helps, here's the debug output.  Is there anything here that  
> looks wrong?
> 

Only the fact that you included your session ID, allowing people on
this list to compromise your account. I sent a log out request for
you, to destroy the session and prevent any compromise.

Most likely one of the extensions you are using is not compatible with
the new version of MediaWiki. Finding your error logs, or enabling
display_errors in php.ini, should give you an error message that shows
which one is the problem.

-- Tim Starling


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to