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

vietcoop’s picture

Assigned: Unassigned » vietcoop
vietcoop’s picture

Status: Active » Fixed

Changes sent privately.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.