php error
Moderator: General Moderators
php error
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
is php working?
create a file called test.php and put this inside
if you dont see anything, your php is not working
create a file called test.php and put this inside
Code: Select all
<?php
phpinfo();
?>- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: try phpinfo
If php is not working the PHP source will be displayed in the browser, but no blank page.yacahuma wrote:is php working?
create a file called test.php and put this inside
if you dont see anything, your php is not workingCode: Select all
<?php phpinfo(); ?>
Better enable display_errors