[Plugin: Flutter] Image Upload Problem
-
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 anywayWordPress 2.8.3 DE-Edition
Flutter 1.1 DE-Editionthanx
- The topic ‘[Plugin: Flutter] Image Upload Problem’ is closed to new replies.