The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Media Uploads not in Media Gallery

Labels

This Discussion is public

Notifications

Latest version of WordPress and Formidable Forms:

The files are stored in the wp-content/uploads/formidable directory, but no files show up in the media browser.

Is this a bug or am I missing something?

Thanks!

Just tested file uploads in my development environment and the images show up fine in the media library. I don't think there's a bug with Formidable. Use your built-in browser's inspection tool to see if you're receiving any JavaScript errors. You may also have an issue with a plugin conflict or PHP version. Last, perhaps you have a file permissions error on the server. Enable WordPress debug to see if there are any PHP related errors.

Thanks vfontjr

All of the above are fine - I did already look ;)

This fixed it:

remove_action( 'pre_get_posts', 'FrmProFileField::filter_media_library', 99 );

I notice that the third select menu at the top of the media gallery shown in the docs is not there. Even in standard Wordpress theme.

Not sure what's going on... but at least I can see them now.

Oh wait, the third dropdown menu appears if I select list view ...  that's totally bizarre!

 

What kind of weird UI design choice is this?

 

I guess I don't need an answer...  just another one of those things with Wordpress I guess

Discussion closed.