|
SQL_Layer errors
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bayridge/public_html/includes/sql_layer.php on line 301
Unknown column 'width' in 'field list'
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bayridge/public_html/includes/sql_layer.php on line 301
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Thats the error im getting... Im made changes to the Nuke_Banners table to be able to add flash banners. The Normal banner works fine, but the block banner gives me that error.
These are the 3 fields I added....
flash tinyint(1) DEFAULT '1' NOT NULL,
flash_width int(3) DEFAULT '0' NOT NULL,
flash_height int(3) DEFAULT '0' NOT NULL,
|