[EMAIL PROTECTED] schrieb:
> I hope you won't mind if I sneaked a question in here.
Yes, we do mind ;-)
Please open a new thread for a new topic and don't reply to an unrelated
one!
> I believe this
> is very relevant to your initial queries.
I don't believe so. Why do you think so?
> This project used to work
> before I reformatted my Ubuntu Gutsy. (Reason for reformat: Somehow my
> PHP and Apache was not working properly.)
Do you used to work with windows before? ;-) Setting up the whole OS
anew because some software is not working is usually neither helpful nor
necessary with Linux.
> Anyway, after reinstalling
> everything (or so I think I have already reinstalled everything), this
> error keeps popping up:
>
> 2008-03-06 09:01:44,566 file_fields.widgets.file_field WARNING
> Scriptaculous is not installed
You seem to have the FileFields widget installed but Scriptaculous
> /usr/lib/python2.4/site-packages/TurboGears-1.0.4.3-py2.4.egg/
> turbogears/widgets/base.py:460: UserWarning: You have declared an
> empty WidgetsList
> warnings.warn("You have declared an empty WidgetsList")
Somewhere there is an empty widget list in your code
> File "/usr/lib/python2.4/site-packages/sqlalchemy/orm/mapper.py",
> line 1872, in class_mapper
> raise exceptions.InvalidRequestError("Class '%s' entity name '%s'
> has no mapper associated with it" % (class_.__name__, entity_name))
> sqlalchemy.exceptions.InvalidRequestError: Class 'Visit' entity name
> 'None' has no mapper associated with it
We need to see your model code to analyse this. Please paste it on
paste.turbogears.org and send us the link.
With which TurboGears version was your project created.
Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---