Uwe Baumbach wrote: > Hello, > > Urgent helpis needed! > > We carry our genealogical wiki "GenWiki" > > http://genwiki.genealogy.net > > in version 1.14.1. > We planned to update soon to 1.17.1. > > So we checked out to http://wiki-test.genealogy.net > > http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_17/phase3 > > and after clearing all conflicts we updated database with
If it was a clean checkout, why did you have conflicts? > ./maintenance/update.php > > All seemed good because of no failures. > > Calling our test-wiki you will find > > Warning: mysql_real_escape_string() expects parameter 2 to be resource, > null given in /data/wiki/wiki-test/includes/db/DatabaseMysql.php on line 316 > > Warning: mysql_real_escape_string() expects parameter 2 to be resource, > null given in /data/wiki/wiki-test/includes/db/DatabaseMysql.php on line 316 > > Warning: mysql_query(): supplied argument is not a valid MySQL-Link > resource in /data/wiki/wiki-test/includes/db/DatabaseMysql.php on line 23 > > All of these code snippets are in "core code", not in our extensions! > > Where/how to heal? Disable all extensions from LocalSettings. Does it fix it? Are you using MyISAM or InnoDB? You need to change your rewrite rules so that load.php is reachable. Otherwise, there's no CSS or JS for you. > We thaught, that code should be running at least? It does for other people. Check with the extensions first. You can also test doing a clean install with another name. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
