bkrztuk wrote:You should configure you server according to Joomla! requirements so disable display_errors option in PHP.ini file or ask your service provide to do this for you.
hi there
yes - i have set that up correctly, even double checked with host, and its correct. the error is still appearing on content pages.
i think its an error n the code itself,
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($current_url, ENT_QUOTES, 'UTF-8'));
is the line its saying there is an undefined variable on... would appreciate a fix for this

if there is something specific in the phpini file that fixes this - not just hides it, i would appreciate that, if you could let me know how it should appear in the phpini file? i have a phpini5 file as godaddy requires it.
thanks!