Re: Re: undrecognized smarty tag
Hi guys, I just experienced the very same error, trying to create a module with images.
1. I had disabled Admin>>General "all modules displayed to all users" so the module i was testing displayed only to admins - bad idea as we both found out. In the future i will test with some other group. 😊
> > New install then after trying to dispay logo I get this error and nothing else after log-in.
> > 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
2. So we resolved this by tweaking the database directly from the domain admin (cpanel)
Select mysqldatabases
Select phpmyadmin
Wait for the long list of tables to load.
Select tiki_user_modules
In tiki_user_modules the “parse??? field was “null???, changing this to a lowercase “y??? resolved the problem. The images in the module did not diplay mind you, but the error was gone.
In my ignorance of all most things programming I would probably call this a bug - null is probably the wrong default value, especially when you have a wysiwyg editor (which is very nice) inviting people to drop wiki-syntax img tags into the module.
MLP