From: Richard S. <rsu...@ex...> - 2003-08-19 07:21:18
|
I tried setting up a copy of phpwebsite with a postgre db and I got the following error trying to setup the core only. ------------------------------------------------------------------------ ------------- phpWebSite Version 0.9.3 - Installation Utility DB Error: syntax error CREATE TABLE cache ( mod_title varchar(30) NOT NULL default '', id varchar(32) NOT NULL default '', data text NOT NULL, ttl int NOT NULL default '0', index (mod_title, id) ) [nativecode=ERROR: parser: parse error at or near "(" at character 166 ] ------------------------------------------------------------------------ ------------- I would like to have pws working on postgre since I am porting most of my applications to it so if you guys want me to do any tests of setting up pws and using some of the mods let me know. - Richard S. |