gk_twn2/html/com_content/article/default.php on line 22

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Feb 09, 2013 5:54 pm
Hi,

after update to current version from The world news II i have follwing error-msg:

Notice: Undefined variable: current_url in /var/www/html/web67/html/test/templates/gk_twn2/html/com_content/article/default.php on line 22

Please show this link:
http://test.checkdivers.com/index.php/c ... dahab-sued

Can you help?

Thanks and kind regards

Andreas voigt
User avatar
Fresh Boarder

GK User
Sat Feb 09, 2013 6:43 pm
Hi,

Please change this line in the mentioned file on line 22. from:

Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($current_url, ENT_QUOTES, 'UTF-8'));


to:

Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($cur_url, ENT_QUOTES, 'UTF-8'));
User avatar
Administrator


cron