Can someone confirm with me that I *have to* change my php.ini ? Rather than affect my entire server, I'd much rather just use ini_set in the LocalSettings.php .....but that doesn't seem to be working!?
I have set memory_limit, post_max_size, and upload_max_filesize using ini_set in the LocalSettings.php ...no change in trying to upload a 10mb file.
shouldn't that command work?
suggestions appreciated,
Thanks
-- Chris
"city wiki" citywikimail@gmail.com wrote in message news:3066eb430608231513y4848581dgb6ae94a79c811de4@mail.gmail.com...
Hi Joseph
in php.ini, you have to change this values
upload_max_filesize = 25M post_max_size =25M memory_limit = 8M
also in localsettings.php ini_set( 'memory_limit', '20M' );
make all those values quite larger, restart apache and check.
good luck
2006/8/23, Travaglini, Joseph
Hi, For some reason when I upload a very large file (15MB +) on a private wiki, it doesn't work, but returns no error (neither on the Wiki or in the Apache logs). It just brings me back to the upload screen as if nothing had occurred. Nothing is shown in the upload log.
I thought it might be a php.ini issue, but it isn't. (as I've had fatal errors returned in the past - but I incremented both the upload limit and the memory limit accordingly)
Has anyone experienced similar behavior? _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l