Hi, we use version 3.3.15 and suddenly 3 weeks ago our gpx files failed to download.
WP version is 6.8.1 and we use Colibri Theme.
we do not get any failure message, the upload bar is full but stays steady without upload.
I also tried with the text to add in functions.php, which I saw in previous posts, nut did not fix it.
Hope you have some solution for us. THANKS
Hello,
Thanks for reaching out.
kindly use this hookadd_filter("wpdm_is_valid_mime_type", '__return_true');
in your theme’s function.php file.
Let me know if this solved the issue or not.
Regards
hi, thx for swift reply but I already tried this without success.
will try again and let you know.
it is already there, so this does not do the magic
add_action( ‘admin_notices’, ‘colibriwp_php_version_notice’ );
}
add_filter(“wpdm_is_valid_mime_type”, ‘__return_true’);
Please share the wp-login credentials in a private reply to check the issue thoroughly.
Kindly update the plugin to the latest version and also use the filter in the functions.php file. It will work fine.
No, it’s currently in version 3.3.15. The latest version, 3.3.16, is now available.
Yes, I’ve already added the filter to your functions.php file—no further changes are needed.
done
I tried but was not possible to create a review. Anyway..thanks a lot for your effort and swift actions
You must be logged in to reply to this topic.