BASE_URL mod
Permalink
Hey i have editing my Base_url and after that i can not log into the Dashboard and i have PHP Session error's.
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ****concrete\startup\session.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at***libraries\view.php on line 734
I Changed my Base_URL again to the same as before the error:
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'new-test');
define('BASE_URL', 'http://localhost');
//define('REDIRECT_TO_BASE_URL', false);
define('DIR_REL', '/TEST/concrete5.3.3.1');
//define('DIR_REL','');
define('PASSWORD_SALT', '---');
?>
But still the same problem, now i have deltete all Cache on:
files\cache & files\cache_objects
Restart the Apache & delete all Browser cache.
How can i fix this problem?
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ****concrete\startup\session.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at***libraries\view.php on line 734
I Changed my Base_URL again to the same as before the error:
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'new-test');
define('BASE_URL', 'http://localhost');
//define('REDIRECT_TO_BASE_URL', false);
define('DIR_REL', '/TEST/concrete5.3.3.1');
//define('DIR_REL','');
define('PASSWORD_SALT', '---');
?>
But still the same problem, now i have deltete all Cache on:
files\cache & files\cache_objects
Restart the Apache & delete all Browser cache.
How can i fix this problem?