Please help. Get to Step 4 and then there's an error!
Posted: Mon Feb 05, 2007 7:30 am
I've installed all the files on a server, it passes all the tests and it obviously connects to the DB because it writes the tables.
But it doesn't get past this point (see below). Any ideas?
But it doesn't get past this point (see below). Any ideas?
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_userplugins ( USERPLUGIN_ID, USERPLUGIN_NAME, CODE, CREATE_DATE, MODIFIED_DATE ) VALUES ( 1, 'user_agent', '//Code to show the user''s user agent information. echo $_SERVER["HTTP_USER_AGENT"];', '2006-07-25 21:22:33', '2006-07-25 21:22:33' );