Support » Installing WordPress » Problem after inserting MySQL

  • link92

    Warning: Invalid argument supplied for foreach() in /home/geoffers/public_html/f1unleashed/news/wp-admin/install-config.php on line 121
    Warning: fclose(): supplied argument is not a valid stream resource in /home/geoffers/public_html/f1unleashed/news/wp-admin/install-config.php on line 142
    Warning: chmod(): No such file or directory in /home/geoffers/public_html/f1unleashed/news/wp-admin/install-config.php on line 143

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Anonymous

    Now on step 3 of install, and I get this.
    <pre>>Step 3
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’55-0-default_post_status’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(55,’default_post_status’, 5, ‘publish’, ‘The default state of each new post’, 8, 20)
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’56-0-default_comment_status’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(56,’default_comment_status’, 5, ‘open’, ‘The default state of comments for each new post’, 8, 20)
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’57-0-default_ping_status’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(57,’default_ping_status’, 5, ‘open’, ‘The default ping state for each new post’, 8, 20)
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’58-0-default_pingback_flag’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(58,’default_pingback_flag’, 5, ‘1’, ‘Whether the \’PingBack the URLs in this post\’ checkbox should be checked by default’, 8, 20)
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’59-0-default_post_category’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(59,’default_post_category’, 7, ‘1’, ‘The default category for each new post’, 8, 20)
    SQL/DB Error:
    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_options WHERE option_id =
    SQL/DB Error:
    [Duplicate entry ’83-0-default_post_edit_rows’ for key 1]
    INSERT INTO wp_options (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES(83,’default_post_edit_rows’, 1, ‘9’, ‘The number of rows in the edit post form (min 3, max 100)’, 8, 5)</pre>

    Laughinglizard

    (@laughinglizard)

    Before re-installing, remember to remove the contents of the old half-install (IF this is not an upgrade)

    It appears to be working fine…

    This was the first time it had put anything into the MySQL database but as I said above it’s working fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem after inserting MySQL’ is closed to new replies.