HTTP 404 - File not found Posted by yan Wed 02 Feb 2005 15:15 GMT-0000 posts: 12 ☆ ☆ ☆ When i press "click here to confirm your action" I get a HTTP 404 - File not found ! not a "Techy" so can s.o explain in simple terms! thanks
Posted by Xavi (as xavidp - admin) Wed 02 Feb 2005 15:30 GMT-0000 posts: 953 ☆ ☆ ☆ Yan, explain more about how did you end up with thatmessage (what did you do before, which action where you attempting to perform, etc.). For what you explain (little) it looks like the file you are trying to work with is not really there (wherever you save your files: file system or database), etc.
Posted by yan Thu 03 Feb 2005 16:12 GMT-0000 posts: 12 ☆ ☆ ☆ Notice the URL (below) when trying to delete a user: /tiki-adminusers.php?offset=0&numrows=10&sort_mode=login_desc&action=delete&user=UserTrial So far so good. Now at this point, you've reached the "confirm delete" button. When looking at the sourcecode of the page, notice the foll. action: form action="/tiki-adminusers.php/offset=0&numrows=10&sort_mode=login_desc&action=delete&user=UserTrial" method="post" notice the "/" after .php/offset... I believe that the "/" suppose to be a "?" ? Currently using the polaris 1.8.5 (stable) version. Regards, Cuong
Posted by yan Mon 07 Feb 2005 11:45 GMT-0000 posts: 12 ☆ ☆ ☆ Can s.o. tell me if there is a known bug with polaris 1.8.5 since I cannot use the "click here to confirm your action" button everytime I have to delete sthing?!!