• I’ve downloaded TDO Mini Forms and have modified the form widgets and basic settings to meet my needs. I am experiencing one issue that I cannot resolve. When a form is uploaded, attached images do not display but instead give a 403 error when the links are opened.

    I’ve confirmed that the subdirectory folder for uploads is working correctly. I’ve added other images from my desktop into the folder and they appear in posts ok. I’ve used the wordpress interface to upload photos and they appear in posts ok. The issue is limited to image files uploaded via TDO Mini Forms.

    Is there some additional setting or permissions required for these files to be viewable? If so, where and how to I make the necessary changes.

    Any advice on how to get the image files to viewable would be appreciated — thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you directly explore the folder where TDOMF uploads the images to?

    Hi,

    I got same error :

    Forbidden

    You don’t have permission to access /wp-content/uploads/8223/653041.jpg on this server.

    I can reach this file via ftp, i tried to change chmod of /uploads/ to 777 and 755 same effect :'(

    /wp-content/uploads/8223/ have chmod 744 but when i change it to 755 image is displaying so how can i do for make chmod 755 automatically ? Thanks !

    Ok i fixed this, it was because suPHP security on Gentoo :

    /usr/local/etc/suphp.conf

    Change
    umask=0033
    to
    umask=0022

    It work !!! Great plugin ! 😀

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘image uploads via TDO Mini Forms give 403 error’ is closed to new replies.