It is a clean install using everything as default.
Same settings as my old wikis basically.
One of my colleague managed to fix the problem by changing a few lines in the linkbatch.php file.
That's what he modified:
$temp1 = array_keys($dbkeys); $temp2 = current($temp1); $temp3 = $db->addQuotes($temp2); $sql .= "({$prefix}_namespace=$ns AND {$prefix}_title=". $temp3. ")"; unset($temp1); unset($temp2); unset($temp3);
I'm wondering if it's something wrong with my PHP config.
Simon
On Nov 21, 2007 11:58 AM, Thomas Dalton thomas.dalton@gmail.com wrote:
Any idea?
What extensions do you have installed, if any? If you have any installed, make sure any code they told you to add to LocalSettings.php is added near the end. My guess would be that something is causing that file to be called before the appropriate configuration is run (but that's just a guess).
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l