Error on loading plugin page foreach(glob
-
PHP Warning: Invalid argument supplied for foreach() in <Path on Server>\wp-content\plugins\wp-advanced-importer\lib\skinnymvc\controller\base\SkinnyBaseController.php on line 304
Line 304: foreach(glob($pattern) as $class_filename) {
private function require_once_many($pattern)
{
foreach(glob($pattern) as $class_filename) {
require_once($class_filename);
}
}I am running WP on Windows Server. with PHP 5.2x
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error on loading plugin page foreach(glob’ is closed to new replies.