Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter heathermhill

    (@heathermhill)

    Oh, and I can get to the dashboard for the new site, but that’s it, and I see an error ( in red ) that says:

    ERROR: The themes directory is either empty or doesn’t exist. Please check your installation.

    Thread Starter heathermhill

    (@heathermhill)

    shoot! it didn’t fix anything. I even tried to add a new site.

    Once I add a site, shouldn’t I be able to see the file in my cPanel? Do I need to manually add it? I didn’t think I had to do that?

    So far, none of the sites I’ve added have shown up in my cPanel, I’ve made sure to install the network on my root site, and my blog.dir is writeable.

    I hope this isn’t a silly mistake on my side!

    I’ve been trying to get this right for several weeks now so I cannot thank you enough for looking!

    ??

    Thread Starter heathermhill

    (@heathermhill)

    oh geesh, haha I was in a hurry, I DO know the difference!

    This is what I have in my main .htaccess file

    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]
    
    # END WordPress
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    Again, thanks so much for taking a look for me!

    Thread Starter heathermhill

    (@heathermhill)

    Hi Again and thanks Mika! Really appreciate you looking and responding!

    okay, so my config reads:

    define('WP_ALLOW_MULTISITE', true);
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'freeclubfinder.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');

    maybe it’s something in here? This is foreign to me ??

    Thread Starter heathermhill

    (@heathermhill)

    Disregard,, lost the site so I had to restore..

    Thread Starter heathermhill

    (@heathermhill)

    Thread Starter heathermhill

    (@heathermhill)

    That did not work, I have some rouge code going on there

    Thread Starter heathermhill

    (@heathermhill)

    I did yes,, some are working, some are not?

    Thread Starter heathermhill

    (@heathermhill)

    hmm.. Like the title of that one! ??

    But this is a new install and I have no plugins activated or any new thems uploaded?

    I’m gonna throw Godaddy to the birds!! haaaa

    Thread Starter heathermhill

    (@heathermhill)

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

    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)

    Wow, wouldn’t have seen that one!

    Thanks a million!

    Thread Starter heathermhill

    (@heathermhill)

    ahh OK thanks! I was hoping there was a short cut to just add there that would place all the links in there.. back to work ?? thanks!!

Viewing 13 replies - 1 through 13 (of 13 total)