Hi!
First of all, thanks for your efforts making this plugin possible, you are doing a great job!
I have a little problem: After having installed the plugin, I noticed a 3-4 second delay in every TRAC page refresh in my browser. After discarding apache or network problems, I checked the TRAC logs and got this:
2013-02-13 11:07:39,817 Trac[env] ERROR: Exception caught while checking for upgrade:
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/trac/env.py", line 664, in open_environment
needs_upgrade = env.needs_upgrade()
File "build/bdist.linux-i686/egg/trac/env.py", line 498, in needs_upgrade
if participant.environment_needs_upgrade(db):
File "build/bdist.linux-i686/egg/simplemultiproject/environmentSetup.py", line 78, in environment_needs_upgrade
print "SimpleMultiProject database schema version: %s initialized." % db_version
IOError: sys.stdout access restricted by mod_wsgi
2013-02-13 11:07:39,848 Trac[api] WARNING: Discarding duplicate repository 'mine'
If I try to upgrade the db I get this response:
# trac-admin /TRAC_PATH/ upgrade
SimpleMultiProject database schema version: 4 initialized.
SimpleMultiProject database schema version: 4 installed.
SimpleMultiProject database schema is out of date: False
Database is up to date, no upgrade necessary.
Apart from that, the plugin works ok, but the lag is so annoying the team asks me daily to remove it. Can you please help?
Thanks!