I made fresh install on my virtual machine Centos 5.3, MySQL 5.0.45,
Python 2.4
It seems that database table creation script is not working correctly?
There is missing tables like agilo.sprint
Installed product: Agilo 0.8.0.1 and Trac 0.11.5
BR,
NarsuMan
Some comments form log file:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
web/api.py", line 377, in send_error
'text/html')
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
web/chrome.py", line 725, in render_template
req.chrome[type_].append(
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
web/api.py", line 195, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
web/chrome.py", line 488, in prepare_request
for contributor in self.navigation_contributors:
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
core.py", line 70, in extensions
return filter(None, [component.compmgr[cls] for cls in
extensions])
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
core.py", line 207, in __getitem__
component = cls(self)
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
core.py", line 111, in maybe_init
init(self)
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/ticket/web_ui.py", line 61, in __init__
if AgiloConfig(self.env).is_agilo_enabled:
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
core.py", line 111, in maybe_init
init(self)
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/utils/config.py", line 328, in __init__
self.reload()
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/utils/config.py", line 600, in reload
fields = AgiloTicketSystem(self.env).get_ticket_fields
(new_aliases=self.ALIASES)
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/ticket/api.py", line 333, in get_ticket_fields
self._fields[t_type] = \
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
ticket/api.py", line 266, in _get_ticket_fields
for field in self.get_custom_fields():
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/ticket/api.py", line 264, in get_custom_fields
fields = super(AgiloTicketSystem, self).get_custom_fields()
File "/usr/lib/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/
ticket/api.py", line 293, in get_custom_fields
self._custom_fields = self._get_custom_fields()
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/ticket/api.py", line 291, in _get_custom_fields
self._add_sprint_options(fields)
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/ticket/api.py", line 283, in _add_sprint_options
field['options'] = [s.name for s in sp_manager.select()]
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/core/model.py", line 1020, in select
db=db)
File "/usr/lib/python2.4/site-packages/agilo-0.8.0.1_r1832_20090809-
py2.4.egg/agilo/core/model.py", line 791, in select
raise UnableToLoadObjectError(_("An error occurred while getting
%s from the database: %s" % \
UnableToLoadObjectError: An error occurred while getting None from the
database: (1146, "Table 'projecttrac.agilo_sprint' doesn't exist"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---