Open ridwanskaterock opened 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)
return directory_map given null
in application/helpers/app_helper.php line 524 replace this line
from
to
by adding (array)