• Hello,
    i have a strange problem on my Flutter imagefield.
    On creating a new post everything is fine, the images are uploaded correctly into the directory /wp-content/files_flutter/ and displayed on the website. The filename created by the system is:

    /wp-content/files_flutter/th_5ce1895807cdd3afb9e68855d171171d_1249951783testbild.jpg

    The only thing is, that it is not displayed in the admin.
    There it displays a broken image with path:

    /wp-content/plugins/fresh-page/thirdparty/phpthumb/phpThumb.php?src=/home/diekurve/public_html/wp-content/files_flutter/1249951783testbild.jpg&w=150

    The major problem comes now. Deleting an image works fine, but updating an image fails. I’ve noticed that when I’m uploading a new image in an existing post, the filename is much shorter: 1249561049testbild.jpg

    There’s no error message, but the new image won’t diplay on the website!
    I’ve tried to switch between Flash upload and normal upload, no result.
    I’ve also made the cache folder /wp-content/plugins/fresh-page/cache writable.
    But there are no files there anyway

    WordPress 2.8.3 DE-Edition
    Flutter 1.1 DE-Edition

    thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It seems that you have not set the correct path for image upload in wordpress admin area. Now, set the correct path image upload path from wordpress admin area -> settings -> miscellaneous settings.

    Assign 766 recursive permissions to wp-contents folder. Now, have a check with blog.

    Disable all the plugins and have a check and enable them one by one to find out the culprit.

    Thanks,

    Shane G.

    Thread Starter jibbo

    (@jibbo)

    Hi Shane G.,
    thanx a lot for your support! I’ve tried the points you mentioned.
    Resetting the image upload path didn’t help, but updating images works now: I have to delete an image, then upload the new one and finally save the post again. The only thing now is images dont’t display in admin. I’ll find a solution ..
    thanks anyway

    Julien B.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Flutter] Image Upload Problem’ is closed to new replies.