I have an error if i want to edit a page. everything else seems to work fine like the picture upload etc.
So if i click on Content > Pages > e.g. Home then i get the <link rel="canonical" href=" error
PHP version 5.2.17
MySQL 4.1.22
cmsms 1.11.2.1
on a windows webserver.
**SOLVED** <link rel="canonical" href=" error
**SOLVED** <link rel="canonical" href=" error
Last edited by Vdub on Sun Oct 28, 2012 10:08 am, edited 1 time in total.
Re: <link rel="canonical" href=" error after updating to 1
thx, that worked.
There was a line underneath the <head> tag
Removed it and it worked again.
There was a line underneath the <head> tag
Code: Select all
<link rel="canonical" href="{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}" />