forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: biellebrunner on May 15, 2015, 06:21:36 am

Title: 1.5.36: Fatal error: Call to undefined function cpg_normalize_path() ...
Post by: biellebrunner on May 15, 2015, 06:21:36 am
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:

Code: [Select]
if (strpos(cpg_normalize_path($folder), rtrim($CONFIG['fullpath'], '/')) !== 0) {

    $folder = rtrim($CONFIG['fullpath'], '/').$folder_sep;

}

What's the matter?
Title: Re: 1.5.36: Fatal error: Call to undefined function cpg_normalize_path() ...
Post by: Αndré on May 29, 2015, 10:03:43 pm
Please update all Coppermine files as described in the upgrade docs, especially include/functions.inc.php.