Writing to CSS file failing
-
We are seeing a lot of errors like:
PHP Warning: file_put_contents(/wp-content/uploads/teccc_*.css): failed to open stream: No such file or directory in /wp-content/plugins/the-events-calendar-category-colors/src/Category_Colors/Frontend.php on line 144
Due to the fact that the plugin is trying to write to a cache file on a load balanced environment so they key specified is not always valid because the file does not necessarily exist on that server but another server behind the load balancer. Is there a way to override this behavior and have it write to a file in a predefined location without the key or bypass this behavior entirely and serve from a CDN?
- The topic ‘Writing to CSS file failing’ is closed to new replies.