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
The autoloader appears to be case-sensitve; and the correct class name is with an uppercase Nocache ( Smarty_Internal_Runtime_Make_Nocache).
The text was updated successfully, but these errors were encountered:
- bugfix {make_nocache} failed when using composer autoloader #275
be39cc0
This bug is now fixed in the master branch.
Workaround if you don't want to install it now is to install also the Smarty autoloader.
class_exists('Smarty_Autoloader'); Smarty_Autoloader::register();
Sorry, something went wrong.
No branches or pull requests
The autoloader appears to be case-sensitve; and the correct class name is with an uppercase Nocache ( Smarty_Internal_Runtime_Make_Nocache).
The text was updated successfully, but these errors were encountered: