heathermhill
Forum Replies Created
-
Forum: Networking WordPress
In reply to: white screen after creating new site (newbie alert) :-)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.
Forum: Networking WordPress
In reply to: white screen after creating new site (newbie alert) :-)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!
??
Forum: Networking WordPress
In reply to: white screen after creating new site (newbie alert) :-)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!
Forum: Networking WordPress
In reply to: white screen after creating new site (newbie alert) :-)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 ??
Forum: Installing WordPress
In reply to: Links not working after masking URLDisregard,, lost the site so I had to restore..
Forum: Fixing WordPress
In reply to: How to get rid of this admin bar codeHI!
Here is the url
https://www.bartandpatti-blog.com/Forum: Fixing WordPress
In reply to: How to get rid of this admin bar codeThat did not work, I have some rouge code going on there
Forum: Fixing WordPress
In reply to: trouble with site after moving to hosted WPI did yes,, some are working, some are not?
Forum: Installing WordPress
In reply to: was here yesterday, but need another lookhmm.. 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
Forum: Installing WordPress
In reply to: PULLING my hair out trying to manually upload to godaddyOOPS found the error!! Thanks for steering me!!
Forum: Installing WordPress
In reply to: PULLING my hair out trying to manually upload to godaddyokay,, 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 utf8WordPress 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 utf8WordPress 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 utf8WordPress 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 utf8Forum: Fixing WordPress
In reply to: link text is transparent? Seems my CSS is OKWow, wouldn’t have seen that one!
Thanks a million!
Forum: Themes and Templates
In reply to: links in footer helpahh 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!!