Riyadhahmed / Modular-CI-ION-Auth-Grocery-AdminLte

Modularbase codeigniter Adminlte admin panel with grocery crud, ion auth and many more
MIT License
29 stars 27 forks source link

Capital letter in view name for 'all_settings()' in controller 'Settings', creates error in Linux-based hosting #3

Closed ghikmawan closed 5 years ago

ghikmawan commented 5 years ago

In the controller Settings.php, function all_settings(), the name of the view to be loaded is 'admin/settings/v_Settings', while the actual file name of the view in folder 'application/modules/admin/views/settings/' is v_settings.php. It causes an error in Linux-based hosting, when clicking the menu Settings in the app. issue

Riyadhahmed commented 5 years ago

it worked on localhost without any case-sensitive error but it wont work in live server. i forget to change this spelling. pls change to v_setting in setting controller