ridwanskaterock / cicool

Cicool is a multifunctional application that is used to facilitate your work in creating a system, CMS, E-Comerce and others
20 stars 13 forks source link

Error helpers/app_helper.php line 524 #499

Open ridwanskaterock opened 2 years ago

ridwanskaterock commented 2 years ago

return directory_map given null

in application/helpers/app_helper.php line 524 replace this line

from

foreach ($path_items as $path_item => $sub_path_item) {

to

foreach ((array)$path_items as $path_item => $sub_path_item) {

by adding (array)