Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#121 2010-06-03 21:18:18
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Thanks Eric, this plugin has returned me my sanity. Brilliant, cheers, -Alan
At LAST I’ve cheerfully donated to the core devs at #TXP. I only wish I were able to give more. Thanks to the devs and ALL fellow TXPers. -A
Offline
#122 2010-10-08 05:47:05
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: [plugin] [ORPHAN] ebl_Upload Version 3
I get Error #2038 all the time on an old install where ebl_upload worked well in former times.
I already tried out all of the workarounds here. Nothing worked.
Its
php 5.2.11
txp 4.2.0 (3332)
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
in my main htaccess
Any detail on where to look next?
Offline
#123 2010-10-17 16:29:31
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Found out what your host changed. Remove the <If> condition from the htaccess part.
Offline
#124 2010-10-17 18:24:09
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hi Eric, thanks.
I did so, but the error still is in effect: #2038.
When only removing the condition I end in a 500-error of the whole admin-side.
removing the if-condition together with secEngine-settings lets me in again, but doesn’t cure the 2038-thing.
So maybe you could give me more details?
best regards
Michael
Offline
#125 2010-10-17 19:00:43
Re: [plugin] [ORPHAN] ebl_Upload Version 3
- could be any number of things. Find out what has changed from your hosting company side to narrow it down.
Offline
#126 2010-10-29 04:47:37
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hey TheEric :)
My host has just updated to php 5.3.3 and I am now getting the following error with EBL Upload.
Notice: Undefined offset: 8192 in /home/roundmou/public_html/cms/textpattern/lib/txplib_misc.php on line 524
A problem occured while loading the plugin: ebl_upload -> : Function split() is deprecated on line 194
textpattern/lib/txplib_misc.php(594) : eval()'d code:194 split()
textpattern/lib/txplib_misc.php(594) : eval()'d code:69 eblUploadUI()
textpattern/lib/txplib_misc.php:594 eval()
textpattern/index.php:117 load_plugins()
Offline
#127 2010-10-29 05:43:37
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Argh… What was I thinking, using split when I should’ve used explode! Argh. I’ll try to get a fix out asap, but my time is …very limited.
Offline
#128 2010-10-29 05:52:25
Re: [plugin] [ORPHAN] ebl_Upload Version 3
No worries (or rush) Eric – I was just letting you know :)
Offline
#129 2011-01-04 09:57:08
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Hi Eric, wondering if you will be upgrading ebl_upload for 4.3.0?
Offline
#130 2011-02-02 04:11:50
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Probably. Has it not worked thus far?
Offline
#131 2011-02-02 04:12:58
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Sadly, no it hasn’t worked in 4.3.
Last edited by joebaich (2011-02-02 04:15:00)
Offline
#132 2011-02-02 04:17:09
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Suppose I’ll do a diff between the two and get to it. The earliest I’ll be able will be about the 14th or so. I suppose ebl_image_edit is due for an upgrade too.
Offline