New Zenner
- Join Date:
- Nov 2011
- Posts:
- 8
- Plugin Contributions:
- 0
Any 'delete' URL results in page not found
Hello, I origianlly posted this issue as a SEO URL redirect issue, but after a lot of testing I am convinced its not that.
The problem manifested itself when I tried to delete somehting in the admin interface, I got the Zencart store layout "page cannot be found" error. That happened when tying to delete anything, products, featured items, sale items, mailing lists emails
After lots of testing I found out that it did it when the word 'delete' was in the URL. I tested this by altering the URL to change the word delete.
This URL:
http://www.grimtreegames.com/admin/featured.php?page=1&fID=33&action=delete
Shows the page cannot be displayed error
Whilst this URL with the typo in the 'delete':
http://www.grimtreegames.com/admin/featured.php?page=1&fID=33&action=dlete
Just shows the featured items page.
To confim the testing I went the starting admin page and put in the delete action:
http://www.grimtreegames.com/admin/index.php?action=delete
and got the zencart 'page not found'.
However the same URL with test instead of delete:
http://www.grimtreegames.com/admin/index.php?action=test
Just shows the admin page.
To test further I tried doing the same in the store rather than the admin area
This URL:
http://www.grimtreegames.com/index.php?action=delete
Shows 'page not found'
This URL:
http://www.grimtreegames.com/index.php?action=test
Shows the page correctly.
To conclude, every and any URL with the word 'delete' in prompts Zen Cart to show page cannot be found.
I am not looking for the magic bullet answer at this point, just where to look next. How does the Zen Cart page not found work? Can you give any advice as to where to look next?
Thanks