-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Wrong autoload template registry file path in Web Asset Registry #44178
Comments
Fix for issue... Rename to php |
@pinta83 If the issue is fixed it should be closed. |
It's not fixed, I only offered a solution. Still needs to be implemented / merged with Joomla... |
Anyone can make a pull request https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests |
@Fedik Could you please look at this when you have a moment? Thanks. |
Please test #44980 |
Steps to reproduce the issue
Change "administrator" folder in "/includes/defines.php" and "/administrator/includes/defines.php" to "admin"
rename "administrator" folder to "admin"
Expected result
Everything working
Actual result
Error 500 - There is no "template.atum.ltr" asset of a "preset" type in the registry.
System information (as much as possible)
Joomla 5.x
Additional comments
Change "addTemplateRegistryFile" function in /libraries/src/WebAsset/WebAssetRegistry.php to:
The text was updated successfully, but these errors were encountered: