Wordpress Problems
From Liway Wiki
Wordpress Server Communication
There is currently a problem with wordpress, whereby it's server communication features cause it to break, on our server. The cause of this issue is unknown, but given other scripts such as phpbb3 can perform similar tasks without problems, I would presume this Wordpress in incompatible with the very latest PHP version (5.3.x).
To fix this, edit the file wp-config.php and add this line:
define('WP_HTTP_BLOCK_EXTERNAL', true );
This will disable server communication in Wordpress and thus remove the problems.
Debug data:
- GET /Wordpress_Problems
- Main cache: FakeMemCachedClient
- Message cache: MediaWikiBagOStuff
- Parser cache: MediaWikiBagOStuff
- Fully initialised
- Unstubbing $wgOut on call of $wgOut::_unstub from wfDebug
- Unstubbing $wgContLang on call of $wgContLang::checkTitleEncoding from WebRequest::getGPCVal
- Connecting to localhost linfo_wiki...
- Connected
- Unstubbing $wgUser on call of $wgUser::getOption from OutputPage::checkLastModified
- Language::loadLocalisation(): got localisation for en from source
- OutputPage::checkLastModified: client did not send If-Modified-Since header
- Article::tryFileCache(): not cacheable
- Class SkinMonobook not found; skipped loading
- Article::view using parser cache: yes
- Unstubbing $wgLang on call of $wgLang::getCode from User::getPageRenderingHash
- Unstubbing $wgMessageCache on call of $wgMessageCache::loadAllMessages from User::getGroupName
- Connecting to localhost linfo_wiki...
- IP: 184.72.91.94
- Connected
- MessageCache::load: Loading en... got from global cache
- Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache::transform
- Trying parser cache linfo_wiki:pcache:idhash:17-0!1!0!!en!2!edit=0
- Parser cache miss.
- Saved in parser cache with key linfo_wiki:pcache:idhash:17-0!1!0!!en!2!edit=0 and timestamp 20130526071049
- Database::query: Writes done: DELETE FROM `objectcache` WHERE keyname='linfo_wiki:pcache:idhash:17-0!1!0!!en!2!edit=0'
- Database::query: Writes done: UPDATE `page` SET page_counter = page_counter + 1 WHERE page_id = 17

