In my site there uComponents installed and 404 page was working fine. After installing the URL Tracker, it shows wrong 404 page. I have the problem in 6.1.6 version and just yesterday I downloaded the latest package.
Please have a bit more patience... You've posted this topic 21 hours ago, on a Sunday, but you've also found it necessary to remind me on Twitter about this 3 hours ago.
That's only 18 hourse in between, come on!
Anyway, I don't know what you mean by 'wrong 404 page', I need additional information before I can try to help you out.
Here wrong 404 page means not showing the 404 error page correctly. When I browse non existing page in the site that shows wrong 404 error page. I did some googling to find the solution but no solution yet. I tried by implementing <httpErrors existingResponse="PassThrough"/> and problem is still same. I gave dipper look and found instead of showing 404 error page, it shows the page from first record of icUrlTracker table. If I unpublished the node related with first record then it shows second one. I am using uComponent's Multi-site Page Not Found in my site.
I found the problem. The problem was data stored in url tracker table. Some of the column have empty value instead of null. Just simple sql query (update icUrlTracker set OldUrlQueryString=null, OldRegex=null, RedirectUrl=null, Notes=null) helps me to shot out the problem.
Wrong 404 page
Hi All,
In my site there uComponents installed and 404 page was working fine. After installing the URL Tracker, it shows wrong 404 page. I have the problem in 6.1.6 version and just yesterday I downloaded the latest package.
Any help please?
Thanks
PTamang
Please have a bit more patience... You've posted this topic 21 hours ago, on a Sunday, but you've also found it necessary to remind me on Twitter about this 3 hours ago.
That's only 18 hourse in between, come on!
Anyway, I don't know what you mean by 'wrong 404 page', I need additional information before I can try to help you out.
Hello kipusoep,
Sorry to bother you early in the morning.
Here wrong 404 page means not showing the 404 error page correctly. When I browse non existing page in the site that shows wrong 404 error page. I did some googling to find the solution but no solution yet. I tried by implementing
<httpErrors existingResponse="PassThrough"/>
and problem is still same. I gave dipper look and found instead of showing 404 error page, it shows the page from first record of icUrlTracker table. If I unpublished the node related with first record then it shows second one. I am using uComponent's Multi-site Page Not Found in my site.Any possible suggestion?
Thanks for you time
PTamang
Well never mind.
I found the problem. The problem was data stored in url tracker table. Some of the column have empty value instead of null. Just simple sql query (
update icUrlTracker set OldUrlQueryString=null, OldRegex=null, RedirectUrl=null, Notes=null
) helps me to shot out the problem.is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.