Application Error 200 when trying to delete items

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Ceres

Application Error 200 when trying to delete items

Post by Ceres »

I am getting the following error when trying to delete basically anything (notes, users, bugs etc.):

"APPLICATION ERROR 200

A required parameter to this page (bugnote_id) was not found.

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section."

I am using a pretty fresh install of 1.0.0rc1. Anyone know if this is a bug or just user error?

Thanks,

Ceres
Ceres

Post by Ceres »

Nobody else has any idea as to why this is happening?
Ceres

Post by Ceres »

Well, I found out what was wrong but I am still not sure if this is a bug or a configuration issue.

Basically the problem was that when the helper_ensure_confirmed function in helper_api.php was generating the form action, it only put something like:

Code: Select all

<form action="/my.bugtracker.com">
instead of:

Code: Select all

<form action="http://my.bugtracker.com">
It is getting this from $PHP_SELF which is set (it seems) by $_SERVER['PHP_SELF']. If this is a bug then it's an easy fix, but it doesn't seem like this is a very common problem. Maybe there should be a check to handle configurations like mine?

Ceres
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Although I can't remember exactly, I think I remember something like this happening on a few Sun servers.

What OS version are you using?

Also, what version of PHP and what web server (name and version) are you using?
Ceres

Post by Ceres »

I am on a box hosted at an ISP (PowWeb to be specific).

Php info says they are using:

FreeBSD 4.11
Apache 1.3.33
PHP 4.4.0

Ceres
Post Reply