#671 closed defect (fixed)
Slugs incremented incorrectly on upgrade
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8.3 |
| Component: | Installation/Upgrade | Version: | 0.8.2 |
| Severity: | major | Keywords: | slugs |
| Cc: |
Description
Slugs are not incremented correctly by the upgrade script from pre 0.8.2 versions to 0.8.2
Slugs are incrementing like this:
example
example-1
example-1-2
example-1-2-3
etc.
Instead of like this:
example
example-1
example-2
example-3
etc.
Normal creation of slugs in new topics occurs correctly however
Attachments (1)
Change History (6)
- Resolution set to fixed
- Status changed from new to closed
If you want to reprocess your slugs, write a script that loads bb-load.php and bb-admin/upgrade-functions.php then runs bb_upgrade_process_all_slugs().
- Put attached reprocess-slugs.php in bbPress' main directory.
- Go to http://your-bbpress-url/reprocess-slugs.php
- Depending on size of you forums, wait until it's done (it will be obvious).
- Delete the reprocess-slugs.php file from your server.
Note: See
TracTickets for help on using
tickets.
See associated support forum post:
http://bbpress.org/forums/topic/slugs-and-duplicates