Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#109 2006-11-27 16:26:16

duchamp
Member
From: Patagonia
Registered: 2005-02-03
Posts: 222
Website

Re: Ebl_batchupload

Love it! All the best for you Eric! Thx

Offline

#110 2006-11-28 11:58:14

stef25
Member
Registered: 2005-12-26
Posts: 88

Re: Ebl_batchupload

Eric

I am getting a 403 error even with permissions set to 777. when i delete the batchupload folder i still get a 403, not a 404 as expected. also confused about wether batchupload and swf should be in domain.com/ or domain.com/textpattern/

at the top left of the upload screen it says “undefined” which im guessing points toward some kind of problem. the categories do appear in the drop down list

Last edited by stef25 (2006-11-28 18:58:14)


I need someone to protect me from all the measures they take in order to protect me

Offline

#111 2006-11-28 17:04:18

Ace of Dubs
Member
Registered: 2006-04-17
Posts: 446

Re: Ebl_batchupload

This plugin is still not working for me. 404 errors all the way.

The files are indeed sitting in my textpattern directory as instructed, but the plugin wont see my upload folder. I tried naming it “Batchupload” “batchUpload” and “batchUploads” , also tried chmodding to 755 and 777, but no dice.

My site is running on Dreamhost if that makes any difference.

Edit: I also notice on the version I just downloaded from your site (1.0) that the help file still mistakenly shows “batchupload” as the folder.

Last edited by Ace of Dubs (2006-11-28 17:58:06)

Offline

#112 2006-11-28 19:42:30

aba
Plugin Author
Registered: 2004-04-14
Posts: 119

Re: Ebl_batchupload

check the second line of the plugin source in your plugin administration and use the name that is given there:

$GLOBALS[‘upload_dir’] = “batchupload”;

Offline

#113 2006-11-28 20:59:51

Ace of Dubs
Member
Registered: 2006-04-17
Posts: 446

Re: Ebl_batchupload

Thanks for the pointer aba. I can now upload files, but no resize action here. Debug mode called up tons of errors.. Ive emailed them to Eric so hopefully he will be able to sort it out.

Offline

#114 2006-12-01 00:06:58

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: Ebl_batchupload

Ace – I havent’ received an email from you with these errors. Could you send again?

Offline

#115 2006-12-01 07:49:50

Ace of Dubs
Member
Registered: 2006-04-17
Posts: 446

Re: Ebl_batchupload

Hmm, the email form on your site must be broken. The weird part is that I am not getting errors anymore…havent touched the setting or changed anything but now files wont upload at all. I get no 404s, it just sits there. So strange. Before I was getting this long error list in XML format by debugging but now I get nothing at all. Another interesting thing to note is that no categories are showing up by default when they were before.

Wish I had saved those errors!

Offline

#116 2006-12-01 10:16:55

stef25
Member
Registered: 2005-12-26
Posts: 88

Re: Ebl_batchupload

can some one tell me where to find the output from running the swf in debug mode?


I need someone to protect me from all the measures they take in order to protect me

Offline

#117 2006-12-03 15:52:26

Ace of Dubs
Member
Registered: 2006-04-17
Posts: 446

Re: Ebl_batchupload

It will usually output it right inside the field next to the debug checkbox.

UPDATE: The plugin’s performance continues to deteriorate. I have touched any settings or moved any files on my server. Right now what is happening is that I will upload photos and it appears that they go through, I get no warnings/errors but when I look at my db of images I see they are just not showing up. Also, my categories are still not showing up in that dropdown menu…there are in fact no categories at all.

I’m going to try it on a fresh install to see what happens..

Offline

#118 2006-12-03 18:58:10

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: Ebl_batchupload

Ace – Is there a way I can see how you have this plugin installed?

Offline

#119 2006-12-04 17:38:15

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: Ebl_batchupload

This plugin has been updated to version 1.02

New Features:
  • Automatic installation and chmodding of processing directory. Files directory must be writable.
  • Corrected txpath utilization.
  • Improved thumbnailing. This version adds improved thumbnailing that is user adjustable, and makes use of textpattern’s UnsharpMask() function. I did not add a flash side toggle for this, as this can be VERY cpu/memory intensive and take several minutes to process a batch of image uploads. To enable the higher quality settings, one has to go into the plugin and change FALSE to TRUE and edit the value from it’s default, to anywhere from 1-100.
  • Dynamic Memory Management. I integrated a nifty routine from php net that will adjust the memory allocated to the script per image, (only) if your webserver supports memory_get_usage() and ini_set(‘memory_limit’)
Before Installing:
  • Existing Users: If this plugin is currently already working for you: first, disable the original plugin and rename upload.swf to upload.old and then install this plugin.
  • This changes the location of the batchupload processing folder to textpattern/files/batchupload – The user no longer needs to create this folder.
Still to do
  • Alternate Languages. I’m still debating how best to process with this.
  • Lite version. A multiple upload feature without the resizing/thumbnails options, for more than just image files.

Offline

#120 2006-12-04 18:25:44

saccade
Plugin Author
From: Neubeuern, Germany
Registered: 2004-11-05
Posts: 521

Re: Ebl_batchupload

Obviously in one of my installations ebl_batchupload isn’t allowed to create a directory (error message).
(Unformtunately due to live/running status of the site I immediately reverted before copying the message).
I will first try on another installation.

EDIT:
No, the same on another webspace. Even if I create the subdirectories manually (and 777 them), it’s the same. The path in the following error message seems to be correct though. Cannot understand what’s wrong.

bcc.. Upload Path Not Found.

Ein Fehler trat auf beim Laden des Plugins [=error on loading the plugin]: ebl_BatchUpload -> Warning: mkdir(/homepages/XXXXXXXXXXXXXXXX/txp404plugins/textpattern/files/batchupload) [function.mkdir]: Datei oder Verzeichnis nicht gefunden [=file/directory not found] on line 83

/homepages/XXXXXXXXXXXXXXXX/txp404plugins/textpattern/files/batchupload could not be created.

Ein Fehler trat auf beim Laden des Plugins: ebl_BatchUpload -> Warning: chmod() [function.chmod]: Datei oder Verzeichnis nicht gefunden [=file/directory not found] on line 90

/homepages/XXXXXXXXXXXXXXXX/txp404plugins/textpattern/files/batchupload is not writeable.
Attempt to correct has failed.

Last edited by saccade (2006-12-04 18:56:59)

Offline

Board footer

Powered by FluxBB