Hi, I just upgraded a mediawiki 1.2.1 to 1.2.3 throughthe classical method (Shell, "php update.php"), now I have two problems:
a) The localisation does not work. I have
## If you want a non-English wiki, add a line like this $wgLanguageCode = "de";
in LocalSettings.php. But the "Startpage" still appears in english.
b) The old entries are gone although they are still present in the database tables. I assume this has to do with a) as the renaming of "Hauptseite" to "Startpage" causes brooken links to the subsequent pages...
The messages from update.php were
Copying files... ok Checking database for necessary updates... Updating ipblocks table... ok ...already have interwiki table ...indexes seem up to 20031107 standards ...linkscc table possibly corrupt, redefining... Adding linkscc table... ok Adding hitcounter table... ok Adding rc_type, rc_moved_to_ns, rc_moved_to_title...ok Initialising "MediaWiki" namespace... Reading....done Setting up....Done Processing...Done Writing...Done Writing to MediaWiki:All_messages Finished Done. intraweb:/tmp/mediawiki-1.2.3 # mc
Any ideas?
Greetings, Thommie