Last modified: 2010-05-15 15:28:07 UTC
Hello, when I save an message I got these SQL-Statement: DELETE linkscc FROM linkscc,brokenlinks WHERE lcc_pageid=bl_from AND bl_to='Anpassung' Thanks
I may be missing something, but could you elaborate on where the bug is, please?
There is probably an error message somewhere near that; can you please provide it? Are you running on MySQL 3.x? If so, did you migrate from a MySQL 4.x installation? Did you keep the configuration file from it? If so, try changing this line: $wgDBmysql4 = $wgEnablePersistentLC = true; to this: $wgDBmysql4 = $wgEnablePersistentLC = false; Does this resolve the issue?
thanks this solves the problem :) PS: it's MySQL 3.23.49a-max, because it's not my own server