Hi,
when saving an article I get "databaseerror" and "internal error", but the article is saved. 1. How can resolve this error?
2. Where can I find a documentation about fixing database errors?
3. Where can I find help about how to use the *.php files in wiki/maintenance
Regards
Jonas Karsch IT-Service Tel.: +49 - (0)30 - 68992 - 254
Karsch, Jonas wrote:
Hi,
when saving an article I get "databaseerror" and "internal error", but the article is saved.
How can resolve this error?
Where can I find a documentation about fixing database errors?
Where can I find help about how to use the *.php files in wiki/maintenance
This could be anything from not updating the search to not being able to cache. You'll going to have to do some debugging on your own, first.
-- Jamie ------------------------------------------------------------------- http://endeavour.zapto.org/astro73/ Thank you to JosephM for inviting me to Gmail! Have lots of invites. Gmail now has 2GB.
Karsch, Jonas wrote:
Hi,
when saving an article I get "databaseerror" and "internal error", but the article is saved.
- How can resolve this error?
First, read the error message. Turn on $wgShowSQLErrors for more info. (check DefaultSettings.php for all configurable settings.)
- Where can I find a documentation about fixing database errors?
Please don't forget to use the 'perror' utility to look up MySQL error numbers. Usually it boils down to "Table marked as crashed" and you should run 'REPAIR TABLE <tablename>;'
- Where can I find help about how to use the *.php files in wiki/maintenance
No official documentation.
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org