Hey guys!
Oh, now it works 😀 I just sent a msg via contact form cause it looked like I couldn´t stay logged in here as soon as I click somewhere.
Anyway, my problem:
It says a kind of all over the page …functions.php on line 1078
that´s the code of your original file:
if (!function_exists(‘getallheaders’)) {
function getallheaders() {
$headers = ”;
foreach ($_SERVER as $name => $value) {
if (substr($name, 0, 5) == ‘HTTP_’) {
$headers[str_replace(‘ ‘, ‘-‘, ucwords(strtolower(str_replace(‘_’, ‘ ‘, substr($name, 5)))))] = $value;
}
}
return $headers;
}
}
line 1078 is this one:
$headers[str_replace(‘ ‘, ‘-‘, ucwords(strtolower(str_replace(‘_’, ‘ ‘, substr($name, 5)))))] = $value;
My site: basel.bad-taste-design.com (later when it´s finished http://www.bad-taste-design.com)
I dunno much about php, is there any missing symbol or stuff…?
Thanks a lot, greetings from Cologne/Germany,
Bianca