• Resolved matsie

    (@matsie)


    I have the following shortcode uploaded on a password protected page of my website:

    [wtf_fu_upload deny_public_uploads="0" use_public_dir="1" wtf_upload_dir="/totally-rad" wtf_upload_subdir="" accept_file_types="jpg|jpeg|mpg|mp3|png|gif|wav|ogg" deny_file_types="htaccess|php|php3|php4|php5|cgi|aspx|asp|aspx|sh|phtml|shtml|pl|py|pyc|pyo" inline_file_types="jpg|jpeg|mpg|mp3|png|gif|wav|ogg" image_file_types="gif|jpg|jpeg|png" max_file_size="6" max_number_of_files="30" auto_orient="1" create_medium_images="0" medium_width="800" medium_height="600" thumbnail_crop="1" thumbnail_width="80" thumbnail_height="80"]

    After I have uploaded a test image (1.2mb), the thumbnail is a broken image. I look into my file directory via ftp and there is definitely an image uploaded and a thumbnail created, but when I use the direct file path (), the image is broken.

    I am also having issues trying to delete from the web based interface. Basically, all functionality seems to not work, aside from sort of uploading the image.

    Any help would be appreciated.

    https://www.ads-software.com/plugins/work-the-flow-file-upload/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author lynton_reed

    (@lynton_reed)

    Hi Matsie, I tried your shortcode in a pasword protected page and it worked for me, so I have some further questions please.

    first what version of the plugin are you using ? if not the latest please upgrade to 2.5.2 and try again.

    On your page with the shortcode , after upload does the thumbnail display on the screen and the full image in the gallery ?
    If you refresh the page does it show ?
    If you switch themes to the standard wordpress 2015 does it then show ?

    what do you mean by using the direct file path ?

    if you know, please detail what OS and php version are running on your server.

    lynton

    Thread Starter matsie

    (@matsie)

    – I just downloaded the plugin. It’s the most recent version.
    – refreshing does nothing.
    – Prior to upload I can see the image thumbnail, after upload the thumbnail is broken.
    – I am not going to switch my theme at this time.
    – PHP Version 5.4.34
    – direct file path to the image gives me a 404. I don’t know how else to describe a direct file path other than it’s the direct file path to the image? Also, in my first message, I provide a direct file path as an example…

    I’m using Mac OSX Mavericks 10.9.5.

    Thread Starter matsie

    (@matsie)

    Basically, everything uploaded to the public directory in my uploads directory breaks. I can upload images normally via the backend and the permissions on the directory are 755.

    Thread Starter matsie

    (@matsie)

    Plugin Author lynton_reed

    (@lynton_reed)

    I notice in the short code you use wtf_upload_dir="/totally-rad"
    whilst in my test this did not affect things on a unix server it may on a mac OS server so try removing the / , upload paths are relative so that would result in a url of .../uploads/4//totally-rad note the double //

    That’s just something that may be causing a problem or may not be, as your uploads succeed but cant be viewed then that maybe its as simple as that.

    Otherwise I’m afraid I don’t have any other ideas, if you can provide a link to a test page I can have a further look for you.

    By the way changing the theme is just a one click operation and one click to put it back. I would also try that to try and isolate the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Files Unavailable after Upload’ is closed to new replies.