I am trying to install CMSms 1.1, and I am using:
- Linux
- Apache 2.2
- PostgreSQL 8.2.4
At step 4 of the installation process, I get:
Code: Select all
Creating additional_users table...[done]
Adding admin_bookmarks table...[done]
Creating adminlog table...[done]
Adding admin_recent_pages table...[done]
Creating content table...[done]
Creating content_props table...[done]
Adding crossref table...[done]
Creating css table...[done]
Creating css_assoc table...[done]
Creating event_handlers table...[done]
Creating events table...[done]
Creating group_perms table...[done]
Creating groups table...[done]
Creating htmlblobs table...[done]
Creating additional_htmlblob_users table...[done]
Creating modules table...[done]
Creating module_deps table...[done]
Adding module_templates table...[done]
Creating permissions table...[done]
Creating siteprefs table...[done]
Creating templates table...[done]
Creating user_groups table...[done]
Creating userprefs table...[done]
Creating users table...[done]
Creating userplugins table...[done]
Creating version table...[done]
Importing sample data...Invalid query: INSERT INTO cms_content ( CONTENT_ID, CONTENT_NAME, TYPE, OWNER_ID, PARENT_ID, TEMPLATE_ID, ITEM_ORDER, HIERARCHY, DEFAULT_CONTENT, MENU_TEXT, CONTENT_ALIAS, SHOW_IN_MENU, COLLAPSED, MARKUP, ACTIVE, CACHABLE, ID_HIERARCHY, HIERARCHY_PATH, PROP_NAMES, METADATA, TITLEATTRIBUTE, TABINDEX, ACCESSKEY, LAST_MODIFIED_BY, CREATE_DATE, MODIFIED_DATE ) VALUES ( 15, 'Home', 'content', 1, -1, 17, 1, '00001', 1, 'Home', 'home', 1, 1, 'html', 1, 1, '15', 'home', 'content_en', null, 'Home Page, shortcut key=1', null, '1', 2, '2006-07-25 21:22:31', '2006-07-25 21:22:31' );