Forum Moderators: phranque
I managed to get it installed rather quickly and everything seemed to work (this includes parsing php), until I tried:
<?php
phpinfo();
?>
WHich gave me a blank page.
After a few hours I tried:
<?php phpinfo(); ?>
And at first, this gave me a page full of chinese or japanese letters, and after a reload it started to show the phpinfo-page...but it breaks off everythime halfway through and gives me a "Apache HTTP server has stopped working" error.
There are no errors in either the apache or php logs and it always stops at the "highlight.bg" entry of the phpinfo-page
Any thoughts on what is happening here?
I don't know the significance of "the highlight.bg entry" so can't comment further on that, but it sounds like it may be quite relevant to your problem.
Jim