OddOneOut / bwp-minify

A WordPress Minification plugin that relies on Minify PHP library and WordPress's enqueueing system to serve minified CSS and JS to your audience
http://betterwp.net/wordpress-plugins/bwp-minify/
49 stars 23 forks source link

Not creating minified files on PHP7 #62

Open Webnatural opened 8 years ago

Webnatural commented 8 years ago

Getting this: "Notice: Could not delete any cached files. Please manually flush the cache directory."

I manually flushed the dir (preserving .htaccess), and afterwards none files are created...

On PHP 5.6 everything runs as expected. Still trying to figure out where there's an error in the plugin.

onetrev commented 7 years ago

With PHP7 becoming more and more common with web hosts since it really reduces their server load. And with even WP core starting to really push PHP7, I definitely think this bug should get high priority if at all possible. :) Thanks!

yumyo commented 7 years ago

+1 Any workaround ?