coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: RipperFox on May 31, 2004, 10:16:42 PM

Title: Batch add again..
Post by: RipperFox on May 31, 2004, 10:16:42 PM
Hi there..

I've tried batch add (not uploaded to albums/userpics but albums/mydir) a bunch of JPGs. Directories are set to 777, all dirs belong to the httpd user.

I' ve selected an album, but all I get is "Folder /" and Result "NA".

What could be wrong here?

Everything else works just fine..
Title: Re: Batch add again..
Post by: Casper on May 31, 2004, 10:42:26 PM
When you open batch add, and browse to the folder, do you see thumbs, or red crosses?
Title: Re: Batch add again..
Post by: RipperFox on May 31, 2004, 10:55:30 PM
I see thumbs... :)

As i found out right now:

In searchnew.php, line 338 ff.:


$album_lb_id = $HTTP_POST_VARS['album_lb_id_' . $pic_id];


I've inserted a "echo $album_id;"  after the loop (before flush())- an this var contains nothing..

So there seems to be a problem with the post vars..

But I have no idea what - all other scripts (postnuke, etc.) work well on this server - no safemode, etc. is activated..

Any idea?

Greets Ripper
Title: Re: Batch add again..
Post by: hyperion on June 01, 2004, 02:46:27 AM
What version of PHP do you use?
Title: Re: Batch add again..
Post by: RipperFox on June 01, 2004, 06:31:31 AM
That's 4.2.3 on Linux (with GD1)..

btw: Typo3 (which is a bit more sensual to php options) works nice..

Anyone got a hint for me?
Title: Re: Batch add again..
Post by: Joachim Müller on June 03, 2004, 11:22:23 PM
did you actually select an album the batch-added pics should go to?

GauGau
Title: Re: Batch add again..
Post by: RipperFox on June 05, 2004, 08:25:42 PM
Quote from: RipperFox on May 31, 2004, 10:16:42 PM
I' ve selected an album, but all I get is "Folder /" and Result "NA".

As I wrote in my first post - yes :)

Is there a way of enabling something like a debuggin output?

Greets

Ripper
Title: Re: Batch add again..
Post by: Joachim Müller on June 06, 2004, 07:45:19 AM
in coppermine config, at the bottom of the screen, you can enable debug_mode (although it won't be that helpfull in your special case I'm afraid).

GauGau