-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 20.11.2012 18:11, Jeff Lake wrote: > Wanted to activate the webadmin feature. > Trac told me to upgrade > > so.. > /#$ trac-admin /var/www/html/trac upgrade > The upgrade failed. Please fix the issue and try again. > > AttributeError: > #$/ > > pretty generic, where/what to begin looking
Most probably this is not Trac core's fault. I guess, you went for Trac-1.0 and one of your installed plugins in that environment has issues. This is know for a number Trac plugins by now, all of them using Trac db for data storage and checking existence of relevant db tables with a SELECT statement, that is meant to fail on missing table(s). Please upgrade your plugin(s), if a fix is available, or report it otherwise. Steffen Hoffmann -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlCrwPsACgkQ31DJeiZFuHfSwwCght1MjJ0MMO1/uF0QA2dbfOXh MKEAoLCXEMcZHo0HEiYDKcC1jH3jMHW3 =eGIc -----END PGP SIGNATURE----- -- 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.
