Welcome Guest, Not a member yet? Register   Sign In
Bugs in Tutorial CI4
#4

(This post was last modified: 06-18-2025, 07:58 AM by michel42.)

hmm, when I want to Route '/' to welcome_message, I use in Routes "$routes->get('/', 'Home::index');"
But then it always crashes when I use methode save in "news/new" View
If I remove "$routes->get('/', 'Home::index');" like in Tutorial, what do I need to add to Routes to load welcome_message as default for "/"

Sorry, I'm very Newbie

got it !!
in routes I added
use App\Controllers\Home;
that's it Smile
Missing that in Tutorial or not seen
Reply


Messages In This Thread
Bugs in Tutorial CI4 - by michel42 - 06-17-2025, 04:24 AM
RE: Bugs in Tutorial CI4 - by InsiteFX - 06-17-2025, 09:03 PM
RE: Bugs in Tutorial CI4 - by michel42 - 06-18-2025, 02:00 AM
RE: Bugs in Tutorial CI4 - by michel42 - 06-18-2025, 07:34 AM
RE: Bugs in Tutorial CI4 - by InsiteFX - 06-18-2025, 09:31 PM
RE: Bugs in Tutorial CI4 - by michel42 - 06-19-2025, 12:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB