jarv Posted April 14, 2011 Share Posted April 14, 2011 I don't think php is installed/enabled?! Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/ Share on other sites More sharing options...
ignace Posted April 14, 2011 Share Posted April 14, 2011 And what do you want us to do about it? Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/#findComment-1201672 Share on other sites More sharing options...
jarv Posted April 14, 2011 Author Share Posted April 14, 2011 help me Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/#findComment-1201729 Share on other sites More sharing options...
nethnet Posted April 14, 2011 Share Posted April 14, 2011 If you have a page, for example index.php, then just go to that file in your browser.. http://www.yoursite.com/index.php. If the browser prompts you for download, or if your code is displayed on the page as text, then you don't have PHP enabled. If you have a PHP script (not a blank PHP file) and when you access it you just see a blank page, chances are there is a parse or other fatal error in the code. Turn on error reporting to see what the error is. Add this to the top of your script: error_reporting(-1); Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/#findComment-1201745 Share on other sites More sharing options...
jarv Posted April 14, 2011 Author Share Posted April 14, 2011 I have that in the page and info(); the page is blank, nothing in source code?! Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/#findComment-1201761 Share on other sites More sharing options...
gizmola Posted April 14, 2011 Share Posted April 14, 2011 phpinfo(); Point to this -- what do you see? Quote Link to comment https://forums.phpfreaks.com/topic/233733-installed-zend-serverframework-php-pages-blank/#findComment-1201785 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.