Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Redirection issues
Post: RE: Redirection issues

InsiteFX Wrote: (07-11-2020, 09:40 AM) -- Can you try the developer version it may have been fixed if there was a bug etc; CodeIgniter 4 (https://github.com/codeigniter4) -- I'm already in the ...
5,471 Views
11 Replies
07-13-2020, 07:59 AM
Wickfield
    Thread: Redirection issues
Post: RE: Redirection issues

InsiteFX Wrote: (07-11-2020, 03:16 AM) -- Are you using the 4.0.3 production build of CodeIgniter or the developer version? -- Hello, I'm using production version 4.0.3
5,471 Views
11 Replies
07-11-2020, 07:57 AM
Wickfield
    Thread: Redirection issues
Post: RE: Redirection issues

InsiteFX Wrote: (07-10-2020, 11:51 AM) -- Is that method in a controller? I always use an echo and exit to step through the code to find errors. PHP Code: -- echo $whatever; exit(); -- I ...
5,471 Views
11 Replies
07-10-2020, 01:34 PM
Wickfield
    Thread: Redirection issues
Post: RE: Redirection issues

InsiteFX Wrote: (07-10-2020, 06:37 AM) -- Are you using the production version or the developer version of CodeIgniter 4? There was a problem with the developer version until they fix it, with the...
5,471 Views
11 Replies
07-10-2020, 10:06 AM
Wickfield
    Thread: Redirection issues
Post: RE: Redirection issues

marcogmonteiro Wrote: (07-10-2020, 01:24 AM) -- Can you paste your entire controller? -- Hi friend, thanks for replying. Permission.php PHP Code: --
5,471 Views
11 Replies
07-10-2020, 10:05 AM
Wickfield
    Thread: Redirection issues
Post: RE: Redirection issues

Leaving only the return redirect is still not working. PHP Code: -- public function isAllowed()     {          return redirect()->route('/');     } --
5,471 Views
11 Replies
07-09-2020, 11:22 AM
Wickfield
    Thread: Redirection issues
Post: Redirection issues

Good afternoon friends, can you help me? In other controllers I am able to work perfectly with CI4's native redirect () method, however in this method below it does not return any error and also does...
5,471 Views
11 Replies
07-09-2020, 11:13 AM
Wickfield

Theme © iAndrew 2016 - Forum software by © MyBB