Quote:
Originally Posted by sv1cec
Are you using a table prefix equal to '1'?
If you check the errors, you will notice that all the queries have the digit 1 in front of the table name. Is that needed or you just entered that 1 somewhere by mistake?
|
The guy that installed vb for me in the beginning added the one to the table prefix by mistake and now all the tables have that!
Quote:
Originally Posted by Delphiprogrammi
hi,
seems like your database is missing some fields .... always download the latest zip and hit install if u use aws hack (this will notify u if John updates it) to add that field run
Code:
ALTER TABLE warnings ADD COLUMN warned_status char(1);
if you use a "TABLE_PREFIX" you must add it before the tablename (warnings in this case) the cause of your problem is an out of date installation try to uploaded the latest files and see if that resolves your problem.(open install_warn.php there you can see the MySQL schemas)
|
I don't see how I could have anything but the latest version since I downloaded it and installed it the very same day (only minutes apart) which was like 2 days ago (the day I started this thread).