Zend_Exception on Version.php
Brought to you by:
tim4dev
I installed Webacula on debian lenny (apache2-mpm-prefork) following your installation guide for debian systems.
As of now Webacula page displays this message:
Fatal error: Uncaught exception 'Zend_Exception' with message 'File "Version.php" does not exist or class "Version" was not found in the file' in /path/to/webdir/library/Zend/Loader.php:99 Stack trace: #0 /path/to/webdir/html/index.php(61): Zend_Loader::loadClass('Version') #1 {main} thrown in /path/to/webdir/library/Zend/Loader.php on line 99
I think the right calls is contained in ./application/models/Version.php , but it wants to load it from Zend directory.
What can I do to make it work?
Let me know if you need any other information on this.
Yes, for whatever reason, can not load ./application/models/Version.php
any suggestion or workaround?