nwtech
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directory**EDIT** i do have several wp_7_* tables in the database. would it be as simple as renaming them to wp_2_* ?
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directorySorry, i responded before my morning coffee. ??
No, I don’t have any wp_2 tables in my database. What’s the best way to create them to get it all working?
**EDIT** i do have several wp_7_* tables in the database. would it be as simple as renaming them to wp_2_* ?
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryif it’s any help, here’s a quick screenshot of what i’m experiencing: https://screenr.com/4xa
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryThere are probably settings in that plugin that are pointing to the subdomain then. You’ll need to scour them.
that would be plugin specific. would this also cause all new sites to not be able to create new pages or posts and show the “page cannot be found”?
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryI should also mention that I do have the updated .htaccess
#BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]#END WordPress
and the hosting server has mod_rewrite all on.
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryi created new sites after the above change to the sub-directory format
Forum: Networking WordPress
In reply to: WP Multisite Sub-domain to Sub-directoryThank you.
I followed those directions, and I can now create sites, however when I visit the dashboard of that site, I can not create posts or pages.
Additionally, I get an error from the NextGen Gallery when attempting to “Upgrade the database tables”
Could not find NextGEN Gallery database tables, upgrade failed !
TIA
Forum: Networking WordPress
In reply to: Multisite setupMy problem has been resolved now that I switched from the Sub domain structure to the sud directory structure. Sorry for the trouble and confusion.
Forum: Plugins
In reply to: Website hosting and reoccuring paymentsAnyone have any suggestions or somewhere I can read up on this?
Forum: Networking WordPress
In reply to: Multisite setupI understand that I wouldn’t be able to set globally settings for plugins, but for those plugins and themes that are activated on the network, I thought that they would be available for the other sites on the WP multisite network.
you shoudl be redirected to the network admin off the main site.
I am. But when I go to a sub site as the Super Admin, if you will, I no longer have the option in the upper right to go to the network admin site.
I hope it makes sense. Would screen shots help?
Forum: Networking WordPress
In reply to: Multisite setupalso from the subdomain site, i no longer have access to the network dashboard even though i’m logged in as the ‘super’ admin
Forum: Networking WordPress
In reply to: Multisite setupMaybe I don’t understand what you’re saying, but I was under the assumption that once WPMU was installed, I would have a centralized location to manage themes and plugins and to create new sites. I could then access those sites and use the plugins and themes that were managed by the main network site.
Forum: Networking WordPress
In reply to: Multisite setupThe main site that i setup the MU network with has access to all the plugins and the themes, however any new site that I create does not have access to them from their dashboard.