Opened 3 years ago
Closed 3 years ago
#12383 closed defect (bug) (fixed)
Permalinks Fail After Adding New User
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Permalinks | Version: | 2.9.1 |
| Severity: | normal | Keywords: | multisite |
| Cc: |
Description
2.9.1 - MU
Have Main Blog and 9 other sub blogs
Using Plug In - WordPress MU Sitewide Tags Pages - to pull posts to main blog
To make problem
Go to Site Admin panel
Users - Add new user on main blog
Go to Blogs under Site Admin Panel
Add user as author to each blog
Check Website and see that posts no longer link back to post
The way i have to fix it is go to each blog and save permalinks (not changing or even clicking anything just clicking save permalinks) and links on site work again.
Write up on forum
http://mu.wordpress.org/forums/topic/16979?replies=5#post-95297
Change History (10)
comment:1
shodezignz
— 3 years ago
- Component changed from General to Administration
- Keywords permalinks add user permalinks fail added
- Milestone changed from Unassigned to 3.0
comment:2
dd32
— 3 years ago
- Component changed from Administration to Permalinks
- Keywords multisite added; permalinks add user permalinks fail removed
- Owner set to ryan
comment:6
follow-up:
↓ 7
Denis-de-Bernardy
— 3 years ago
Just to confirm I'm reading this write: does this bit of code mean that inserting or updating a new blog in a MS installation will fire a .htaccess file update?
comment:7
in reply to:
↑ 6
;
follow-up:
↓ 8
wpmuguru
— 3 years ago
Replying to Denis-de-Bernardy:
Just to confirm I'm reading this write: does this bit of code mean that inserting or updating a new blog in a MS installation will fire a .htaccess file update?
No, WP_Rewrite rewrite rules are stored in the options table.
comment:8
in reply to:
↑ 7
;
follow-up:
↓ 9
Denis-de-Bernardy
— 3 years ago
Replying to wpmuguru:
Replying to Denis-de-Bernardy:
Just to confirm I'm reading this write: does this bit of code mean that inserting or updating a new blog in a MS installation will fire a .htaccess file update?
No, WP_Rewrite rewrite rules are stored in the options table.
of course. but if memory serves, the .htaccess file gets refreshed whenever they're generated unless it's a soft refresh, or something like that.
comment:9
in reply to:
↑ 8
wpmuguru
— 3 years ago
Replying to Denis-de-Bernardy:
of course. but if memory serves, the .htaccess file gets refreshed whenever they're generated unless it's a soft refresh, or something like that.
The .htaccess rewrite rules are written once during the network install. They aren't refreshed from individual site/blog settings.
comment:10
wpmuguru
— 3 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing pending another issue with this.
Testing shows that the Sitewide Tags plugin isn't a factor in this.
Adding a new user through the network admin and then adding the user as an author a the second blog causes the permalinks to fail on the second blog.