Cpmfetch problem Cpmfetch problem
 

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

Cpmfetch problem

Started by xLea, April 30, 2013, 05:31:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xLea

Hello, when I was installing Coppermine I got this error message: 'Deprecated: Function split () is deprecated in / home/content/80/10411980/html/cpmfetch/install.php on line 312' can you help me please?

phill104

http://php.net/manual/en/function.split.php

What that is saying is that the function still works but you can simple re-code the line to the new way of doing things in PHP5.3 or later. Another option is to turn of the reporting of the error using your php.ini file.
It is a mistake to think you can solve any major problems just with potatoes.