orangehrm error after moving to a new domain

filepath, open-source, php

Solution

You need to delete your OrangeHRM Configuration Cache File.

Just access '/var/www/orangehrm/symfony/cache/orangehrm/prod/config/' and delete the file 'config_autoload.yml.php'.

Ps: Make a backup first... ;-)

Problem

I just moved my orangehrm from a free hosting solution to a paid one. I have updated the mysql credentials and set the chmod permissions. However, when I visit the start page I get the following error: Fatal error: require() [function.require]: Failed opening required '/home/donut/public_html/symfony/apps/orangehrm/lib/utility/KeyHandler.php' (include_path='.:/usr/lib/php5') in /homepages/1/d316893459/htdocs/bcsdhrm/symfony/lib/vendor/symfony/lib/autoload/sfAutoload.class.php on line 188 I am noob to orangehrm, so please help me with this !!! I have no idea what to do from here. Thank You

Original source