• Resolved Thomas

    (@enungman)


    I can’t for the love of god make this work..

    WordPress 4.4.1
    Theme Woffice 1.6.3
    FileAway 3.9.6.1

    fileaway works just fine, but fileup won’t let me upload.. just gives me the answer that the file “couldn’t be uploaded”

    I use the following shortcode:
    [fileup base="4" maxsize="4" uploadlabel="Ladda upp" fixedlocation="true" makedir="true" filegroups="image"]
    on this page.

    I already tried:
    1. to disable all other plugins
    2. to switch between stylesheet placement footer/header
    3. to switch between javascript placement footer/header
    4. with and without makedir=”true”
    5. with and without filegroups=”image”

    Could you please take a look?

    If you need login, please email me at info(a)ajfix.se

    https://wordpress.org/plugins/file-away/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thomstark

    (@thomstark)

    OK. It was a problem created by your WPML Multilingual CMS plugin. That plugin was adding ?lang=whatever to the ajax url, and in my File Up code I point the ajax function to: ajaxurl+'?action=fileaway-management'. So what we ended up having was:

    yourdomain.com/wp-admin/admin-ajax.php?lang=whatever?action=fileaway-management

    which is bad form because of the 2 question marks. For the time being I just hardcoded a change to my javascript file to replace the ? with an & and you’re good to go.

    Thread Starter Thomas

    (@enungman)

    Once again, thank you very much for your quick and professional support Thom! Really appreciate it 🙂

    Plugin Author thomstark

    (@thomstark)

    Happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble uploading’ is closed to new replies.