Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Tutorial News section
#17

(08-02-2015, 11:53 AM)Wouter60 Wrote: I guess there is an autoload instruction for authentication. Check this in the file application/config/autoload.php.


PHP Code:
$autoload['libraries'] = array(...); 
If there is reference to 'authentication', remove it.

Yes, there was reference to 'authentication' and I have removed it, and now have the following;

Code:
$autoload['libraries'] = array('database', 'email', 'session', 'table');

and I've tried removing the others, BUT I now get this same result whatever is the content;

404 Page Not Found
The page you requested was not found.

The page is at application/controllers/News.php and I'm pointing my browser at http://localhost/MyProject/index.php/news
Reply


Messages In This Thread
RE: CodeIgniter Tutorial News section - by christaliise - 08-02-2015, 07:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB