Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2011-12-12 12:25:58
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: jbx_multiple_image_upload
I could fix it, putting permission 755 (or better 644) instead of 777, into ´images´ folder.
I expect it helps you.
Regards
Offline
#86 2011-12-12 12:33:26
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: jbx_multiple_image_upload
Thanks gfdesign,
I just try, but don’t work. On my hosting (infomaniak.ch), I get errors if permissions are not set to 777 : error message = image folder is not writable …
Offline
Re: jbx_multiple_image_upload
Any news on getting this to work automatically with smd_thumbnail?
An early Christmas present perhaps?
:)
Offline
#88 2012-03-09 03:15:10
- Rimfya
- Member
- Registered: 2007-11-22
- Posts: 31
Re: jbx_multiple_image_upload
Can I change the default thumbnail size?
Offline
Re: jbx_multiple_image_upload
Rimfya, yes
Go to Extensions —> Multiple Upload
There you have 2 settings which you can alter Thumbnail width & Thumbnail height
Offline
Re: jbx_multiple_image_upload
Me too having HTTP Error,
tried to put SecFilterEngine
and SecFilterScanPOST
off (at the end of root .htaccess) but the server returned 500 Internal server error…
Offline
#91 2012-04-19 04:35:59
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: jbx_multiple_image_upload
You know … if I had time, I would leverage the following HTML 5 input: <input type=“file” name=“files[]” multiple=”“> and be done with the blasted flash filereference stuff. Just sayin’
Last edited by TheEric (2012-04-19 04:36:24)
Offline
Re: jbx_multiple_image_upload
TheEric wrote:
You know … if I had time, I would leverage the following HTML 5 input: <input type=“file” name=“files[]” multiple=”“> and be done with the blasted flash filereference stuff. Just sayin’
There is Plupload that got it all
(Flash,Gears,HTML 5,Silverlight,BrowserPlus,HTML 4)
Will be great to see it replacing Uploadify
And there is a new version of Uploadify v3.0.1 just released 2 days ago (download here)
Where the dev mentioned that the old version v2.1.4 (which I think it’s in use in this plugin) is:
Uploadify.com wrote:
I’ve also removed v2.1.4 because it’s crap and has some security holes and I should never have let anyone use it for this long. I’m trying to clean up my act so please forgive me. If you really want v2.1.4, you’ve been warned
Offline
#93 2012-04-19 14:24:03
- TheEric
- Plugin Author
- From: Wyoming
- Registered: 2004-09-17
- Posts: 566
Re: jbx_multiple_image_upload
Thats novel. Introduce more complexity by implementing a a bloated app when all one has to do is rely on HTML and webkit until the rest of the browsers catch up.
Offline
Re: jbx_multiple_image_upload
Hello I think I got this HTTP error fixed.
You have to check that images/upload/upscript_0.4.php
permissions are set to 755 (Default install was 644…)
Offline
#95 2012-05-06 06:36:54
- Teemu
- Member
- From: Shanghai
- Registered: 2010-04-27
- Posts: 60
Re: jbx_multiple_image_upload
tye wrote:
I have got a really bizarre problem with this plugin at the moment.
I have just had to move servers due to the old one dying, configuration is identical. I go to upload multiple images, enter a new category, press upload… everything seems to be working, the upload bars go to 100%, the page refreshes after 3 secs, but nothing is created or uploaded, but no errors are given either, so I have absolutely nothing to go on regarding debug.
I am in talks with the server guys at the moment, but just thought I’d ask here to see if anyone has any ideas
I have exactly same problem, and can’t figure out what is causing this. The new server, where it is not working, has slightly newer version of PHP5 and Apache, but everything else is the same. Has anyone else experienced this, and perhaps found a solution?
Offline
Re: jbx_multiple_image_upload
Teemu – obviously I wrote that, but I cannot remember the problem :(
Check to see if you have any old images in /images/upload/tmp
Apart from that – try uninstall then reinstall
Offline