On Sep 13, 8:04 pm, mdipierro <[email protected]> wrote:
> Please report any error so that, if any, they can be fixed.
Version 1.84.1 (2010-09-13 13:55:55)
Database drivers available: pysqlite2, MySQL
Traceback (most recent call last):
File "gluon/restricted.py", line 188, in restricted
exec ccode in environment
File "applications/eden/models/00_db.py", line 35, in <module>
db = DAL(db_string[0], pool_size=db_string[1])
File "gluon/sql.py", line 4010, in DAL
raise RuntimeError, "%s (tried 5 times)" % exception
RuntimeError: global name 'pools' is not defined (tried 5 times)
That originates with 2287
db_string[0] is 'mysql://root:mypassw...@localhost/sahana'
db_string[1] is 30
F