Rename classjs.php to Classjs.php
Serhii-DV opened this issue · 1 comments
Serhii-DV commented
*nix servers are case sensitive for file names.
classjs.php
and Classjs.php
in this case would be different files.
So, your file should have the same name as a class name. In your case you have a php class Classjs
so the file should have the name Classjs.php
.
lionel-m commented
It's fixed thanks (Build 15). Unfortunately, the update does not change the file name with the repository. We must uninstall and reinstall the extension...