Hi @ryancramerdesign - this has started happening (one of the recent dev changes) on a site where I pull in data from another PW instance using new ProcessWire()
I'm not sure potentially how many fields this might affect, but you might need to add a class_exists() check before things like: require_once(__DIR__ . '/RepeaterField.php');
Hi @ryancramerdesign - this has started happening (one of the recent dev changes) on a site where I pull in data from another PW instance using
new ProcessWire()I'm not sure potentially how many fields this might affect, but you might need to add a
class_exists()check before things like:require_once(__DIR__ . '/RepeaterField.php');