Welcome Guest, Not a member yet? Register   Sign In
HMVC Modules
#2

[eluser]bralens[/eluser]
Hello
I'm using this extension with Datamapper.

Everything forks fine but when i use
Code:
$this->load->controller('address/streets/view');
and within called controller use
Code:
$street = new Street();
$street->get_by_id(1); // here is problem
i get fatal error: HTTP error 500 (Internal Server Error)

if i access function directly with url, then everything works like it should.


Messages In This Thread
HMVC Modules - by El Forum - 01-11-2012, 04:06 AM
HMVC Modules - by El Forum - 05-01-2012, 12:22 AM
HMVC Modules - by El Forum - 05-01-2012, 01:49 AM
HMVC Modules - by El Forum - 05-01-2012, 05:46 AM
HMVC Modules - by El Forum - 05-01-2012, 03:15 PM
HMVC Modules - by El Forum - 06-20-2012, 12:18 AM
HMVC Modules - by El Forum - 12-14-2012, 09:22 AM
HMVC Modules - by El Forum - 12-14-2012, 07:58 PM
HMVC Modules - by El Forum - 12-14-2012, 08:31 PM
HMVC Modules - by El Forum - 12-14-2012, 08:57 PM
HMVC Modules - by El Forum - 12-14-2012, 10:57 PM
HMVC Modules - by El Forum - 12-14-2012, 11:50 PM
HMVC Modules - by El Forum - 12-15-2012, 01:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB