Quote Originally Posted by johnnyq View Post
Very easy. One of the two files required (the first I believe) that I posted earlier starts with <? instead of <?php. <? is called a short open tag. Using these must be allowed in php.ini. That flag wasn't set in mine per default. Changing <? to <?php fixed the problem.
this fix doesn't work for me, any other ideas ?