KevinTheJedi
Hi Kevin, I know that I'm on my own.. it wasn't either a complain or bug posting 🙂
Maybe someone know the differences in plugin structure from a version to another and could give me an hint...
getStaffMembers works until I got the plugin activated.. I populate a select with those values in the plugin config page, until I turn it on.. then boom! It doesn't work anymore making all the system respond with a white page.
considering this block of instructions inside my config.php getOptions
$agents = Staff::getStaffMembers();
$topics = Topic::getHelpTopics();
$format = $format ?: $cfg->getAgentNameFormat();
on row 1050 of class.staff there is that comparison, $cfg here is null.. how is that possible if in the previous row there is global $cfg?
There is only one instance configurated in my plugin-instance page. (the upgrader originally creates three)
I'll dig it out in a test environment but in the meantime if someone knows why it happens it would be sooo nice to be hinted
Thanks a lot