Quote:
Originally posted by DarkReaper
Warning: stat failed for ./default (errno=2 - No such file or directory) in /home/serioussam/cgi-bin/odp/php-odp.php on line 144
Warning: fopen("./default", "w") - Permission denied in /home/serioussam/cgi-bin/odp/php-odp.php on line 318
Warning: Supplied argument is not a valid File-Handle resource in /home/serioussam/cgi-bin/odp/php-odp.php on line 319
Warning: Supplied argument is not a valid File-Handle resource in /home/serioussam/cgi-bin/odp/php-odp.php on line 320
http://dynamic3.gamespy.com/~serioussam/odp/php-odp.php
|
Change
$odp['cache']['base_dir'] = "./";
to contain the path to the directory you want to use to hold the cached files
eg
$odp['cache']['base_dir'] = "/home/<blah>/cache";