Welcome Guest, Not a member yet? Register   Sign In
Problem with routes
#4

[eluser]Tpojka[/eluser]
Remove that line from routs.php and try again.
Do you have dumb.php in application/controllers?
It should be like:
Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Dumb extends CI_Controller {//notice capital for Dumb

public function __construct(){//include construct method too
  parent::__construct();
}

public function index()
{
  
}
}


Messages In This Thread
Problem with routes - by El Forum - 11-13-2013, 03:30 AM
Problem with routes - by El Forum - 11-13-2013, 06:11 AM
Problem with routes - by El Forum - 11-13-2013, 06:55 AM
Problem with routes - by El Forum - 11-13-2013, 07:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB