Moving site from temp to main directory
PermalinkI just finished my site, disabled and cleared cache, edited the /config/site.php, moved the complete stucture to the main directory and get 2 errors:
Warning: strpos() [function.strpos]: Empty delimiter in /www/htdocs/w00ebcfd/concrete/libraries/request.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00ebcfd/concrete/libraries/request.php:48) in /www/htdocs/w00ebcfd/concrete/libraries/view.php on line 833
Temp directory:http://www.svhssch.de/c5 should go tohttp://www.svhssch.de/
What can I do?
(Backup is just loading to the /c5 directory.....takes 1 or 2 hours from now)
define('DB_SERVER', 'www.svhssch.de');
define('DB_USERNAME', 'xxxxxx');
define('DB_PASSWORD', 'xxxxxxxx');
define('DB_DATABASE', 'xxxxxxx');
define('BASE_URL', 'http://www.svhssch.de');
define('DIR_REL', '/');
define('PASSWORD_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define("LOCALE", 'de_DE');
It sounds like your BASE_URL or DIR_REL settings maybe incorrect.