Absolute noob to concrete5 and I'm trying to install existing site on new server
Permalink 1 user found helpful
A friend of mine wanted to move his site from another host. The original site developer sent me the mySQL database and all of the files. I uploaded the files to the new server, created the new database and changed the config file to point to the new database. When I go to the sites home page, I get the following error:
File ../public_html/concrete/config/../themes/foundation/default.php not found. All themes need default.php and view.php files in them. Consult concrete5 documentation on how to create these files.
I'm completely new to concrete5, so I'm not sure what to do. There's no directory named themes or foundation in the the config file or any of its subdirectories. If the error would give me the full path, I could try to upload the themes directory to the proper location. Right now it appears to be in ../public_html/cc/
Here's the temporary home page:
http://marbella.directrouter.com/~christyd/...
Any help would be appreciated!
File ../public_html/concrete/config/../themes/foundation/default.php not found. All themes need default.php and view.php files in them. Consult concrete5 documentation on how to create these files.
I'm completely new to concrete5, so I'm not sure what to do. There's no directory named themes or foundation in the the config file or any of its subdirectories. If the error would give me the full path, I could try to upload the themes directory to the proper location. Right now it appears to be in ../public_html/cc/
Here's the temporary home page:
http://marbella.directrouter.com/~christyd/...
Any help would be appreciated!
concrete/config/../themes/foundation/default.php
So the file it is looking for is concrete/themes/foundation/default.php (under the public_html directory).
It should be looking for the public_html/themes/foundation/ directory, since the core (concrete) does not have a theme called foundation.