Batch Upload - Browsable Interface Error Batch Upload - Browsable Interface Error
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Batch Upload - Browsable Interface Error

Started by kaptainkory, July 28, 2005, 08:19:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kaptainkory

Anyone want to help me troubleshoot this one?

Right now I get a whole string of warning messages, starting with "Warning: strstr() [function.strstr]: Empty delimiter. in C:\web\home\kaptain\public_html\galleries\include\functions.inc.php on line 2691" and ending with "There are no folders inside the "albums" folder yet".  Yet, I have several folders there.

The warning messages go away and the folders show up when I do the following in functions.inc.php:

FIND (Line 2691):

        if(strstr($key, $filename) != FALSE) { // eliminate all that don't contain the filename
            $path_from_serverroot2[] = $key;
        }


REPLACE WITH:

        //if(strstr($key, $filename) != FALSE) { // eliminate all that don't contain the filename
            $path_from_serverroot2[] = $key;
        //}


Only with this, new files are not detected properly.  But it does at least isolate the problem.

Thanks.


Joachim Müller

There's no support for cpg1.4.1. Your posting is not a valid bug report, but a support request.
Probably fixed when using the most recent cvs checkout, as already suggested on the bugs board - make sure to search before posting: http://forum.coppermine-gallery.net/index.php?topic=19588.0
Marking as "invalid"

kaptainkory

Hmm, I dunno, looks like a bug to me.  Running as "localhost" on Windows machine.




kaptainkory

Oh, and yes, I am using the latest CVS devel build.

kegobeer

There are issues with the browsable batch-add functionality, depending on the way the server is set up.  There is already a thread on this issue.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots