i've just completed building and editing my first site with c5.
i have actually been working on the site live on a remote server, but whilst sitting inside the "c5" folder so it was hidden from public view.
my plan was just to move the content of the "c5" folder out into the site root. which seemed like the obvious solution.
i downloaded and re-uploaded the whole site using dreamweaver... and updated links when i moved it out of the cf folder into the root directory... i couldn't access the site once i'd done this, so i put it back to how i originally had it so i could work out what to do. it looked like i'd had a few glitches occur in the download/upload process - assuming my connection must have dropped out and some of files didn't download - so i found myself late at night downloading/uploading individual folders. which i now realise was quite possibly the most stupid thing i could have done... i think something happened to the "libraries" directory inside the "concrete" directory...
currently when i go to the where the c5 site should be, at
http://integrativeacupuncture.com.au/c5/... i get this error message:
Warning: require_once(../../../../../../c5/concrete/libraries/3rdparty/Zend/Cache/Backend/Zend/Cache/Backend/ExtendedInterface.php) [function.require-once]: failed to open stream: No such file or directory in /home/integ130/public_html/c5/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 26
Fatal error: require_once() [function.require]: Failed opening required '../../../../../../c5/concrete/libraries/3rdparty/Zend/Cache/Backend/Zend/Cache/Backend/ExtendedInterface.php' (include_path='/home/integ130/public_html/c5/libraries/3rdparty:/home/integ130/public_html/c5/concrete/config/../libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/integ130/public_html/c5/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php on line 26
i am currently downloading everything using fireftp, which i should have done in the first place as it's faster and more stable, to make sure i have everything downloaded correctly.
i have opened the file in question - /home/integ130/public_html/c5/concrete/libraries/3rdparty/Zend/Cache/Backend/File.php and at line 26 it does appear that there is a file path error -
require_once '../../../../../../c5/concrete/libraries/3rdparty/Zend/Cache/Backend/Zend/Cache/Backend.php' - note that Zend/Cache/Backend is repeated twice there, which isn't right....
i don't want to mess with this file as it is in the "concrete" directory and i figure i'd be opening a can of worms if i did?
can anyone help?
Check this page out on how to move a site from one folder to another:http://www.concrete5.org/documentation/how-tos/developers/how-to-mo...