Hi all,
I am having an error that many before me have had but none of the solutions have helped me.
I am using ob_start() to suppress the output and then using include to pull in a file which is dynamically built. However I keep getting the error
Code:
Failed to open stream. No such file or directory
php.net has a warning that this will occur on Apache based systems (which Im using) however the workaround is not working. Also, using the absolute path to call the file also does not work.
I am using a Mac which I am unfamiliar with and wonder if it is a Mac issue. I dont have a Linux box available at this time to try it on.
PHP version is 5.2.12.
Any suggestions would be great.
Thanks.
Hi all,
I am having an error that many before me have had but none of the solutions have helped me.
I am using ob_start() to suppress the output and then using include to pull in a file which is dynamically built. However I keep getting the error
Code:
Failed to open stream. No such file or directory
php.net has a warning that this will occur on Apache based systems (which Im using) however the workaround is not working. Also, using the absolute path to call the file also does not work.
I am using a Mac which I am unfamiliar with and wonder if it is a Mac issue. I dont have a Linux box available at this time to try it on.
PHP version is 5.2.12.
Any suggestions would be great.
Thanks.
|
|
Search Webmaster Help and Solution
ob_start() breaking include()Related ItemsQuery failed: connection to localhost:3354 failed (errno=111, msg=Connection refused). |
