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)