Author Topic: Automatic Upgrade 1.3.1 -> 1.4.1 fails  (Read 2905 times)

Andrej

  • Newbie
  • *
  • Posts: 3
    • View Profile
Automatic Upgrade 1.3.1 -> 1.4.1 fails
« on: May 29, 2009, 05:14:30 am »
Automatic Upgrade from 1.3.1 to 1.4.1 runs through.
After logging in again the GUI is gone because there is this error:

Caught Exception in AutoLoader: exception 'Exception' with message 'Could not find class file for "USERPASSWORDS"' in /var/www/wiki/opengoo/environment/classes/AutoLoader.class.php:105 Stack trace: #0 /var/www/wiki/opengoo/environment/classes/AutoLoader.class.php(111): AutoLoader->loadClass('USERPASSWORDS') #1 /var/www/wiki/opengoo/application/functions.php(33): AutoLoader->loadClass('USERPASSWORDS') #2 /var/www/wiki/opengoo/application/controllers/AccessController.class.php(112): __autoload('UserPasswords') #3 /var/www/wiki/opengoo/environment/classes/controller/Controller.class.php(76): AccessController->login() #4 /var/www/wiki/opengoo/environment/classes/controller/PageController.class.php(62): Controller->execute('login') #5 /var/www/wiki/opengoo/environment/classes/Env.class.php(173): PageController->execute('login') #6 /var/www/wiki/opengoo/init.php(150): Env::executeAction('access', 'login') #7 /var/www/wiki/opengoo/index.php(9): require('/var/www/wiki/o...') #8 {main}

Kind regards
Andrej

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Automatic Upgrade 1.3.1 -> 1.4.1 fails
« Reply #1 on: May 29, 2009, 09:49:08 am »
Hi,
Look at the folder '/application/models/user_password' and make sure that this files are there: 'UserPasswords.class.php', 'UserPassword.class.php', 'base/BaseUserPasswords.class.php' and 'base/BaseUserPassword.class.php'

If they aren't there, try downloading opengoo again and extract this files into that folder.