Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Redfox. Have you added the htaccess fix?
Offline
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
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
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
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
Re: [plugin] [ORPHAN] ebl_Upload Version 3
Sure, send me a logon.
Offline
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
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