RE: [PHP] Inclusion error contd..

2002-07-16 Thread Sachin Keshavan


Hello all,

Thanks for the suggestions. But my .php file does not have any include
statement any where in the page. Is there any thing which I have to check
out? The site contains 6 .php files, and it is only in this file the error
comes.

I have tested this in my local build (Apache server), and the same file
executes perfectly. The error comes in the production server, in which PHP
is configured by a third party (i.e server admin).

Thanks once again,
Sachin.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Inclusion error contd..

2002-07-16 Thread PHPCoder


Check execute permissions on the PHP file, try chmod 755.


Sachin Keshavan wrote:

Hello all,

Thanks for the suggestions. But my .php file does not have any include
statement any where in the page. Is there any thing which I have to check
out? The site contains 6 .php files, and it is only in this file the error
comes.

I have tested this in my local build (Apache server), and the same file
executes perfectly. The error comes in the production server, in which PHP
is configured by a third party (i.e server admin).

Thanks once again,
Sachin.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php