Page 1 of 1
I get this error on this page
Posted: Fri May 16, 2008 9:14 am
by midway31
I get this error on this page
string(127) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: height: 1%; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" string(128) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: clear: both; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)" string(127) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: height: 1%; (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"
I have installed PVII Elevator Panels on this page only to test but get the error on first view however on page refresh it seems to correct itself. check the other tabs as you can see the possibilities of this feature eg new heading text x4
http://flagit.com.au/~arvorco/index.php?page=Arvor-20---Series-II
Please ignore the colors etc as I am only testing this on the page
Re: I get this error on this page
Posted: Fri May 16, 2008 2:45 pm
by Nullig
I don't see the error. Have you cleared the cache in Admin? Can you post the template code?
Nullig
Re: I get this error on this page
Posted: Sat May 17, 2008 12:02 am
by midway31
This is in the code that is the issue in the PVII Elevator Panels script. When I remove it the error goes.
Not sure how crucial it is?
.p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
.p7epm_trigs, .p7epm_trigs a {height: 1%;}
Re: I get this error on this page
Posted: Sat May 17, 2008 12:12 am
by Nullig
It's only needed for people visiting the site with IE5 or 6... and I don't think they should be allowed onto the net. I think all sites should have a filter to tell IE5 and 6 users to go home and not to come back until they get a real browser. LOL
Is the code in the head section of your template?
Nullig
Re: I get this error on this page
Posted: Sat May 17, 2008 12:18 am
by midway31
No it is not in the head it is in the code for the elevator panels.
This I put in the page as content.
New Heading Text
New Heading Text
New Heading Text
New Heading Text
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque congue tristique eros. Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien. Nullam adipiscing enim dapibus felis. Fusce a nisi in odio pulvinar fringilla. Nunc blandit interdum metus. Duis leo nunc, sollicitudin ut, fermentum congue, pharetra eu, massa. Suspendisse potenti. Morbi commodo mauris. Ut at pede. Ut id nisi. Donec scelerisque urna quis ligula. Praesent est. Vestibulum scelerisque. Curabitur quam. Fusce rhoncus pellentesque ipsum. Aenean venenatis metus ac quam. Maecenas lacus lacus, sagittis vitae, congue at, euismod eu, urna. Maecenas vitae purus. Praesent eros lectus, porta et, semper nec, molestie eget, tortor.
Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien. Nulla facilisi. Quisque sem mauris, ullamcorper ac, gravida id, mattis id, sapien.
Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
Lorem ipsum dolor sit amed sed diam nonummy nibh euismod tincidunt ut. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, eu feugiat nulla at vero eros et accumsan et odio qui blandit praesent luptatum augue duis dolore te feugait nulla facilisi.
Lorem ipsum dolor sit amet, contuer adiping elit, sed diam nonummy nibh euismod.
.p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
.p7epm_trigs, .p7epm_trigs a {height: 1%;}
Re: I get this error on this page
Posted: Sat May 17, 2008 12:27 am
by Nullig
Well I would move:
{literal}
.p7epm_trigs a {height: 1%;}.p7epm_ie5clear {clear: both;}
.p7epm_trigs, .p7epm_trigs a {height: 1%;}
{/literal}
to the head of your template, with the added {literal} tags. Even better, you could eliminate the style tags if you moved them to your stylesheet.
Nullig
Re: I get this error on this page
Posted: Sat May 17, 2008 12:35 am
by midway31
Thanks for that

Seems to have done the trick
Re: I get this error on this page
Posted: Sat May 17, 2008 3:40 am
by Dr.CSS
[solved] ?...
Re: I get this error on this page
Posted: Sat May 17, 2008 5:49 am
by midway31
Yes it is solved

Re: I get this error on this page
Posted: Sat May 17, 2008 8:54 am
by Dr.CSS