Hello, I try to open the articels with the mediawiki functions. Therefor I use the Class Article. But when I call the methode getContent() a error occours which says there's no table objectcache. I don't know for what this table is for, cause I need mediawiki (more or less) as black box. The table objectcache is not installed in the database pwiki_de. Whats the reason for this? Is there a known workaround for this? Thanks, Leo
Objectcache is the table used when MediaWiki doesn't have memcached servers configured. It uses something it refers to as a "fake memcached client". I suspect you can turn off the parser cache; check the MediaWiki configuration settings for exact details.
You might well encounter other problems, as the replication on the toolserver doesn't replicate a lot of other tables, such as user, ipblocks, etc. Be sure to run MediaWiki in read-only mode, too.
I'm sure someone else on the toolserver uses MediaWiki to do this sort of casual fetching, so I expect they'll chip in with further/better advice.
Rob Church
On 20/02/06, Leo Büttiker leo.buettiker@hsr.ch wrote:
Hello, I try to open the articels with the mediawiki functions. Therefor I use the Class Article. But when I call the methode getContent() a error occours which says there's no table objectcache. I don't know for what this table is for, cause I need mediawiki (more or less) as black box. The table objectcache is not installed in the database pwiki_de. Whats the reason for this? Is there a known workaround for this? Thanks, Leo _______________________________________________ Toolserver-l mailing list Toolserver-l@Wikipedia.org http://mail.wikipedia.org/mailman/listinfo/toolserver-l
toolserver-l@lists.wikimedia.org