Problems after server change

Permalink
ahoj!

i've got a problem. my hosting provider moved and so he told me to change my database entries. so i did. i changes databasename, user and password. the url is the same so there should be no need to change something else.

the problem is, that i get this message (www.chi-fluss.at):


Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/home/chiflussat/public_html/config/site.php:12) in /usr/home/chiflussat/public_html/concrete/startup/session.php on line 18

i also tried to change "localhost" in many ways (lokalhost:3306 and so on) but it still does not work.

i tried all work arounds that are posted in this forum, but no chance.

i'm a bit helpless ...

i read about the "pretty urls" and that i sould chance it back to the normal/standard urls at the dashboard, but there is no way to the dashboard. (i also disabled the rediretion to the base url.)

<?php 
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'xxxxx');
define('DB_PASSWORD', 'xxxxx');
define('DB_DATABASE', 'xxxxx');
define('BASE_URL', 'http://myurl.at');
define('DIR_REL', '');
define('PASSWORD_SALT', 'blablabla');
?>
<?php  
define('LOCALE', 'de_DE'); 
?>


i know this is the 943rd config-example you read about... but maybe i did something wrong or i'm blind?

what causes such a problem?

i'm not that coder... so...

HELP *lol*

freiland
 
Mnkras replied on at Permalink Reply
Mnkras
what version of c5 are you using?
freiland replied on at Permalink Reply
freiland
hi! 5.3.3.1