i found my error..
it was in a plugin.. but i don’t get it.. i did disable the plug in and tested without it and the error was still there..
i found it by starting to add comments in my index.php file
echo “<!– before –>”;
— whatever function was next
echo “<!– after –>”;
and if the comments where at diffrent line i knew that the problem was between the two comments.. and i dugg deeper and deeper until i came to the function where the plugins where called and found what plug in caused the error by doing
echo “<!– before $plugin –>”;
the call of the plugin
echo “<!– after $plugin –>”;