Recent Topics

1 Jan 29, 2009 18:12    

My b2evolution Version: Not Entered

I'm new to PHP environment, and I'm trying to install b2evo on IIS server.
I understand that blank page mean "that there's a fatal error during the PHP script execution and the website/server is configured to not display them".

Does b2evolution run undxer IIS?
How to I get error messages displayed?
Do I need to request something from my my hosting site support?
If so, what should I ask the to do?

Thanks

2 Jan 30, 2009 21:25

I'm assuming IIS has PHP correctly installed on it?

Try putting a file called info.php on your webspace with the following content and see what you get.

<html>
<head>
<title>PHP TEST FILE</title>
<body>
<?php phpinfo(); ?>
</body>
</html>


Form is loading...