1.5.36: Fatal error: Call to undefined function cpg_normalize_path() ... 1.5.36: Fatal error: Call to undefined function cpg_normalize_path() ...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

1.5.36: Fatal error: Call to undefined function cpg_normalize_path() ...

Started by biellebrunner, May 15, 2015, 06:21:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

biellebrunner

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?

ΑndrĂ©

Please update all Coppermine files as described in the upgrade docs, especially include/functions.inc.php.