I keep getting that the cache folder is not world writeable but I have set it to 777 any thoughts on this
**********EDIT***********
figured it out if anyone else has the problem in the bf2s-mlb.php file
find:
Code:
function test_cache() {
if( isset($this->has_cache) )
return $this->has_cache;
replace with:
Code:
function test_cache() {
if( isset($this->has_cache) )
return $this->has_cache;
$this->has_cache = true;
return $this->has_cache;
Thanks to NM156