Quote:
Originally Posted by trilOByte
Just installed and get this error...
....any ideas?
I dont have a "user" table in my database, which is specified in your first query.
Wouldn't I have to create the table "user" before I can alter it? If have a "c_users", but no "user"
|
I had this issue also. I actually had the table prefix vb3_ so I had to change the SQL statement to vb3_user and then also change it in the config file.