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
Failed to open stream. No such file or directory
php.net has a warning that this will occur on Apache based systems (which I'm 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 don't have a Linux box available at this time to try it on.
PHP version is 5.2.12.
Any suggestions would be great.
Thanks.