Welcome Guest, Not a member yet? Register   Sign In
Installation of HMVC Failed
#2

There is a bug in the lastest download of HMVC component. The line 300 in Loader.php in MX folder should be"
======================================================
return (method_exists($this, '_ci_object_to_array') ? $this->_ci_load(array('_ci_view' => $view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)) : $this->_ci_load(array('_ci_view' => $view, '_ci_vars' => $this->_ci_prepare_view_vars($vars), '_ci_return' => $return)));
======================================================
I modified this in my copy and the error is resolved. I am not who i should inform about this bug. Please advise.
Reply


Messages In This Thread
Installation of HMVC Failed - by murugappan - 02-24-2020, 11:55 PM
RE: Installation of HMVC Failed - by murugappan - 02-25-2020, 06:05 AM
RE: Installation of HMVC Failed - by InsiteFX - 02-25-2020, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB