-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error npm run rename if ThemeName is written in CamelCaseNotation #73
Comments
Can you cross-post this in the Theme Claim issue tracker, which is the package we're using? https://github.com/m-e-h/theme-claim |
Fairly certain duplicate of m-e-h/theme-claim#6 |
Yep, that would be. I remember coming across that now with an all-caps theme name. |
found another place where the theme name is written incorrectly |
fixes #7 fixes #6 fixes themehybrid/mythic#73
This should be good with m-e-h/theme-claim@5dc43e3. 🎉 Also, probably gonna need to update the |
Fatal error: Uncaught Error: Class 'ThemeName\Providers\AppServiceProvider' not found in .......\wp-content\themes\themename\vendor\justintadlock\hybrid-core\src\Core\Application.php on line 187
To make it work, need to manually correct the class name in the files. Themename = > ThemeName
vendor\composer\autoload_static.php
vendor\composer\autoload_psr4.php
The text was updated successfully, but these errors were encountered: