Here's Brion's solution
From: Brion Vibber brion@pobox.com Reply-To: MediaWiki announcements and site admin list mediawiki-l@Wikimedia.org Date: Sun, 4 Jan 2004 15:17:08 -0800 To: MediaWiki announcements and site admin list mediawiki-l@Wikimedia.org Subject: Re: [Mediawiki-l] Mediawiki on Sourceforge
On Jan 4, 2004, at 08:42, Denny Vrandecic wrote:
aus der Funktion "". MySQL meldete den Fehler "1064: You have an error in your SQL syntax near 'linkscc FROM linkscc,brokenlinks WHERE lcc_pageid=bl_from AND bl_to='Hilfe'' at line 1". <<
The action is performed, but I'd like to patch the error away...
Looks like a MySQL 3.x problem. The linkscc table is used to cache link lookup data and speeds up page display a bit, but isn't actually necessary. Things should work if you disable it...
Try putting this in your LocalSettings.php: $wgEnablePersistentLC = false;
I'll see if we can detect this for the next version...
-- brion vibber (brion @ pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l