Hi I have just installed Mediawiki 1.12.0 on a Centos 5 machine,it says the install was successful but when I try to add a user I get the database error message: "A database syntax error has occurred... from within function "RequestAccountPage::doSubmit". MySQL returned error: "1146: Table wiki.mw1account_requests' doesn't exist (localhost) I went through the database diagram in the documentation and could not find this table listed as well as in the tables created in mysql by media wiki - all other tables did appear though. I am assuming this is some kind of temporary table that gets created - just wondering if someone could point me to where I may be ableto troubleshoot this further. Thanks, Kimberly
Kimberly Begley wrote:
Hi I have just installed Mediawiki 1.12.0 on a Centos 5 machine,it says the install was successful but when I try to add a user I get the database error message: "A database syntax error has occurred... from within function "RequestAccountPage::doSubmit". MySQL returned error: "1146: Table wiki.mw1account_requests' doesn't exist (localhost)
This belongs to the ConfirmAccount extension; ensure you have properly set up its tables.
-- brion
Great thanks for that - the table is now set up properly - no database errors are appearing but I'm getting a blank page - no errors in the web log and no entries in the new database table. Email variable is set to true and the Confirm account pages are readable - anything else I should be checking? Suggestions? Thanks! Kimberly
On Fri, Jun 27, 2008 at 9:54 AM, Brion Vibber brion@wikimedia.org wrote:
Kimberly Begley wrote:
Hi I have just installed Mediawiki 1.12.0 on a Centos 5 machine,it says the install was successful but when I try to add a user I get the database
error
message: "A database syntax error has occurred... from within function "RequestAccountPage::doSubmit". MySQL returned error: "1146: Table wiki.mw1account_requests' doesn't exist (localhost)
This belongs to the ConfirmAccount extension; ensure you have properly set up its tables.
-- brion
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org