I am wanting to make some changes to a Silver stripe project that is on a clients server. I want to get the project on my server so I can make changes out of production environment.
What I have tried so far:
- Exporting mysql database and importing it to local mysql server
- Install new blank silverstripe project locally
- Copy and replace all files from clients public_html folder into new local silverstripe project folder.
- Change mysite/_config.php file to point to new database
When I try silverstripe/project/dev/build/?flush=all I get:
Fatal error: Uncaught exception 'Exception' with message
'There are two files containing the "ReportAdmin" class:
"/var/www/silverstripe//reports/code/ReportAdmin.php" and
"/var/www/silverstripe//cms/code/controllers/ReportAdmin.php"
Any help would be greatly appreciated, thanks!