(05-16-2015, 06:02 AM)Muzikant Wrote: Another blind guess - When you created new controller, you probably make it by copying content from your main controller. Did you rename controller class as well?
For example in your Student.php file could be the wrong class name:
PHP Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Home extends CI_Controller {
"class Home extends CI_Controller {"
Please take a look at my main post. As I said before-
Quote:It is working without any error on my localhost
so there is no chance for this type of error.
"Who thinks in code"
Perfectly describes who I am
mbparvez.me