I just upgraded to the latest version of Coppermine, and now my batch add doesn't work. I keep getting a "Fatal error: Call to undefined function cpg_normalize_path() in (...)/minibrowser.php on line 50"
Line 50 is:
if (strpos(cpg_normalize_path($folder), rtrim($CONFIG['fullpath'], '/')) !== 0) {
$folder = rtrim($CONFIG['fullpath'], '/').$folder_sep;
}
What's the matter?
Please update all Coppermine files as described in the upgrade docs, especially include/functions.inc.php.