Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

InsiteFX Wrote: (11-30-2020, 09:36 PM) -- Show us an image of your Controllers folder. The file name needs to be identical to the Controller class name. PHP Code: -- class Komik extends BaseConto...
5,947 Views
16 Replies
11-30-2020, 10:48 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

InsiteFX Wrote: (11-30-2020, 01:01 PM) -- Try these: PHP Code: -- return route_to(base_url()); return route_to(base_url('komik/')); -- -- now it have blank white screen
5,947 Views
16 Replies
11-30-2020, 06:52 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

mylastof Wrote: (11-29-2020, 06:20 AM) -- I want to see complete file structure, is possible? -- i think thats all, its any file you want to see?
5,947 Views
16 Replies
11-29-2020, 07:44 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

neoneeco Wrote: (11-29-2020, 03:45 AM) -- What if : return redirect()->to(base_url()); return redirect()->to(base_url('komik/')); try and see did you try other things ? -- i tested to use r...
5,947 Views
16 Replies
11-29-2020, 07:34 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

InsiteFX Wrote: (11-28-2020, 03:31 AM) -- Take off all the beginning / slashes and it should work. PHP Code: -- $routes->get('/', 'pages::index'); $routes->get('komik/', 'Komik::index'); $rou...
5,947 Views
16 Replies
11-28-2020, 08:02 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

neoneeco Wrote: (11-27-2020, 01:33 PM) -- in the routes.php : PHP Code: -- $routes->get('/', 'pages::index'); $routes->get('/komik/create', 'komik::create'); $routes->get('/komik/(:segment)'...
5,947 Views
16 Replies
11-27-2020, 08:00 PM
upnormal
    Thread: localhost send an invalid response
Post: RE: localhost send an invalid response

neoneeco Wrote: (11-27-2020, 03:08 AM) -- Hi where is the route /komik in your routes file ? -- you mean file location? in app/Controllers/komik
5,947 Views
16 Replies
11-27-2020, 04:54 AM
upnormal
    Thread: localhost send an invalid response
Post: localhost send an invalid response

hello there, im just learning codeigniter 4 from youtube "web programming unpas". so im followed his course to create form with post method to insert data. after insert the data succesfully, it wi...
5,947 Views
16 Replies
11-26-2020, 07:07 PM
upnormal

Theme © iAndrew 2016 - Forum software by © MyBB