[Mediawiki-l] Mediawiki on Sourceforge

Brion Vibber brion at pobox.com
Sun Jan 4 23:17:08 UTC 2004


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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20040104/c7db5b08/attachment.pgp 


More information about the MediaWiki-l mailing list