Questions tagged [hmvc-codeigniter]

19 questions
0
votes
1 answer

view file is not load in codeigniter

store_items controller load->library('session'); …
user9811480
0
votes
0 answers

i m not able to load the view file in codeigniter

this is store_items controller load->library('session'); …
0
votes
2 answers

codeigniter HMVC issue

I installed the codeigniter HMVC plugin and it's working fine for me but when I try to load any plugin I get the error An Error Was Encountered Unable to locate the file: captcha_pi.php Even if this file exists. I added one more plugin but it's…
user382538
-1
votes
1 answer

CodeIgniter +HMVC error

1st-time setup CodeIgniter HMVC. when I run the code I face this error. An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: …
1
2