russepps
Forum Replies Created
-
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesNo caching.
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesNo physical folder. I am still able to reproduce once I close the browser and then go direct to the blog. After I click on one of the pages “Home”, etc. It seems to work until I create a new browser session and go directly to the blog site again.
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesThe only other thing I have noticed was when you first go to the site, with a fresh browser, you will see the incorrect url.
If you click on the incorrect url, you get the 404 error. If you then click on “Home” and go back to the main page of the blog, the url is correct.
I can’t figure out what is different about going straight to the blog, or clicking on the home link for the blog.
But the way the system calculates the url on first entry, there is definitely something wrong in the system.
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesPath: /naturalsunshine/
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesLooks like the following:
define('WP_DEBUG', false); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'blog.blackhairmedia.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesWith all of the Plugins turned off, having the same issue. It appears whatever function returns the url is appending the name of the blog to the end of the url, thus giving you the blog name twice.
Do you know which function returns the url of the blog for the paging function?
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesWe have the problem, regardless of the permalink settings (Default or custom, same issue).
I have been doing more testing. The problem occurs even on the default theme. It appears to be a little inconsistent. Therefore it may be related to the session or how the use enters the site.
I will review the single.php file.
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesI have one blog on the same multisite system that has yet to have a theme added it is still using the default. It DOES NOT have the same problem. Therefore I would assume the problem is theme related, however, I am having this problem with themes from different companies.
Is there a common area where I can look to review the code the themes are modifing or overwriting and causing this problem?
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesCurrent permalink setting is as follows:
Day and name
However, we have seen the issue on any setting to include a custom setting like: /%postname%/
No no-category-base plugins installed.
Only one line with $base in wp-config.php file.