I did the upgrade from 0.7 to 0.7.1 and after a successfull upgrade, trying to log in gave me a blank page. So I enabled DEBUG mode, and this is what I get now:
Warning: include(/home/dannyh/public_html/clients/activecollab/library/filerepository/FileRepository.class.php) [function.include]: failed to open stream: No such file or directory in /home/dannyh/public_html/clients/application/functions.php on line 20
Warning: include() [function.include]: Failed opening '/home/dannyh/public_html/clients/activecollab/library/filerepository/FileRepository.class.php' for inclusion (include_path='/home/dannyh/public_html/clients:/home/dannyh/public_html/clients/application') in /home/dannyh/public_html/clients/application/functions.php on line 20
Fatal error: Class 'FileRepository' not found in /home/dannyh/public_html/clients/application/application.php on line 30
First, delete /cache/autoloader.php and than refresh page.
If that doesn't solve the problem that file library/filerepository/FileRepository.class.php is not present or can't be read by PHP. Make sure that FileRepository class is there and that PHP can read it.
Warning: include(/home/dannyh/public_html/clients/activecollab/library/filerepository/FileRepository.class.php) [function.include]: failed to open stream: No such file or directory in /home/dannyh/public_html/clients/application/functions.php on line 20
Warning: include() [function.include]: Failed opening '/home/dannyh/public_html/clients/activecollab/library/filerepository/FileRepository.class.php' for inclusion (include_path='/home/dannyh/public_html/clients:/home/dannyh/public_html/clients/application') in /home/dannyh/public_html/clients/application/functions.php on line 20
Fatal error: Class 'FileRepository' not found in /home/dannyh/public_html/clients/application/application.php on line 30
Please help :( I cant do my work