We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found some strange behaviour with Smarty built-in functions. For examle - mailto.
mailto
If I add {mailto address='mail@mail.ua'} somewhere in template then:
{mailto address='mail@mail.ua'}
Smarty_Internal_Compile_Mailto
Warning: include(Smarty_Internal_Compile_Mailto.php): failed to open stream: No such file or directory in /some/path/to/my/project
Where to look for errors? P.S. I am using Smarty with Yii 1.x. Smarty installed via composer.
The text was updated successfully, but these errors were encountered:
- revert autoloader optimizations because of unexplainable warning wh…
4f5aeeb
…en using plugins #199
I have no idea how the autolader could run into this warning. But I reverted some autoloader changes.
The fix is in the master branch an will later be included in 3.1.30
Sorry, something went wrong.
- bugfix correct Autoloader update of 2.3.2014 #199
e066488
Same issue with 3.1.33
No branches or pull requests
I found some strange behaviour with Smarty built-in functions. For examle -
mailto
.If I add
{mailto address='mail@mail.ua'}
somewhere in template then:Smarty_Internal_Compile_Mailto
and generates PHP warnings like theseWarning: include(Smarty_Internal_Compile_Mailto.php): failed to open stream: No such file or directory in /some/path/to/my/project
Where to look for errors?
P.S. I am using Smarty with Yii 1.x. Smarty installed via composer.
The text was updated successfully, but these errors were encountered: