Skip to content
New issue

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

Class 'Smarty_Internal_Runtime_Make_nocache' not found (Composer autoloader) #275

Closed
blaaat opened this issue Aug 17, 2016 · 1 comment
Closed

Comments

@blaaat
Copy link

blaaat commented Aug 17, 2016

The autoloader appears to be case-sensitve; and the correct class name is with an uppercase Nocache ( Smarty_Internal_Runtime_Make_Nocache).

@uwetews
Copy link
Contributor

uwetews commented Aug 20, 2016

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();

@uwetews uwetews closed this as completed Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants