forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: xLea on April 30, 2013, 05:31:35 pm

Title: Cpmfetch problem
Post by: xLea on April 30, 2013, 05:31:35 pm
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?
Title: Re: Cpmfetch problem
Post by: phill104 on April 30, 2013, 08:49:31 pm
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.