BuddyDev

Search

Mediapress uploader shortcode – Uploading Temporarily disabled?

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16400

    I’m getting the following message when trying to upload images to a mediapress gallery using the upload shortcode:

    “Sorry, the upload functionality is disabled temporarily.”

    What would cause this?

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #16407

    Hi George,
    We show this message when the upload is not enabled for the Component/component_id combination.

    If you are using the shortcode, have you specified the component? If possible, Please share the shortcode.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16416

    All I’m using in the shortcode is the gallery ID, odd thing is that this used to work and now does not. I’ll try setting the component ID.

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16417

    This is my current shortcode:

    [mpp-uploader component=”sitewide” component_id=”photo” gallery_id=”‘ . $gallery_id . ‘”]

    It’s still not working

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #16430

    I am going to test it and will report. The last shortcode is incorrect. component_id is user_id or group id(numeric).

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16450

    I’ve tried a number of variants, deactivate other plugins, still getting the same behaviour.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #16454

    Hi George,
    Try avoiding the component id and using something like this

    
    [mpp-uploader component=sitewide gallery_id=42]
    

    This works for me.

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16471

    Unfortunately not for me

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #16492

    Hi George,
    Will it be feasible for you to share the temporary login details with me.

    It is very strange that the shortcode is behaving this way.

  • Participant
    Level: Master
    Posts: 413
    Venutius on #16505
    This reply has been marked as private.

You must be logged in to reply to this topic.

This topic is: not resolved