1 Jul 2003 16:05
mrbs bug and postgresql 7.3 problem
P.A.J.Saunders <P.A.J.Saunders <at> kent.ac.uk>
2003-07-01 14:05:34 GMT
2003-07-01 14:05:34 GMT
Firstly, i noticed in my php logs i was getting the error PHP Notice: Undefined variable: twentyfourhourformat in /web/cs/docs/mrbs/web/edit_entry_handler.php on line 61 I think the line if (!$twentyfourhourformat) should be if (!$twentyfourhour_format) (I've assumed this is supposed to be set from the config.inc) Secondly, i appear to be having problems getting this to work on postgresql 7.3.3 When creating the database using the supplied tables.pg.sql i get a few notices, followed by this error : psql:tables.pg.sql:57: NOTICE: CREATE TABLE will create implicit sequence 'mrbs_repeat_id_seq' for SERIAL column 'mrbs_repeat.id' psql:tables.pg.sql:57: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'mrbs_repeat_pkey' for table 'mrbs_repeat' psql:tables.pg.sql:57: ERROR: pg_atoi: zero-length string Unfortuantly, i do not appear to be able to create reoccuring events, and so i'm assuming this is the problem. Is there any known solution to this?(Continue reading)
RSS Feed