Hi guys
I'm working on my site, and I want to include this page
http://www.q8ieng.com/renders/index.php
the code inside (renders/index.php) is
<?php
if(@ini_set ( 'zlib.output_compression', 'On' )) @ini_set ( 'zlib.output_compression_level', 9 ); else @ob_start ( 'ob_gzhandler' );
require 'gallery.php';
?>
to my page this one
http://www.q8ieng.com/renders.php
I used to include it this code
<? include("renders/gallery.php") ?>
Note that: gallery.php is the main file for the script, as it is used to include in the index.php
and I ended up with this error
Could not open the cache directory.
What should I do guys? please help me, i'll be much more appreciated ^^