Closed (fixed)
Project:
SuperCron
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Aug 2009 at 06:43 UTC
Updated:
10 Sep 2009 at 23:50 UTC
Getting the following errors while trying to install SuperCron
* warning: pg_query() [function.pg-query]: Query failed: ERROR: ошибка синтаксиса в или рядом "(" at character 104 in /home/l/luckyflirt/public_html/includes/database.pgsql.inc on line 139.
* user warning: query: CREATE TABLE drupal_supercron_enabled_mods ( id serial, module_name varchar(64) NOT NULL, weight int(11) NOT NULL, output text NOT NULL, enabled int(1) NOT NULL default 1, timestamp int NOT NULL default 0, last_exec_interval int NOT NULL default 0, total_exec_interval int NOT NULL default 0, times_count bigint NOT NULL default 0, detached int(1) NOT NULL default 0, PRIMARY KEY (id) ) in /home/l/luckyflirt/public_html/includes/database.inc on line 517.
Looks like SQL syntax errors in table creation queries
Comments
Comment #1
vietcoop commentedComment #2
vietcoop commentedChanges sent privately.