communityconnect
Forum Replies Created
-
I put the whole site into a subfolder /wp/ again and everything works but I don’t want people to have to type community-connect.ca/wp in order to find the site. Is there something special I have to do with wordpress to redirect the site?
One other thing GoDaddy thinks might be causing the issue is because I moved the site out of a sub-folder of an html site (which then linked them to the wordpress sites). When I moved it to the new server I put it in the root folder. Could that be the problem?
So – I’ve got this far:
*/ define('WP_DEBUG', false); /* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'community-connect.ca'); /* 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');
at this stage everything still shows up from my main site but it still hasn’t activated multisite.
If I add the next line or lines of code:
define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
Then I lose the database connection.
I didn’t put that there THEY DID! I noticed it yesterday and tried taking it out when I inserted the code from my admin panel but it still didn’t work. I’ll try just moving it up and see what that does. Thanks.
Originally I did it through the WordPress admin panel but after the site was moved I couldn’t connect to the admin panel so I got a GoDaddy tech involved to fix the link to the database – in the process he deactivated multisite. I could then get in the admin panel and update permalinks but when he tried to re-activate multisite I lost it again – you know the rest… I’m not really sure what he did on his end so I guess I will have to get them involved again. My reluctance is that I haven’t found one that knows anything about multisite.
I just downloaded the files from my old server with ftp and then uploaded them to the new site, same with the database – then imported the database using phpmyadmin. I looked at plugins to migrate the site but couldn’t find any that were compatible with multisite.
The site was created about a year ago and I just upgraded to multisite through the admin panel. I didn’t do the upgrade with WPMU but I’m a member and am using a child theme of one of their themes and some of their plugins (all of which are deactivated at the moment).
I still have the site on the old server but had to move the domain over in order to begin adapting the site to the new location.
My original install was in a sub-folder of an existing html site which I’m retiring in favour of an entirely WordPress site (if I can get it to work). I took the opportunity when moving the site to move it out of the sub-folder which means I have some custom menus and links to fix as well ??I used dreamweaver to move the site – I’ve just been playing around with the wp-config.php file on the file manager so I don’t have to keep transferring it back and forth.
same problem – I lose my database connection even if I don’t include
define(‘MULTISITE’, true);
One other odd thing – I can’t see my .htaccess file in the file manager – it’s like it goes away once I’ve had the error. Is that possible or is it just invisible?
I didn’t change anything else and the single site version has a connection to the database – it’s only when I add the multisite code that I lose the database connection