Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#109 2009-11-24 18:33:27
- masa
- Member
- From: North Wales, UK
- Registered: 2005-11-25
- Posts: 1,095
Re: [plugin] [ORPHAN] ebl_Upload Version 3
dreamer wrote:
Yeah, I thouhgt of that one already. It’s set to the max file size as dictated in my php.ini file. In this case, it’s set to 15,728,640 which is more than enough. However, the files still can’t be uploaded through the plugin.
I reported this problem a few months ago
It’s like ebl_upload doesn’t pick up the Textpattern preference setting. I tried it on two different sites and it failed on both.
Any news on this one, Eric?
Last edited by masa (2009-11-24 18:34:42)
Offline
#110 2010-01-25 17:23:39
Re: [plugin] [ORPHAN] ebl_Upload Version 3
So… Tried the .htaccess fix, the path I registered the plugin to is correct… And I have an : Error – [ Error #2038 ] on upload starting or upon completion depending on the browser, FF or Safari.
What’s the trouble then ?
So ? Any suggestions ?
And my advice to you: Add at least a proper documentation mentioning the issues users ran into and how to fix them… That would have not made me waste the last 2 hours on the forums trying to figure out what was happening.
Last edited by hablablow (2010-01-25 17:29:27)
_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__
Offline
#111 2010-01-27 23:02:08
Re: [plugin] [ORPHAN] ebl_Upload Version 3
A source of much trouble has been discovered : PHP Safe Mode causes many of the #2038 errors, specifically when move_uploaded_file() is invoked. As of PHP 5.3, safe mode is deprecated, and has been completely removed in PHP 6.0
A simple way to disable it is to add the following to your htaccess file.
php_value safe_mode “1”
Offline
#112 2010-01-28 07:39:01
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Alright Eric, thanks for your answer and very quick reply over email.
_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__
Offline
#113 2010-01-28 14:42:19
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Unfortunately
php_value safe_mode “1”
doesn’t work either.
_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__
Offline
#114 2010-01-28 14:51:51
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Have you changed the curly typographic quotes to straight programming quotes?
Offline
#115 2010-01-28 15:02:33
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Thank you Julián, yep. Doesn’t work either.
For now the only solution is to turn PHP safe_mode to “off”.
If you can.
_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__
Offline
#116 2010-03-30 09:13:18
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hi,
I can upload pictures Fine, but my client gets an error #2049
Can you help me with this problem as I’ve had to disable the plug in at the moment.
Offline
#117 2010-04-26 15:06:14
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hi Eric
I’m getting Error - [ #2 ]
.
I’ve double checked the serial number, cleaned prefs and resintalled and tried adding this htaccess rule (in a few places), but all to no avail.
Is there anything else I could try?
thanks
Stu
Offline
#118 2010-04-28 05:49:47
Re: [plugin] [ORPHAN] ebl_Upload Version 3
pieman – your serial does not match the URL. It must match, exactly or it will not work.
Email me at my site and I’ll generate a new license for it to.
Last edited by TheEric (2010-04-28 05:50:12)
Offline
#119 2010-04-28 05:51:26
Re: [plugin] [ORPHAN] ebl_Upload Version 3
oliverker wrote:
Hi,
I can upload pictures Fine, but my client gets an error #2049
Can you help me with this problem as I’ve had to disable the plug in at the moment.
Sorry for the late response, I generally don’t check TXP forums all that frequently lately. Make sure you have the HTACCESS snipped included with your existing HTACCESS.
Offline
#120 2010-05-07 11:25:59
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Any chance this plugin could be adapted to upload multiple images from the Write tab and add the image ID’s to the article image field automatically, as in lam_image_uploader?
Offline