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

BWP tries to write to the codebase for config #77

Open Greg-Boggs opened 5 years ago

Greg-Boggs commented 5 years ago

There was an error writing to Minify config file. BWP tries to save files inside it's own folder. Writing files in the plugin folder is only possible on hobby hosting or shared hosting set ups.

Please have the plugin either store config in the database, or use some other way to create the needed files such as printing them to the screen, or storing them in a directory that's safe for WP to write to.