dbldee
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Cannot adjust user rolesHello Andrea
Simply trying to give user the ability to edit posts, but cannot, perhaps related problem is that backend of the subsites still cannot be accessedthank you
Forum: Networking WordPress
In reply to: 403 error in new multisite@jhobbs
Do you mind mentioning your host
I have had several similiar problems that have not been resolved for the last 3 weeks?Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workCorrected wp-config.php and db tables, but still no luck
Cannot access sub-sites
Custom Permalinks return bad request
http://domain.com/folder/blog/%categories%/postname# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] AddType x-mapp-php5 .php # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] AddType x-mapp-php5 .php # 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 WordPressIs there a problem with subdirectory installation?
I have an installation in root of domain that appears to have no problems!!Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workI have removed the 1 from all tables and set wp-config.php
$table_prefix = 'wp_';
but now have a database connection error
——————————
Error establishing database connectionIf your site does not display, please contact the owner of this network. If you are the owner of this network please check that MySQL is running properly and all tables are error free.
Could not find site econsumersearch.com/blog. Searched for table wp_blogs in database db325138289. Is that right?
——————————————
should wp_1 be changed? in the tables?Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workThanks Andrea and ipstenu
My bad here
The main site 1 is the only site that can be accessed in the back as it is seen in the tables.
Site 2 is seen as 12 and so on..
So a fix wouild be to set config prefix as wp_1_1
and rename all tables
How about creating future sites?Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workBut the problem is that I cannot access the backend of subsites because ‘they do not exist’
sub site 1 may be infact seen as 11 and returns error
Is somewhere/somehow this can be modified?
Incidentally I tried to comment out the table prefix line and returned a database connection error as should be expected.It would be a shame to have to rebuild things and lose all the posts and content in sub blogs;
Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workDid you delete some sub-sites?
No subsites have been deleted
Sites id go from 1-10 but tables go from 1,12,13,14…19 then 110 so it appears that the 1 prefix is being added.
in the wp-config.php
$table_prefix = 'wp_1';
Is this required or optional ?
Should the wp-config be edited?
Will it still be possible to access subsites?thanks
Forum: Networking WordPress
In reply to: Adding blogs to multisite doesn't workWhat does it mean if the tables do not match the site id?
eg. I see wp_110 but blog ids are from 1-9With tables After wp_1, its wp_12-19, then wp_110
Is this normal or system error?
thanksForum: Fixing WordPress
In reply to: Permalink Problem@esmi
lighten up. I’m trying to help, by telling what may or may not work!!!Forum: Fixing WordPress
In reply to: Post Preview & 404 ErrorSet permalink settings to default.
I know this is not ideal, but works for meForum: Fixing WordPress
In reply to: Permalink ProblemOn my server the custom structure is not being written and I receive a bad request error, only default permalink appears to work.
Rewrite rules appear to need updating.
Plugins or themes appear to have no effect.
In addition to not being able to access the backend of other sites on the multisite networkForum: Networking WordPress
In reply to: How to remove default links in BlogrollSettings>>Permalinks
Bulk /delete/applyForum: Networking WordPress
In reply to: Repair on multisite totally fail – Losting contentI have some similiar problems with blog post content or pages not showing.
The way that I understand it works is that creation is virtual,I don’t know if looking in the blog.dir folder may reveal something, perhaps indication that the contents really exist and the problem could be in rewriting.Forum: Networking WordPress
In reply to: MU Network installationInstallation complete
Attempt to add new site but the backend returns “nothing found”Forum: Networking WordPress
In reply to: MU Network installationThanks for the replies
the Network >> Tools menu is not very obvious.