jonnymaeno
01-20-2008, 09:36 AM
Um I can't even install it. Can't even get past the first page of setup. I hacked the index.php for some better error reporting:
$errors['mysql']="You have an error in your SQL syntax: $sql)"; // added the $sql part
Error:
You have an error in your SQL syntax: INSERT INTO ost_config SET updated=NOW())
I looked into the ost_config table created, every column is mandatory but has defaults except:
`api_whitelist` tinytext NOT NULL,
The create table script needs to either add the default or not make it mandatory.
Anyway can someone tell me what this value should be set to? I'll hack it in just to get it installing... want to try but it won't let me..
$errors['mysql']="You have an error in your SQL syntax: $sql)"; // added the $sql part
Error:
You have an error in your SQL syntax: INSERT INTO ost_config SET updated=NOW())
I looked into the ost_config table created, every column is mandatory but has defaults except:
`api_whitelist` tinytext NOT NULL,
The create table script needs to either add the default or not make it mandatory.
Anyway can someone tell me what this value should be set to? I'll hack it in just to get it installing... want to try but it won't let me..