Welcome Guest, Not a member yet? Register   Sign In
Consistent 404 after initial success
#5

[eluser]mglinski[/eluser]
Wow, way to miss a critical piece of information. You need a class constructor for controlers and models:
Code:
<?php
class Names extends Controller{
function Names()
{
parent::Controller();
}

function index()
{
echo "Hello World";
}
}

?>
That should fix it.
-Matt


Messages In This Thread
Consistent 404 after initial success - by El Forum - 06-16-2008, 09:50 AM
Consistent 404 after initial success - by El Forum - 06-16-2008, 10:13 AM
Consistent 404 after initial success - by El Forum - 06-16-2008, 10:30 AM
Consistent 404 after initial success - by El Forum - 06-16-2008, 04:44 PM
Consistent 404 after initial success - by El Forum - 06-16-2008, 07:31 PM
Consistent 404 after initial success - by El Forum - 06-17-2008, 03:00 AM
Consistent 404 after initial success - by El Forum - 06-17-2008, 03:03 AM
Consistent 404 after initial success - by El Forum - 06-17-2008, 03:14 AM
Consistent 404 after initial success - by El Forum - 06-17-2008, 03:46 AM
Consistent 404 after initial success - by El Forum - 06-17-2008, 04:07 AM
Consistent 404 after initial success - by El Forum - 06-17-2008, 05:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB