![]() |
CI3 Tutorial Help Needed - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CI3 Tutorial Help Needed (/showthread.php?tid=74924) |
CI3 Tutorial Help Needed - tspowell001 - 11-25-2019 Hi, I've been working through the CI3 tutorial. I need help tracking down what I've done wrong. When I go to the form to create a news item and click the button I get '404 Page Not Found Error,' and the URL looks like this: http://localhost/codeigniter3/index.php/news/localhost/index.php/news/create I was expecting the URL to look like this: http://localhost/codeigniter3/input.php/create, but even if I type in the previous URL, I still receive the 404 error page. I've also looked at the database and no entries are being entered from the form submission. How can I check the database connection? Thank you Timothy RE: CI3 Tutorial Help Needed - tspowell001 - 11-25-2019 I figured out what I did wrong. I didn't have the base_url set correctly. RE: CI3 Tutorial Help Needed - php_rocs - 11-25-2019 @tspowell001, When you submit the form what is the action parameter of the form tag set to? |