rrolfe
Forum Replies Created
-
It says I am on Version 2.0.4.
There are no updates available.I believe i am on the latest version.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] 1.3.1 Loops endless – not usableWouldn’t you set that up simply using the parent page feature…
/products – page
/fruits – page – Parent Products
/banana – page – Parent FruitsThat would give you a permalink of /products/fruits/banana
Very similar to the Weberz page of Dedicated Servers where we have:
/services as a page and /services/dedicated-server-hosting as a sub-page of services.
What you have done with your fix is completely bypass the 404 processing for any page that you have a custom permalink for using the other plugin.
I would be interested in knowing how the other plugin is setting the permalink for the page as they aren’t changing the official permalink for the page in the WP DB. My guess is that they setup a template_redirect function that finds the permalink typed in and they keep a DB table that matches permalinks to page id’s. Then they load the appropriate page id based on the custom permalink. This would work fine unless someone was checking the 404 status of the page like we are.
If the above is true.. they should modify their plugin to report the custom permalink page as not being a 404 much like Yoast does with his sitemap_index.xml URL in the WordPress SEO plugin.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] 1.3.1 Loops endless – not usableI am still confused. Lets try this…
You’re have a problem with Posts or Pages?
What is your Permalink setting set to?
Can you send me a actual copy of the log file from the server? Such as the IIS or Apache log? A snippet of the problem will do.. email it to [email protected]if you could email me database dumps of wp_wbz404_redirects and wp_wbz404_logs tables too that would be really great.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] 1.3.1 Loops endless – not usableYeah I checked…
/blog/cat/2
/blog/cat/post/2
/blog/cat/subcat/2
/blog/cat/subcat/post/2All worked.
Do you happen to have a automatic redirect in the system already for those particular URL? If the redirect is already in the system it *might* be causing a problem. If you deleted it I wonder if it would come back.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] 1.3.1 Loops endless – not usableI can’t seem to duplicate this bug. I just tried it on my personal site and the pagination seemed to work fine.
I tried paginating the category, which worked.
I paginated the sub category browsing – worked.
I paginated a post that was assigned to the sub category. Also worked.Is there anything else that might point me to the correct direction?
1.3.2 is out.
Ahh.. missed that one.. it’s fixed now.. It says 1.3
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Order by Hits or Last usedI was able to do order by hits for version 1.3
Should be out later today or tomorrow.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Duplicated redirectsI found the bug that was causing the duplicated redirects. Most of them were due to a logic mishap in the code on my part.
The logic has been fixed in version 1.3, which should be out later today or tomorrow.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Breaks shortlink function for PAGESThis has been fixed in version 1.3.
This will be out later today or tomorrow.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Support? You mean – no supportSorry about the lack of replies on the forum. This plugin is just one of the things that I work on. I don’t get around to updating it often, but when I do I try to fix all the problems at once.
Sorry for the delays.
The root 404 errors are likely a bug due to the plugin not taking query strings into account. I have fixed this in version 1.3.
1.3 should be out later today or tomorrow.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Many redirects for /This is likely a bug due to the plugin not taking query string vars into account. It should be fixed in version 1.3.
Looks like we need a Tools tab in the admin section with some purge options. I will see if I can’t add them for version 1.3.
Thanks,
Rob.Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] Page split and Automatic RedirectsI have fixed the <!–nextpage–> bug in version 1.3
Should be out later today or tomorrow.
Forum: Plugins
In reply to: [Redirectioner] [Plugin: 404 Redirected] trackback errorTrackback URL’s have been fixed in version 1.3
Should be out today or tomorrow.