rev - 20921 - something went wrong

santm
santm's picture

Joined: 2005-08-08
Posts: 40
Posted: Tue, 2009-05-26 13:05

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

found this error after doing an "svn uodate"

-regards
santanu

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2009-05-30 00:58

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