Closed (fixed)
Project:
Drupal core
Version:
7.0-alpha1
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2010 at 09:28 UTC
Updated:
21 Jan 2010 at 10:18 UTC
Trying to test d7 alpha 1 on postgresql (8.1.19).
Have tried both normal and minimal profiles - both give the same error:
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "," at character 83
At this point the install cannot continue.
In the database I see tables but no tables have any rows.
I can insert data into these tables via psql using the same user.
This is probably the same bug as http://drupal.org/node/652458 but it occurs in a plain drupal alpha1 download - so its not the demo install profile.
Access to both install and db can be arranged if needed ;)
Comments
Comment #1
chrissearle commentedNeed new glasses. Read the req's as Postgres 8.1.3 - not 8.3 - off to see if I can find an 8.3 for debian etch.
Comment #2
chrissearle commentedYes - confirmed. Just needed a working postgres version.