On Sep 17, 4:44 am, JV <[EMAIL PROTECTED]> wrote:
> 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

Sorry, a bit out of pocket at the moment, but looking at the
traceback, I'm pretty sure it's not registration related. You may want
to do a normal 'tg-admin quickstart' on a new project, and then do tg-
admin shell just to verify. If that does throw the same error, then I
think the problem is with your copy of turbogears.

I saw your post in the main TG group, hopefully someone there can chip
in with some ideas, too.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to