• Hi – we’re using a brand new install of WP and after activating your plugin which I’ve used before we can’t upload any document and instead get:
    “Sorry, this file type is not permitted for security reasons.”

    Adding
    define(‘ALLOW_UNFILTERED_UPLOADS’, true);

    to the wp-config file as described on other pages fixes the error but the plugin doesn’t show the file icons.
    Any ideas?

    Thanks!
    Alex

Viewing 1 replies (of 1 total)
  • Plugin Author kimipooh

    (@kimipooh)

    define(‘ALLOW_UNFILTERED_UPLOADS’, true); setting means to forcibly allow all files with all extensions regardless of any settings on the plugin.

    If the list of allowed mime types and file extensions on “MIME Type Settings” of WordPress Admin Dashboard, your WordPress has a trouble because the list is displayed by WordPress standard function.

    Please disable other plugins and try it again.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot Upload after activation’ is closed to new replies.