Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#85 2009-08-11 10:34:42

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 811
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

I’m getting this error in TXP 4.0.8 >

… after hitting ‘Upload’ … !?

It has probably to do with the URL thing and the related license … I did put a mail in your inbox, TheEric!

Offline

#86 2009-08-14 18:41:19

TheEric
Plugin Author
From: Colorado & Montana.
Registered: 2004-09-17
Posts: 598
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Redfox. Have you added the htaccess fix?

Offline

#87 2009-08-23 13:06:07

nabrown78
Member
From: Northampton, MA, USA
Registered: 2006-10-04
Posts: 294
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

I am also having RedFox’s problem. My image is only 96k, but I tried adding these lines to my htaccess anyway (I hope this is the right “htaccess fix” you are referring to?):

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200

Adding them caused the server to return a 500 error. A few stats about my server (with godaddy):

PHP version: 5.2.8
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2009-08-23 06:02:52
MySQL: 5.0.67.d7-ourdelta-log
Locale: en_US.UTF-8
Server: Apache
PHP Server API: cgi-fcgi
RFC 2616 headers: 0

Any help appreciated!

Offline

#88 2009-08-23 21:44:55

TheEric
Plugin Author
From: Colorado & Montana.
Registered: 2004-09-17
Posts: 598
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Did you add the included (in the archive) htaccess code to your existing htaccess file? That fixes about 90% of all upload errors. If it doesn’t, it’s a host issue that I can attempt to fix for you if I have a logon to the site in question.

Offline

#89 2009-08-24 12:19:35

nabrown78
Member
From: Northampton, MA, USA
Registered: 2006-10-04
Posts: 294
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Aha! Because I’m on a Mac, the .htaccess file beginning with a dot was invisible, so I didn’t even know it was there. Weirdly, the plugin seems to be working now though I did not apply the fix. I will see what happens when I move it out of the testing directory. Thanks for your help Eric!

It might be helpful to list the contents of the ebl_upload archive in a readme.txt article or something…or in the help screen for the plugin.

Offline

#90 2009-08-30 19:14:39

nabrown78
Member
From: Northampton, MA, USA
Registered: 2006-10-04
Posts: 294
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Okay, even weirder, now that I have moved it out of the testing directory, the plugin is no longer working. Again I see the error “Error – [ Error #2049 ]” and I have applied the htaccess fix. I have also double-checked the serial number. Eric, if you’re willing to take a look, I can email you a login.

Thanks.

Offline

#91 2009-08-31 04:02:47

TheEric
Plugin Author
From: Colorado & Montana.
Registered: 2004-09-17
Posts: 598
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Sure, send me a logon.

Offline

#92 2009-09-01 19:39:53

jstubbs
Member
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Eric, in the next version will you include the ability to change the image name?

Currently it stores images with hyphens if there is a space, unlike TXP which leaves the space. Also the extension (.jpg) is saved, which means one has to edit each image individually after upload and processing.

It would also be a nice touch if after successful processing, the image tab reloaded but don’t know if this is practical or possible. If not, what about a message saying “go to the images tab” or similar?

Offline

#93 2009-10-22 20:41:14

johnno
Member
Registered: 2007-06-14
Posts: 30

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Purchased and installed EBL V.3 on Textpattern 4.0.8 where it has performed satisfactorily. Have since deactivated then removed plugin components. Unfortunately the 3 ebl configuration fields in the Advanced Preferences tab persist. How do I remove these completely? Thanks.

Offline

#94 2009-10-24 19:36:41

TheEric
Plugin Author
From: Colorado & Montana.
Registered: 2004-09-17
Posts: 598
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

There wasn’t an uninstall feature implemented to remove the tables created within the txp_prefs table; to delete those, you’ll need to either use phpmyadmin (built into most hosting panels), or use one the rss admin db plugin to remove it.

Offline

#95 2009-10-25 15:31:07

johnno
Member
Registered: 2007-06-14
Posts: 30

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Tiptoeing around phpMyAdmin was interesting! Don’t get to do that often. Thanks for the quick reply.

Offline

#96 2009-11-10 14:21:45

Kreeltje
Member
Registered: 2008-12-23
Posts: 21

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Hello everyone,

Also having the 2038 error as mentioned before.

Id did costumized the .htacces file by including this:

<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off
</IfModule>

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200

Can someone help me?

Offline

Board footer

Powered by FluxBB