
12-16-2004, 02:52 AM
|
 |
|
|
Join Date: Oct 2002
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sv1cec
Because the database and the code are not of matching versions. In other words, your table hasn't all the columns required by the code. Go create the 'automaticpm' column in your table, by running the following query:
alter table `warning_options` add `automaticpm` char(3) after automatic
But, still you do not have all the columns in the table. What I see missing is the 'version` column.
Folks, please download and install always the latest version. Or, make sure you always upgrade to the latest version, or else it is very difficult for me to support you.
Rgds
|
Even though it was a clean install of the latest zip you have up?
k.
|