Hi Cathy, I found your message on the mailing list. I happen to be the developer of the ticketmodifiedfiles plugin for Trac. After having read your message, someone has created a ticket against the plugin in trac-hacks.org: http://trac-hacks.org/ticket/3781 You both happened to have the same error, which was due to the fact that the plugin was making a SQLite-specific query, which failed when using the plugin with another database system.
This ticket is now resolved and closed. If you want, you can reinstall the plugin and tell me if everything works fine (a user using MySQL reported it to work fine now) => http://trac-hacks.org/wiki/TicketModifiedFilesPlugin Thank you for reporting this problem, which has permitted me to fix it. Best Regards, Emilien Klein. On 11 août, 20:13, CM <[EMAIL PROTECTED]> wrote: > Ah, I see - ticketmodifiedfiles is causing a problem. I took that out > and it seems to be working again... > > On Aug 11, 12:24 pm, CM <[EMAIL PROTECTED]> wrote:> Hello - > > > When looking at a ticket created prior to upgrade from 0.11b, I get an > > error. Did I miss a step in the upgrade? > > > ......... > > > File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/ > > trac/web/main.py", line 423, in _dispatch_request > > dispatcher.dispatch(req) > > File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/ > > trac/web/main.py", line 219, in dispatch > > data, content_type) > > File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/ > > trac/web/chrome.py", line 690, in render_template > > stream |= self._filter_stream(req, method, filename, stream, data) > > File "/usr/local/lib/python2.5/site-packages/Genshi-0.5.1-py2.5-linux- > > i686.egg/genshi/core.py", line 128, in __or__File "/usr/local/lib/ > > python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", > > line 777, in inner > > data) > > File "build/bdist.linux-i686/egg/ticketmodifiedfiles/ > > ticketmodifiedfiles.py", line 81, in filter_streamFile "build/ > > bdist.linux-i686/egg/ticketmodifiedfiles/ticketmodifiedfiles.py", line > > 115, in __process_ticket_requestFile "/usr/local/lib/python2.5/site- > > packages/Trac-0.11.1-py2.5.egg/trac/db/util.py", line 51, in execute > > return self.cursor.execute(sql) > > File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 166, in > > executeFile "build/bdist.linux-i686/egg/MySQLdb/connections.py", line > > 35, in defaulterrorhandler > > > Trac: 0.11.1 > > Python: 2.5.1 (r251:54863, Jan 11 2008, 10:58:38) [GCC 3.4.3 > > 20041212 > > (Red Hat 3.4.3-10)] > > setuptools: 0.6c7 > > MySQL: server: "5.0.45-community", client: "5.0.45", thread-safe: 0 > > MySQLdb: 1.2.2 > > Genshi: 0.5.1 > > mod_python: 3.3.1 > > Pygments: 0.9 > > Subversion: 1.4.6 (r28521) > > jQuery: 1.2.6 > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
