the problem is now... i can't get into dashboard and I get these errors on top of the page
Warning:session_start()[function.session-start]: Cannot send session cookie - headers already sent by (output started at /home1/kelvinsi/public_html/lifesolutionorg/config/site.php:1) in /home1/kelvinsi/public_html/lifesolutionorg/concrete/startup/session.php on line 18
Warning:session_start()[function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home1/kelvinsi/public_html/lifesolutionorg/config/site.php:1) in /home1/kelvinsi/public_html/lifesolutionorg/concrete/startup/session.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /home1/kelvinsi/public_html/lifesolutionorg/config/site.php:1) in /home1/kelvinsi/public_html/lifesolutionorg/concrete/libraries/view.php on line 734
Heya :P i knew someone would ask that, it was... but :\ i had to restore the old site (a site coded in HTML) so yea the concrete5 website is back in it's old location (which is currently down too -_-;;)
The initial errors were because site.php was outputting whitespace or characters where it shouldn't have. It's a tiny file so that should be real easy to debug.
hey there guys, atm i've restored the site to it's old location via a backup. I'll try moving the site again and report back if i encounter any problems. ;) thanks all.
Hey guys :) i tried moving the site again from the restored backup and it worked flawlessly! I think what happened XD i transferred the files over to the new site BEFORE i disabled the cache + cleared cache.
anyways ^^;; thanks guys
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'xxxxxxxxxxxx');
define('DB_PASSWORD', 'xxxxxxxxxx');
define('DB_DATABASE', 'xxxxxxxxxxx');
define('REDIRECT_TO_BASE_URL', false);
define('DIR_REL','');
define('PASSWORD_SALT', 'xxxxxxxxxxxxxx');
?>
This way you can use whatever URL you want.