Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#7736 closed defect (duplicate)

"Page not Found" when creating or updating a ticket

Reported by: danilov@… Owned by:
Priority: normal Milestone:
Component: web frontend Version: 0.11.3
Severity: major Keywords: python26
Cc: mark@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I create or update a ticket I am getting "Page not found" error, however when I go to active tickets I see that the ticket was actually created or updated. Operating system: RHEL4. Python version: 2.6. I am running Trac as standalone server using tracd.

Attachments (0)

Change History (9)

comment:1 by Remy Blank, 15 years ago

Keywords: needinfo added; page not found removed

Could you please set your log level to DEBUG and attach the log output when creating a new ticket and when updating a ticket? This might be an issue with Python 2.6.

comment:2 by danilov@…, 15 years ago

Resolution: fixed
Status: newclosed

Your guess about Python 2.6 was right! I fixed the issue by rolling back to Python version 2.5.2 and reinstalling Trac. Thank you!

comment:3 by Emmanuel Blot, 15 years ago

Keywords: python2.6 added; needinfo removed
Resolution: fixed
Status: closedreopened

Re-opening: Trac should work fine with Python 2.6.

Maybe a dedicated ticket should be created.

comment:4 by Christian Boos, 15 years ago

Keywords: python26 added; python2.6 removed

Yes, I had the same thought. 2.6 works fine for me (tracd, Windows x64).

danilov, please attach your trac.log file showing the exact error you get (see TracLogging for details).

comment:5 by Tim Hatch, 15 years ago

The automated tests caught a few issues under 2.6. Here's a summary:

  • three functional tests fail to redirect after attachment creation (though reproducible under the test env, I can't make it happen by hand)
  • one is broken due to a deprecation warning on accessing an exception message
  • one fails because to_unicode(Exception) is evidently returning an empty string (related to the previous one?)

None of these seem to be the direct issue this ticket is addressing.

danilov, can you report what the url is for the /newticket page and what it is when you get "Page not found"?

comment:6 by Tim Hatch, 15 years ago

Also, what Genshi version were you using under 2.6?

comment:7 by Christian Boos, 15 years ago

Resolution: worksforme
Status: reopenedclosed

Please reopen if there are still issues like this with Trac-0.11.3, which should fully support Python 2.6.

comment:8 by viin, 15 years ago

Resolution: worksforme
Status: closedreopened
Version: 0.11.10.11.3

When I use "Internet Explorer" I get "Page not Found" when I post new tickets (or change properties in the admin-pages).

When I use Firefox or Opera it seems to work.

Using:

  • Python 2.5.4
  • Genshi 0.5.1
  • Tracd as standalone server.

comment:9 by Christian Boos, 15 years ago

Resolution: duplicate
Status: reopenedclosed

See #8020.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.