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

(08-03-2015, 10:45 AM)Wouter60 Wrote: There could be an error in your application/config/routes.php file.
Which routes did you declare in that file?

The routes.php is correct.

I have solved the problem. I tried pointing my browser to http://localhost and back to http://localhost/MyProject/index.php/news but it made no difference but then I tried http://localhost/MyProject/index.php/pages/view, which worked OK and then back to http://localhost/MyProject/index.php/news, and then it worked!!

I guess there is some error in my internal cache. Thanks for all your help.

Reference to C:/xampp/htdocs/MyProject/index.php
NOTE: If you change these, also change the error_reporting() code below

Can you tell me which one of the 3 error_reporting() codes to change, and what to change it to?

error_reporting(-1);
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED);
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_USER_NOTICE);
Reply


Messages In This Thread
RE: CodeIgniter Tutorial News section - by christaliise - 08-03-2015, 10:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB