• I am getting an error message on file uploads for all users except admin: “File not uploaded”

    Here is my shortcode:

    [wordpress_file_upload fitmode=”responsive” uploadrole=”administrator,editor,author,contributor,subscriber,customer,shop_manager,bbp_keymaster,bbp_moderator,bbp_participant,client,performer,Client,performer, Admin” uploaduser=”all” maxsize=”1000″]

    Here are my settings in php.ini:

    apc.enabled=0
    memory_limit = 1000M;
    upload_max_filesize = 1000M;
    post_max_size = 1000M
    max_input_vars = 3000;
    output_buffering = On
    max_execution_time 300
    max_input_time 300

    https://wordpress.org/plugins/wp-file-upload/

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

    (@nickboss)

    Hi, please add adminmessages=”true” inside the shortcode and try to upload as a logged user. Do you get any additional error messages?

    Nickolas

Viewing 1 replies (of 1 total)
  • The topic ‘File not uploaded error’ is closed to new replies.