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..
When you open batch add, and browse to the folder, do you see thumbs, or red crosses?
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
What version of PHP do you use?
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?
did you actually select an album the batch-added pics should go to?
GauGau
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
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