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

Can't detect files #56

Open sfolador opened 8 years ago

sfolador commented 8 years ago

Hi, we recently updated our server infrastructure (now we are under nginx 1.8) and now we can't see any enqueued file in the "manage enqueued files" section. Tried to reset cache, permalinks, navigate to different pages but the lists are still empty. Any advice?

kminh commented 8 years ago

Hi again,

I assume you're still using the friendly minify url feature?

Try deleting this option: bwp_minify_detector_log in wp_options table. Make sure you clear browser's cache as well and try visiting some pages again.

sfolador commented 8 years ago

Hi, the friendly minify url feature is temporarily disabled, I'll try deleting the entry on the DB and let you know.

sfolador commented 8 years ago

Hi, here's what I did:

1) deleted the DB entry. 2) deleted the browser cache 3) loaded a few pages 4) the list was still empty 5) created the entry in the DB (with empty value) 6) deleted browser cache 7) loaded a few pages 8) list was still empty but the entry in DB was correctly set (list of all the JS and CSS files)

So, I can see the minified files in the pages of the website but not in the list in the admin panel... weird stuff.

kminh commented 8 years ago

OK can you export the value of the list in DB and send it to me?

kminh commented 8 years ago

ping @sfolador