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)