Hi
I updated my existing TurboGears project with the registration module,
following the post:
http://patrickhlewis.googlepages.com/registration.html
but after I updated it my tg-admin throws the following error on `tg-
admin sql create` as well as `tg-admin shell`
Traceback (most recent call last):
File "/usr/local/bin/tg-admin", line 8, in <module>
load_entry_point('TurboGears==1.0.4.4', 'console_scripts', 'tg-
admin')()
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/command/base.py", line 369, in main
command.run()
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/command/base.py", line 167, in run
self.find_config()
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/command/base.py", line 48, in find_config
load_project_config(self.config)
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/util.py", line 97, in load_project_config
modulename = package + ".config")
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/config.py", line 207, in update_config
configure_loggers(configdict)
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/config.py", line 146, in configure_loggers
_get_loggers(loggers, handlers)
File "/usr/lib/python2.5/site-packages/TurboGears-1.0.4.4-py2.5.egg/
turbogears/config.py", line 99, in _get_loggers
"handler %s" % (key, handler))
turbogears.config.ConfigError: Logger access references unknown
handler access_out
First it seemed to me that it was not able read the config/log.cfg but
then I realized that the error is originating from the dev.cfg. If I
comment out the logging section in dev.cfg tg-admin works.
But I don't think thats a good idea at the first place and moreover it
will keep creating problems further too.
Help, anyone?
Thanks in advance
JV