Welcome Guest, Not a member yet? Register   Sign In
Trying to show a single blog post
#26

[eluser]cahva[/eluser]
@deczo
We have already narrowed this problem not being the model. The uri doesnt work for some reason.

That said, how did you test this?

Create a test controller:
Code:
class Test extends Controller {

    function __construct()
    {
        parent::__construct();
        
    }
    
    function index()
    {
        redirect('test/testme/something');
    }
    
    function testme($param = FALSE)
    {
        $this->output->enable_profiler(TRUE);
    }

}

..and point your browser to http://localhost/your_app/index.php/test.../something (theres also index function that will redirect to that same address).


Messages In This Thread
Trying to show a single blog post - by El Forum - 05-20-2010, 06:53 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 06:56 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 07:26 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 09:53 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 10:00 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 10:01 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 10:01 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 11:23 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 11:32 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 11:49 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 11:58 AM
Trying to show a single blog post - by El Forum - 05-20-2010, 12:10 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 12:24 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 12:53 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 12:58 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 01:10 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 01:15 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 01:23 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 01:29 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 03:15 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 05:17 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 05:33 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 05:46 PM
Trying to show a single blog post - by El Forum - 05-20-2010, 05:57 PM
Trying to show a single blog post - by El Forum - 05-21-2010, 12:51 AM
Trying to show a single blog post - by El Forum - 05-21-2010, 01:34 AM
Trying to show a single blog post - by El Forum - 05-21-2010, 07:44 AM
Trying to show a single blog post - by El Forum - 05-22-2010, 06:02 AM
Trying to show a single blog post - by El Forum - 05-24-2010, 09:04 AM
Trying to show a single blog post - by El Forum - 05-24-2010, 10:10 AM
Trying to show a single blog post - by El Forum - 05-24-2010, 12:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB