Quote:
Originally posted by Sportbikeworld
I still get the same error with your copy.
Damn, I wish I knew what was going on, I REALLY could use this script.
|
Try this
Find this
PHP Code:
if ($DB_site->query("ALTER TABLE user ADD receivebulletin SMALLINT (5) UNSIGNED DEFAULT '1' not null, ADD receivebulletin_html SMALLINT (5) UNSIGNED DEFAULT '1' not null")) {
and replace with this
PHP Code:
if ($DB_site->query("ALTER TABLE user ADD receivebulletin SMALLINT (5) UNSIGNED DEFAULT '1' not null")) {
I was working on including the text and html option. It may be causing the problem.
Line 831 is
} and line 832 is blank