When I create the guestbook tables using the install.php I get the following error message:
MySQL Error: Database Error
Error Number: 1064 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 '(session_id char(32) DEFAULT '' NOT NULL, validate_key varchar(64) NOT NU' at line 1
Does anyone have any code fixes for this?
14/06/2007 11:44:30
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
Looks like the query is being cut short at validate_key varchar(64) NOT NU'
Carbonize I am not the maker of the Advanced Guestbook