Function: DatabaseBase::sourceFile( /../AddSubject.sql ) Error: 1146 Table 'wikidb.user' doesn't exist (localhost)
I get the error messages after running the update script (php maintenance/update.php)
Does anyone meet the same problem?
Problem fixed in version 1.2
Function: DatabaseBase::sourceFile( /../AddSubject.sql ) Error: 1146 Table 'wikidb.user' doesn't exist (localhost)
I get the error messages after running the update script (php maintenance/update.php)
Does anyone meet the same problem?
Are you using a database other than MySQL? I was recently alerted that the table name may be different for other database implementations, but I have currently only tested with MySQL.
I ran into this same problem; the MySQL insert doesn't account for database table prefixes. :/
Please test the new Version 1.2 of the extension. I believe that this problem is now fixed.