RE: [PHP] Inclusion error

2002-07-16 Thread David Freeman
Failed opening '/var/www/html/BOOKS/newbooks.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in Unknown on line 0 I am getting the following error, when the file newbooks.php is invoked. The first lines in this entire file starts with the ?php tag,

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),

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