Hi @ frankyonnetti,
Whats the error?
Cheers,
All I’m getting from console is:
admin-ajax.php:1 Failed to load resource: net::ERR_EMPTY_RESPONSE
wp-admin/admin-ajax.php 0 ()
Looks like a server issue, not the plugin.
Do you have a security plugin running?
Just an htaccess login, but no secure plugins.
I also disabled all plugins except ALM and ALM Filters and got the same error.
As the error says, the site failed to load wp-admin/admin-ajax.php. Something is causing/blocking the load of that script. Could be the htaccess.
Thanks for your help dcooney!
I think you’re right, it has to be something related to the server environment. I’ll post back here once we figure it out.
Rolling back to version 1.1 of ALM Filters fixed the issue for us (w/line 25 in ajax-load-more-filters.php removed).
Still may be related to the server environment because I can’t reproduce it locally.
fyi –
Also tried rolling back to version 1.2 with no success.
I can always reproduce the error by going to the Media page in the WP admin. None of the images (files) would show and the error would display in the browser console (error noted in my 2nd comment on this thread).
Interesting… Line #25 of ajax-load-more-filters.php was actually an issue for a lot of users so it was removed in 1.2 and 1.3.
I’m going to mark this as resolved. One of our developers is sure it’s environment related like you said.
Thanks for you help & time dcooney.