User "Catrope" changed the status of MediaWiki.r101492.

Old Status: new
New Status: fixme

User "Catrope" also posted a comment on MediaWiki.r101492.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101492#c25278
Commit summary:

Apply Vitaliy Filippov's patch from Bug #29283 with some small style mods

Comment:

Running MW in an environment without APC this gives me the following error. 
Reverting this revision fixes it.
<pre>
CACHE_ACCEL requested but no suitable object cache is present. You may want to 
install APC.

Backtrace:

#0 [internal function]: ObjectCache::newAccelerator(Array)
#1 
/home/catrope/mediawiki/trunk/phase3/includes/objectcache/ObjectCache.php(62): 
call_user_func('ObjectCache::ne...', Array)
#2 
/home/catrope/mediawiki/trunk/phase3/includes/objectcache/ObjectCache.php(50): 
ObjectCache::newFromParams(Array)
#3 
/home/catrope/mediawiki/trunk/phase3/includes/objectcache/ObjectCache.php(23): 
ObjectCache::newFromId(3)
#4 /home/catrope/mediawiki/trunk/phase3/includes/GlobalFunctions.php(3569): 
ObjectCache::getInstance(3)
#5 /home/catrope/mediawiki/trunk/phase3/includes/LocalisationCache.php(164): 
wfGetCache(3)
#6 /home/catrope/mediawiki/trunk/phase3/languages/Language.php(271): 
LocalisationCache->__construct(Array)
#7 /home/catrope/mediawiki/trunk/phase3/languages/Language.php(284): 
Language::getLocalisationCache()
#8 /home/catrope/mediawiki/trunk/phase3/languages/Language.php(176): 
Language->__construct()
#9 /home/catrope/mediawiki/trunk/phase3/languages/Language.php(146): 
Language::newFromCode('en')
#10 /home/catrope/mediawiki/trunk/phase3/includes/Setup.php(434): 
Language::factory('en')
#11 /home/catrope/mediawiki/trunk/phase3/includes/WebStart.php(157): 
require_once('/home/catrope/m...')
#12 /home/catrope/mediawiki/trunk/phase3/index.php(54): 
require('/home/catrope/m...')
#13 {main}
</pre>

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

Reply via email to