Hello all,
Im trying to implement the site from “building a small ee website’ book and i have one problem at the weblog section, In admin everything is ok but when i want to show up the page, i get this message:
Parse error: syntax error, unexpected T_ENDIF in C:\xampp\htdocs\demo\system\expressionengine\libraries\Functions.php(680) : eval()‘d code on line 116
Here is the code section where supposed to be the error. I mention that me and PHP arrent friends yet, please help me!
Thanks!
$segment = $segment[1];
}
if (isset($this->cached_url[$segment])) ——————here is the error
{
return $this->cached_url[$segment];
}