When the the script is on a page outside the redtie directory
06-08-2009 by goalsurferWhen you put this code: //Redtie Weather, it's this simple: //Include functions include("functions.php"); //Search form render_search(); if($_REQUEST['search']){ //Search results search($_REQUEST['search']); }else{ //Forecast forecast($loc_id,5,"m"); } //That's all ?> on a page outside the redtie directory in your hosting account it gives an error: "cache directory not writable" even if it IS writable. Is there a solution please?
Change line 48 of parser.php to: