Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#4481 closed defect (duplicate)

Can't add pages to wiki

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Can't add pages to wiki. Python traceback every time.

Attachments (0)

Change History (7)

comment:1 by anonymous, 18 years ago

Traceback is:

Oops… Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide

Python Traceback Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 113, in process_request

self._do_save(req, db, page)

File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 231, in _do_save

for field, message in manipulator.validate_wiki_page(req, page):

File "build/bdist.linux-x86_64/egg/tracspamfilter/adapters.py", line 98, in validate_wiki_page File "build/bdist.linux-x86_64/egg/tracspamfilter/api.py", line 131, in test File "build/bdist.linux-x86_64/egg/tracspamfilter/model.py", line 119, in insert File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

ProgrammingError: current transaction is aborted, commands ignored until end of transaction block

comment:2 by anonymous, 18 years ago

This is the Swedish translation of some Trac Terms.
The point of this page is to help a future swedish-localized version of Trac.
Comments are welcome.

english swedish

General

Wiki Wiki
Timeline Händelseförloppning
Roadmap Karta
Browse Source Titta på källkoden
View Tickets Titta på ärendena
New Ticket skapa nytt ärende
Search Sök
Login Logga in
Settings Inställningar
Help/Guide Hjälp
About Trac Om Trac
Preview Förhandsgranska
Submit Ange
Attach File Bifoga fil
Update Uppdatera
Start Page Första sida
Recent Changes Nya ändringar
Page History sidahistoria
browser läsare

comment:3 by anonymous, 18 years ago

It is very fragile. Sometimes I can add text. Sometimes I cannot.

comment:4 by Matthew Good, 18 years ago

Resolution: duplicate
Status: newclosed

This appears to be a duplicate of #4087.

comment:5 by anonymous, 18 years ago

Here's my comment: This kind of stuff used to happen to me all the time when I was using MySQL as a backend. Once I switched to SQLite, these Python errors stopped and the system has been stable.

comment:6 by anonymous, 18 years ago

Resolution: duplicate
Status: closedreopened

comment:7 by Tim Hatch, 18 years ago

Resolution: duplicate
Status: reopenedclosed

Do not reopen without adding something constructive, especially on a ticket already marked as a duplicate. If you have something further on this issue, either provide a reason for reopening or put a comment on #4087.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.