Re: [MediaWiki-l] How to Control Thumbnail Image Path/URL for File: Wiki Markup - Amazon S3 and Heroku Issues

2013-06-24 Thread Benjamin Lees
Set $wgUseImageResize = false; or adjust $wgThumbnailScriptPath. On Sun, Jun 23, 2013 at 2:18 AM, Mike Papper bod...@gmail.com wrote: Hi, we have a fairly large MediaWiki install and I've been porting it to run on Heroku. Part of this has been upgrading from 1.13 to 1.20 and moving images

Re: [MediaWiki-l] php display_errors = off but they still, appear

2013-06-24 Thread Mickey Feldman
Thanks! I did have that set in LocalSettings.php and stared right past it. But before I read this response I did change automatic REMOTE USER to eliminate the error. On 6/21/2013 5:00 AM, mediawiki-l-requ...@lists.wikimedia.org wrote: You might have error reporting enabled in

[MediaWiki-l] Disabling object cache completely not working

2013-06-24 Thread John Abraham
Hi, We are using $wgVersion = '1.20.2'; But we find that the objectcache continues to grow even though we have used the setting suggested in the FAQ to completely disable caching and also restarted the server. grep -i cache LocalSettings.php $wgEnableParserCache = false; $wgMainCacheType =

[MediaWiki-l] Wiki upgrade without command line access

2013-06-24 Thread Mickey Feldman
I'm getting ready to upgrade our (hosted) corporate wiki from 1.161.1 to 1.21.1. I have done an upgrade using the web interface on a local copy of our wiki - this worked fine. The docs suggest that with a large wiki this could fail due to timeouts, that the command line upgrade script is

Re: [MediaWiki-l] Wiki upgrade without command line access

2013-06-24 Thread Yury Katkov
do you have the access to cron? Maybe you can schedule the running of update.php script? - Yury Katkov, WikiVote On Mon, Jun 24, 2013 at 8:58 PM, Mickey Feldman mfeld...@vigil.com wrote: I'm getting ready to upgrade our (hosted) corporate wiki from 1.161.1 to 1.21.1. I have done an

[MediaWiki-l] Release Management RFP Update - Official Announcement Delay

2013-06-24 Thread Greg Grossmeier
Hello all, Due to the US holiday next week (Independence Day, July 4th) on Thursday, we have decided to delay the RFP selection announcement by one week. You can now expect to hear something the week of July 8th. The end of the community feedback period is still the same (this Wednesday, June

Re: [MediaWiki-l] Wiki upgrade without command line access

2013-06-24 Thread Geth N7
I would make a backup of your database if possible beforehand, but generally, the web updater should be sufficient for your needs if your wiki isn't extremely large. The update mostly refresh your database tables to match the latest mediawiki version's ability to access and update them, and the

Re: [MediaWiki-l] Disabling object cache completely not working

2013-06-24 Thread Benjamin Lees
It looks like the ResourceLoader always acts as if CACHE_ANYTHING is set for reading, which seems to be intentional, and for writing, which perhaps is not. From includes/resourceloader/ResourceLoader.php (similar code is also in includes/resourceloader/ResourceLoaderLanguageDataModule.php): //