It took me some time.
but now it works 🙂
I went trugh evry file that it told me was an error in (8-9 files)
put them trough Wordpad, deleted the <?php and ?> and typed it in my selth.
And then it worked 🙂 thx for the help 🙂
( i think you should speek English to get any help 🙂 )
This is my wp-config.php file
<?php
define('DB_NAME', 'Perfkdk');
define('DB_USER', 'Perfkdk');
define('DB_PASSWORD', 'XXXXXXXXX');
define('DB_HOST', 'mysql.webzero.dk');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
$table_prefix = 'wp_';
define ('WPLANG', '');
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
there is no blank spaces anywere… 🙁