RE: blank page of PHP script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I had a similar issue and it was selinux that was blocking the php script.  Check your /var/log/messages for selinux information.

-Troy 

-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Michael Velez
Sent: Wednesday, May 16, 2007 8:47 AM
To: 'General Red Hat Linux discussion list'
Subject: RE: blank page of PHP script


 

> Guys
>    
>   I am using latest version of mysql, PHP and Apache 2 on RHEL 4.
>    
>   Every thing is working fine , even simple php pages are being 
> displayed correctly , howvere , when i load some PHP script files , 
> page remain blank and nothing being executed on server side.
>    
>   Here is the code of php file :
>    
>   <?php
> //define("PB_CRYPT_LINKS" , 1);
> define("_LIBPATH","./lib/");
> require_once _LIBPATH . "site.php";
>   $site = new CSite("./site.xml",true); $site->Run(); ?>
> 

This question would best be asked on a php list.  That said, a blank screen usually means there's a syntax error in your script.  This script seems pretty short and looks fine to me so the problem could be in the script you're requiring: site.php.  If site.php has a syntax error, you will also get a blank screen trying to access this php script.

Michael



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux