Loading...
 
Architecture / Installation

Architecture / Installation


Re: Re: undrecognized smarty tag

posts: 4656 Japan

> > New install then after trying to dispay logo I get this error and nothing else after log-in.
> >
> > I was only able to see this error after adding the error handling functions in the smarty class files.
> >
> >
> > Fatal error: Smarty error: in evaluated template line 1: syntax error: unrecognized tag 'img' (Smarty_Compiler.class.php, line 580) in E:\htdocs\IjusWiki\lib\smarty\libs\Smarty.class.php on line 1091
> >
> >
>
> Thnks for the info, that may be exactly what is happening, the only problem I have now is being able to make the changes. After I login all I get is the error. How can I find get to a place where the changes can be made. Does the literal need to be added to a template? does it need to be added to a value in the database? I have a blank screen with the error that's it.

Did you edit the template to add the img tag? Or are you using the Site Identity feature to display the image? If you can replace the relevant template with a copy that doesn't have the tag, FTPing it to the server, that'll at least give you access to the site again. If the image problem stems from something added via Site Identity, then I guess that has to be deactivated first. You could go to your database with phpMyAdmin, to the tiki_preferences table, and look for and delete something like feature_site_identity.

Once you have access again, you can take care of the image problem. Normal HTML image syntax can be used in Smarty templates.

-- Gary - themes.tw.o

There are no comments at this time.