Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#121 2006-12-04 18:52:49
Re: Ebl_batchupload
saccade wrote:
Obviously in one of my installations ebl_batchupload isn’t allowed to create a directory (error message).
(Unformtunately due to live/running status of the site I immediately reverted before copying the message).
I will first try on another installation.
Gah! I forgot that the default installation doesn’t place files within the /textpattern directory. I was hoping for a default, writable directory. I’ll have a quick fix up in a few minutes.
Last edited by TheEric (2006-12-04 18:57:15)
Offline
#122 2006-12-04 19:29:09
Re: Ebl_batchupload
OK. Fixed. I hope.
The processing directory is now within the actual image directory and it should be automatically created.
Offline
#123 2006-12-04 20:17:34
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: Ebl_batchupload
Thank you. Almost working.
Installation is fine, directory created.
But:
Uploading and processing of 3 small images (1 jpg, 2 gifs) now takes a long time.
The 2 gifs were rendered completely black when resized/thumbnailed. (for control: Just uploading works. Creating thumbnail with txps onboard link works too).
Don’t know how to give more details.
Last edited by saccade (2006-12-04 20:18:09)
Offline
#124 2006-12-04 20:57:26
- royo
- New Member
- Registered: 2006-12-04
- Posts: 3
Re: Ebl_batchupload
I’m getting alot of HTTP 406 errors when I try to upload.
Offline
#125 2006-12-04 20:59:54
Re: Ebl_batchupload
royo – which host do you use?
Offline
#126 2006-12-04 21:13:22
Re: Ebl_batchupload
Saccade – Fixed. Dumb mistake on my part. It should not be creating black gifs, and the speed should be back to normal.
Now, if you change the hqthumb variable at the top to TRUE, the speed will generally decrease by a significant margin.
Last edited by TheEric (2006-12-04 21:30:16)
Offline
#127 2006-12-04 21:28:37
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: Ebl_batchupload
TheEric
Now it’s very fine! And fast! Thank you :-)
Not yet tested with hqthumb=TRUE. But it’s late here and I have to work still. Will test it tomorrow.
Offline
#128 2006-12-04 22:13:09
- aba
- Plugin Author
- Registered: 2004-04-14
- Posts: 119
Re: Ebl_batchupload
could you add the default sizes for images/thumbs to variables at the top of the plugin as well?
P.S.: mentioning the url when announcing new versions might help the people who did not read the older 11+ pages in this thread… ;)
Thanks
Offline
#129 2006-12-05 00:52:53
Re: Ebl_batchupload
aba wrote:
could you add the default sizes for images/thumbs to variables at the top of the plugin as well?
Or better yet, an admin page that would allow us to set these settings? It makes upgrading so much easier. No need to integrate it into the flash just somewhere else we can set it. Store it to the txp_prefs table for simplicity.
Shoving is the answer – pusher robot
Offline
#130 2006-12-05 14:32:48
- royo
- New Member
- Registered: 2006-12-04
- Posts: 3
Re: Ebl_batchupload
TheEric wrote:
royo – which host do you use?
I’m using networkredux. I tried using this little trick in the .htaccess:
<IfModule mod_security.c>- Turn off mod_security filtering.
SecFilterEngine Off
- The below probably isn’t needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
After that the 406 error changed to 403 in the flash upload. All the permissions are set correctly though.
Last edited by royo (2006-12-05 14:33:12)
Offline
#131 2006-12-05 16:16:31
Re: Ebl_batchupload
Are you using the latest version of this plugin? 1.03?
Offline
#132 2006-12-05 16:30:05
- royo
- New Member
- Registered: 2006-12-04
- Posts: 3
Re: Ebl_batchupload
Yup, both 1.03 and 1.04 have the same problem.
Offline