• Resolved heathermhill

    (@heathermhill)


    Hello!
    I am trying to add a blog to an existing hosting account at godaddy. (they do not allow automatic uploads with a subdomain)I’ve created the sub-domain, created a datebase.. but when I go to my blog I am getting an error! I’ve spent 3 hrs on the phone with support with them ending up telling me to come here, that they can’t help me?!

    I am getting a 403 forbidden error

    https://blog.eliteglobalaccess.com/

    I’ve used the database info in the wp-config file, but still got the error? My DB name and DB user name are the same? Is that correct? I’ve not done a manual install before. Not sure if that’s my problem

    I am going batty trying to figure this out?

    ANY suggestions are appreciated ??

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Thread Starter heathermhill

    (@heathermhill)

    okay,, that solves one problem.. but when I go to the “5 minute” install I get a long page of errors like this..

    WordPress database error: [CREATE command denied to user ‘heatherhill’@’173.201.196.29’ for table ‘wp_terms’]
    CREATE TABLE wp_terms ( term_id bigint(20) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL default ”, slug varchar(200) NOT NULL default ”, term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘heatherhill’@’173.201.196.29’ for table ‘wp_term_taxonomy’]
    CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) unsigned NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy), KEY taxonomy (taxonomy) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘heatherhill’@’173.201.196.29’ for table ‘wp_term_relationships’]
    CREATE TABLE wp_term_relationships ( object_id bigint(20) unsigned NOT NULL default 0, term_taxonomy_id bigint(20) unsigned NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘heatherhill’@’173.201.196.29’ for table ‘wp_commentmeta’]
    CREATE TABLE wp_commentmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, comment_id bigint(20) unsigned NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY comment_id (comment_id), KEY meta_key (meta_key) ) DEFAULT CHARACTER SET utf8

    Thread Starter heathermhill

    (@heathermhill)

    OOPS found the error!! Thanks for steering me!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PULLING my hair out trying to manually upload to godaddy’ is closed to new replies.