kend1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 2 Column Headernevermind
Forum: Themes and Templates
In reply to: 2 Column HeaderI am using WordPress 4.2.4 with Crawford theme, and a static homepage.
I want a more compact look so that the important info is visible without scrolling down. The meta slider content compliments the logo, so it seemed fit to decrease the size of the logo and place them side by side, thus moving everything up the page.Forum: Plugins
In reply to: [Widget Wrangler] Invalid argument errorGreat… thanks for the quick reply. The site works and posts publish fine, I was just concerned. I’ll watch for update.
Forum: Networking WordPress
In reply to: Godaddy multisite database connection failureI guess no one has an answer
Forum: Networking WordPress
In reply to: Godaddy multisite database connection failureThis is the contents of htaccess
# BEGIN WordPress
RewriteEngine On
RewriteBase /index.php/
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) home/newhorizonsaba/public_html/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ home/newhorizonsaba/public_html/$2 [L]
RewriteRule . index.php [L]# END WordPress
Forum: Networking WordPress
In reply to: Godaddy multisite database connection failureyes that line is in the wp-config
/**
define(‘WP_DEBUG’, false);
define (‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘newhorizonsaba.com’);
define(‘PATH_CURRENT_SITE’, ‘/index.php/’);
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’);As I stated in the orignal post
Following the directions on the godaddy support page, I added the define(‘WP_ALLOW_MULTISITE’, true); to my wp-config.php. Everything went fine and I logged back in, disabled all plugins and selected network setup. I then copied the info into wp-comfig and htaccess as directed. Now I get “Error establishing a database connection”
I’m having the same issue. It works fine when I setup multisite on my localhost test install with wamp on my laptop but not when I try to implement it live on godaddy. ARGHHHHHHHH!