Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2010-01-22 20:38:14
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: jbx_multiple_image_upload
<shameless plug>You should opt for EBL_Upload</shameless plug>
Offline
Re: jbx_multiple_image_upload
I found a small bug when I had it installed on a website where the whole textpattern site was in a subfolder. e.g. http://site.url/2009/ instead of what you normally would see in the root http://site.url/
It would be nice to have this bug fixed…one can patch it by hand, but anyone know how to fix it for reals?
Offline
#51 2010-02-13 21:13:44
- grundgesetz
- Plugin Author
- From: Germany
- Registered: 2009-04-17
- Posts: 24
Re: jbx_multiple_image_upload
Hey pals,
Doesn’t work very well here… I have two problems.
1. I installed, enabled and configured the plugin, I can upload images and all seems to work fine, but as the last image is finished uploading, I get a series of warnings (screenshot). The images are in the images/upload/temp folder, but they’re not in the list of images in Textpattern (I use version 4.0.8).
2. Now for the tricky part. When I use the ‘normal’ single image upload form, all works fine accept when I try to upload a .jpg image. When I upload a .jpg image, Textpattern doesn’t generate a thumbnail anymore, the ‘create thumbnail’ settings are gone (screenshot) and I get this message:
I couldn´t recreate any of those problems. Maybe some hoster issues? Anyone got any idea?
It would be nice to have this bug fixed…one can patch it by hand, but anyone know how to fix it for reals?
This patch will be incorporated in the next release.
I´m also planning to replace the hack-ish combination of mootools/fancyupload with jQuery´s uploadify (thx to THE BLUE DRAGON), but it may take some time.
Edit:
Okay, I managed to replace FancyUpload (& therefore mootools) with Uploadify.
So here´s the new version: jbx_multiple_image_upload 0.4
Last edited by grundgesetz (2010-02-14 04:32:11)
Offline
Re: jbx_multiple_image_upload
Hi and thanks a lot for this great plugin.
I downloaded the new version 0.4 but the top of the file says, “v0.3d” …
It’s probably nothing, but thought I’d say something.
Thanks again
“…freely ye have received, freely give.” | www.PublishingAWebsite.com
Offline
Re: jbx_multiple_image_upload
Why??? WHY??? :(
mmm…yea! a security errors again :/
I even changed all the files & folders to chmod 777, and not helping.
Offline
Re: jbx_multiple_image_upload
Blue Dragon…
I had similar errors, but mine were “error 403” with that red style you have in your example. My problem was my htaccess for my “images” folder.
Options -ExecCGI
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
I always use this for my images folder with a index.php (it triggers a 403 Forbidden) to keep things (I hope) more secure. Anyway, I removed these lines and everything worked with Multiple Image Upload plugin.
The plugin seems to appear as an external request to the textpattern/ apache setup and even though my htaccess works with the “stock” textpattern image upload, Multiple Image chokes on that setup.
All that to say maybe your security settings for your image folder might be a place to start?
My 2 cents…
Hope you figure it out!
“…freely ye have received, freely give.” | www.PublishingAWebsite.com
Offline
Re: jbx_multiple_image_upload
TJ thanks but I don’t have any other code in my “.htaccess” file then the oiginal file that came with txp.
Offline
Re: jbx_multiple_image_upload
Firebug says “ unterminated string literal “ on line ‘scriptData’ : {‘path’: ‘C:\wamp\www\deltacol\images\upload\tmp\’},
Project: Textpattern with Texy
Job: Webdesign
Offline
#57 2010-03-19 16:26:25
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: jbx_multiple_image_upload
I get an error of “Badly formed or empty plugin code.” when trying to install this plugin.
Offline
Re: jbx_multiple_image_upload
Installed this after deleting previous version. It works as intended for me. Very nice!
Offline
#59 2010-03-20 07:49:12
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: jbx_multiple_image_upload
Here is a Zipped Version for anyone having install errors.
jbx_multiple_image_upload_v0.4_zip.txt
I reccomend the author use ied_plugin_composer as it allows easy outputting of a zipped version.
Offline
#60 2010-03-29 23:26:06
- grundgesetz
- Plugin Author
- From: Germany
- Registered: 2009-04-17
- Posts: 24
Re: jbx_multiple_image_upload
FireFusion wrote:
Here is a Zipped Version for anyone having install errors.
jbx_multiple_image_upload_v0.4_zip.txt
I reccomend the author use ied_plugin_composer as it allows easy outputting of a zipped version.
Thanks,
I updated the start post.
Offline