Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Don’t think so, but feel free to login, its the same site I gave you a publisher account for a week or so back…the .htaccess file is in the /textpattern folder as it should be…
Offline
#38 2009-03-18 11:45:09
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hi Eric,
I get this error when I import the images already uploaded.
On my host, set_limit is disabled. I import large image directories with fpx_image_import (thumbnails, crop, redim, …) without any problem.
Erreur lors du chargement du plugin ebl_upload -> Warning: set_time_limit() has been disabled for security reasons on line 673
textpattern/lib/txplib_misc.php(570) : eval()'d code:673 set_time_limit()
textpattern/lib/txplib_misc.php(570) : eval()'d code:66 ebl_Import()
textpattern/lib/txplib_misc.php:570 eval()
textpattern/index.php:101 load_plugins()
The images are correctly imported. Thumbnails are correctly generated.
Offline
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Email me a logon and I can change the code so that it no longer throws that error. It’s basically a matter of inserting a @ right before set_time_limit()
Offline
#40 2009-03-18 14:16:26
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: [plugin] [ORPHAN] ebl_Upload Version 3
TheEric a écrit:
It’s basically a matter of inserting a @ right before set_time_limit()
Done. Work now without error. Thanks.
Offline
#41 2009-03-18 14:36:43
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: [plugin] [ORPHAN] ebl_Upload Version 3
An other problem …
Last month I get some problem with image resizing.
I upload about 30 jpg images and I set the import like this :
Resize YES, W= 600. H=”“. So I expected to resize all the images with W>600px,
but a few images where cropped at 600px.
BTW, is it possible to store the crop/W/H image and thumbnail settings ?
Offline
#42 2009-03-18 14:41:59
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: [plugin] [ORPHAN] ebl_Upload Version 3
On the file tab, I see “Upload Additional Images” …
Offline
Re: [plugin] [ORPHAN] ebl_Upload Version 3
I have a release candidate that I’m testing now that should hopefully remedy the above bugs. Until then, enter both a height and a width for both fields. You won’t get the above problem then.
Offline
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Bug Fix Release 3.01
- Correctly says, “Upload Additional Files” in the file tab now.
- The crop / thumbnail bug has been eliminated. This was a big oops on my part.
- The “Click to Process Uploaded Files” link has been styled to look like a button and is more obvious now.
It’s available for download now in the online store store
Last edited by TheEric (2009-04-21 12:42:08)
Offline
#45 2009-04-21 02:33:08
- kevinpotts
- Member
- From: Ghost Coast
- Registered: 2004-12-07
- Posts: 370
Re: [plugin] [ORPHAN] ebl_Upload Version 3
It would be helpful to post the most current version number somewhere in this thread. I bought 3.01 awhile ago, and I still have the UPPERCASE extension bug present. I logged into your store and did not see anything new to download, thus I have no idea if what I am running is most current.
Kevin
(graphicpush)
Offline
Re: [plugin] [ORPHAN] ebl_Upload Version 3
With the next major release of EBL_Upload around the corner, I’m hoping to add/fix/revise functionality. So tell me, what would you like changed about EBL_Upload? I’m open to any and all suggestions.
Offline
#47 2009-04-27 10:09:42
- kostas45
- Member
- From: Greece
- Registered: 2007-11-08
- Posts: 61
Re: [plugin] [ORPHAN] ebl_Upload Version 3
TheEric wrote:
With the next major release of EBL_Upload around the corner, I’m hoping to add/fix/revise functionality. So tell me, what would you like changed about EBL_Upload? I’m open to any and all suggestions.
How about this:
Upload files in a different folder than in /files.
This addition will be extremely useful when selling digital downloads :-)
Upload in a folder outside of webroot will be best, due to security (file visibility) concerns.
Thanks,
Kostas
Last edited by kostas45 (2009-04-27 10:10:44)
Offline
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Both good suggestions.
- Alternate upload destination for files can be implemented. The distribution/linking of this file would need to be handled by a separate plugin though.
- I was thinking about this myself, but I’m unsure as to why security would be improved. The image folder is already 777’d and images by default are uploaded and processed in this folder. What exactly is your concern with using the file/image folder as the processing directory?
Offline