You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After converting to a bundled extension from a local extension, the system log is displaying numerous error messages for missing assets - in this case a CSS file. The CSS file is loaded correctly and everything works as it should, it only includes the file on the back-end as specified (setZone) and in the correct position at the bottom of the template (setLate).
Details
Bolt Version:3.3.6
Install type: Composer install
PHP version: 7.0
Web server: Apache/2.4.18
Reproduction
Bug summary
So there's a bundled extension that is used on the back-end of the website and it includes a single CSS file to style up this back-end page. This is registered using the following function:
However, when looking through the system log, I get the following error message every few seconds (possibly overtime the front-end or back-end of the website is hit but I can't confirm that)
Couldn't add file asset 'extensions/local/tompato/contentreview/contentreview.css': File does not exist in either web://Tompato/ContentReview or theme://extensions/local/tompato/contentreview/contentreview.css directories. Make sure the file exists in either of these locations, by placing the file there manually (for Bundled Extensions) or by uninstalling / installing the extension again (for Managed Extensions).
Now, the file is definitely in public/extensions/local/tompato/contentreview/contentreview.css and the attached screenshot will show that.
Please note that the extension and everything works fine, it's just the spamming of the system log that is the issue.
The text was updated successfully, but these errors were encountered:
After converting to a bundled extension from a local extension, the system log is displaying numerous error messages for missing assets - in this case a CSS file. The CSS file is loaded correctly and everything works as it should, it only includes the file on the back-end as specified (setZone) and in the correct position at the bottom of the template (setLate).
Details
Reproduction
Bug summary
So there's a bundled extension that is used on the back-end of the website and it includes a single CSS file to style up this back-end page. This is registered using the following function:
This adds the asset to the bottom of the template on the back-end and correctly links up and the included CSS is parsed.
However, when looking through the system log, I get the following error message every few seconds (possibly overtime the front-end or back-end of the website is hit but I can't confirm that)
Now, the file is definitely in
public/extensions/local/tompato/contentreview/contentreview.css
and the attached screenshot will show that.Please note that the extension and everything works fine, it's just the spamming of the system log that is the issue.
The text was updated successfully, but these errors were encountered: