Page 1 of 1

php error

Posted: Tue Jul 24, 2007 7:04 pm
by silver163
so i have uploaded php-nuke 7.9 onto my site. i did the needed changes in config.php but i am having issues that whenever i go to any pages they are entirely blank. why does this happen and how can i fix this? thanks in advance.

try phpinfo

Posted: Tue Jul 24, 2007 7:50 pm
by yacahuma
is php working?
create a file called test.php and put this inside

Code: Select all

<?php
phpinfo();
?>
if you dont see anything, your php is not working

Posted: Tue Jul 24, 2007 7:58 pm
by John Cartwright
Moved to PHP-Code.

Posted: Wed Jul 25, 2007 7:48 am
by Gente
Turn on error_reporting

Re: try phpinfo

Posted: Wed Jul 25, 2007 7:55 am
by miro_igov
yacahuma wrote:is php working?
create a file called test.php and put this inside

Code: Select all

<?php
phpinfo();
?>
if you dont see anything, your php is not working
If php is not working the PHP source will be displayed in the browser, but no blank page.

Better enable display_errors