• Resolved psychickita

    (@psychickita)


    Does not matter what I do with the shortcodes, here is the behavior I am observing:

    – on submitting form, browser goes to blank /wp-admin/admin-ajax.php (no debugging flags are generating any info)
    – Manage UGC is empty
    – POSTS (not images) are showing up under Media instead of under posts, with broken thumbnails (when I click into the post, I see the image). I tried both default and post_image

    I am using permalinks, but enabled them AFTER installing the plugin. Here is my shortcode:

    [fu-upload-form title=”Upload your media” form_layout=”post_image” success_page=”success”]

    https://ww.wp.xz.cn/plugins/frontend-uploader/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    - on submitting form, browser goes to blank /wp-admin/admin-ajax.php (no debugging flags are generating any info)

    blank page probably means a fatal error. Try uploading a small image and see what happens.

    Regarding your shortcode, success_page should be a full url. ie if your site is mysite.com it should be http://mysite.com/success/

    Thread Starter psychickita

    (@psychickita)

    Thanks! I do think this has to do with php available memory, so waiting for my host to upgrade.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upload does weird things’ is closed to new replies.