Lots of PHP Warnings
-
I’m constantly getting these PHP Warnings in my error log:
[17-Sep-2024 06:58:16 UTC] PHP Warning: file_get_contents(/home/website/public_html/wp-content/plugins/wp-scss/cache/main.css): Failed to open stream: No such file or directory in /home/website/public_html/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 107
[17-Sep-2024 06:58:16 UTC] PHP Warning: unlink(/home/website/public_html/wp-content/plugins/wp-scss/cache/main.css): No such file or directory in /home/website/public_html/wp-content/plugins/wp-scss/class/class-wp-scss.php on line 108Is this an issue in WP SCSS or in LiteSpeed Cache, my caching plugin? If either, anyone know how to fix it or at least turn off the reporting? The SCSS compiles fine and displays correctly on the frontend (in main.css), so there’s no visible issues. It’s just irritating that these are constantly filling up the error log.
- The topic ‘Lots of PHP Warnings’ is closed to new replies.