Installation error: ProjectPier is already installed

Tagged:  

I just got new hosting uploaded projectpier and it is telling me that it is already installed when it is ,in fact, not. What possible issues am I missing? I don't see any on your installation instructions page in the manual.

Thanks

Hi cpuz,

you need to check the file config/config.php. ProjectPier says it's already installed if that file returns true.
So, open the file and remove everything except for the following

<?php
return false;
?>

Did you upload the files directly after downloading them or did you copy the files from an existing installation?

Tim

Thank you very much. Problem solved.