line : 56
phocacommander version 3.0.2
joomla version 3.7.2
PHP 7.1.6
This warning appear when PHP warnings and erros enabled. My suggest is add one line between 54 and 55 to change variable type.
Code: Select all
if ($data = JApplicationHelper::parseXMLInstallFile($folder.DS.$xmlfile)) {
>>> $xml_items=[];
foreach($data as $key => $value) {