• Hi!

    I have installed WP before with no problems at all. But this time wp-admin/install.php gives the result below.
    Please help!
    Thanx.
    Jesper

    Warning: main(): Unable to access /hsphere/local/home/cc2007/camcomm.dk/wp-includes/wp-db.php in /hsphere/local/home/cc2007/camcomm.dk/wp-settings.php on line 100 Warning: main(/hsphere/local/home/cc2007/camcomm.dk/wp-includes/wp-db.php): failed to open stream: Permission denied in /hsphere/local/home/cc2007/camcomm.dk/wp-settings.php on line 100 Fatal error: main(): Failed opening required ‘/hsphere/local/home/cc2007/camcomm.dk/wp-includes/wp-db.php’ (include_path=’.:/hsphere/shared/apache/libexec/php4ext/php/’) in /hsphere/local/home/cc2007/camcomm.dk/wp-settings.php on line 100

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d start by deleting and reuploading the WordPress files. You might even download the distribution again just in case.
    http://wordpress.org/download/

    Thread Starter Jesper

    (@jesper)

    I did start over again, deleting, uploading the whole thing…
    Now it seems that it refuses to create the database. I triple-checked my username, password and wp-config.php, but I get this:

    [Access denied for user ‘cc2007_jesper’@’%’ to database ‘cc2007_cc1’]
    CREATE TABLE wp_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description longtext NOT NULL, category_parent bigint(20) NOT NULL default ‘0’, category_count bigint(20) NOT NULL default ‘0’, link_count bigint(20) NOT NULL default ‘0’, posts_private tinyint(1) NOT NULL default ‘0’, links_private tinyint(1) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )

    and on and on and on…

    Your database user, as specified in wp-config.php may not have the proper privileges.

    Resource:
    Installing WordPress, creating a Database and user

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error at wp-admin/install.php’ is closed to new replies.