Change WordPress user roles and capabilities › Forums › Bug Reports › plugin-update-checker.php › Reply To: plugin-update-checker.php
15/02/2016 at 23:02
#1997
Vladimir
Keymaster
Hello,
This part was not changed from a very begin. Method PucFactory::addVersion() is defined at the same file, line #1041. I suppose you may have installed another version of class PucFactory, as it’s defined here just in condition that it does not exist yet, line #963:
if ( !class_exists('PucFactory') ):
Could you please check, what other plugin causes this conflict?