2009-05-26 06:48:36 -06:00 --- error: Uncaught Kohana_Exception: The active property does not exist in the Module_Model class. in file kohana/libraries/ORM.php on line 364
You may have to do a complete reinstall after every svn update. In this case we added a new column in the database which breaks things. Off the top of my head, I think you can work around it in this case by running this sql: alter table modules add column active boolean default 0; update modules set active=1; Best thing to do is to reinstall, though.
Posts: 7994
You may have to do a complete reinstall after every svn update. In this case we added a new column in the database which breaks things. Off the top of my head, I think you can work around it in this case by running this sql:
alter table modules add column active boolean default 0; update modules set active=1;
Best thing to do is to reinstall, though.---
Gallery 3 problems? Check gallery3/var/logs before you post!
Gallery 3 latest code: http://github.com/gallery/gallery3/zipball/master
Gallery 3 from git: http://codex.gallery2.org/Gallery:Using_Git