Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various edit requests get "black-holed" #7

Closed
thomasgraupner opened this issue Sep 14, 2012 · 1 comment
Closed

Various edit requests get "black-holed" #7

thomasgraupner opened this issue Sep 14, 2012 · 1 comment

Comments

@thomasgraupner
Copy link

I've got a couple of problems with editing events and maps:

=== Problem 1 ===

If a user running Internet Explorer tries to edit an event or a map, they get an error page with a message like the following when they click the Save button:

    The request has been black-holed
    Error: The requested address '/events/edit/819' was not found on this server.

The error happens regardless of whether any fields were changed.

This is a problem to me because I'm trying to get club members to be responsible for editing their own event pages. I don't want my instructions to begin with "First of all, don't use Internet Explorer..."

=== Problem 2 ===

If a user running Internet Explorer, Firefox, or Chrome (or probably any other browser) tries to change the location of a map, their request gets black-holed.

This is a problem because I can't seem to change map locations - at all.

With Firefox and Chrome, the error occurs only if the map location marker is dragged. Using Wireshark, I can see that the edit requests for saving a map with and without dragging the marker are the same, except for the latitude and longitude fields sent back. If the coordinates are unchanged, I get an HTTP 302 (Found) response redirecting to the view page. If they are different, I get an HTTP 400 (Bad Request) response containing the "black-holed" error page.

I think problem 2 is pretty basic, because it looks like the following test in MapsController.php is failing:

136: if ($this->Map->save($this->data)) {
137: $this->Session->setFlash('The map has been updated.', "flash_success");

I haven't investigated problem 1 to any length yet.

If I remember correctly, both of these problems started a number of weeks/months ago, but not necessarily at the same time.

@thomasgraupner
Copy link
Author

Sorry, I posted my issue in the wrong repository again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant