On 07/22/2013 03:40 PM, Philip Bellino wrote: > I apologize for posting this as I did post it earlier, but I am at a total > loss as to what the problem may be
PHP may be giving errors that you haven't noticed. Have you checked your log files? Add the following lines to the end of your LocalSettings.php: error_reporting( -1 ); ini_set( 'display_errors', 1 ); $wgDebugLogFile = "/tmp/mwdebug.log"; After that try uploading again. Are any errors displayed? Maybe there is something in /tmp/mwdebug.log now that would give you a hint. More information on debugging: https://www.mediawiki.org/wiki/Manual:How_to_debug HTH, Mark. -- http://hexmode.com/ Love alone reveals the true shape of the universe. -- "Everywhere Present", Stephen Freeman _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
