Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Multi-level routing filters not working
Post: RE: Multi-level routing filters not working

@"ozornick" , i found why "permission:users.access" filter not work for child route "admin-users". This is because the parent group filter overwrites the filter arguments. In my example - permission f...
791 Views
8 Replies
12-11-2024, 07:48 AM
WitER
    Thread: Multi-level routing filters not working
Post: RE: Multi-level routing filters not working

ozornick Wrote: (12-01-2024, 09:26 PM) -- See in console or test controller command(): spark routes spark filter:check /users https://codeigniter.com/user_guide/incoming/filters.html#spark-filter-...
791 Views
8 Replies
12-02-2024, 04:49 AM
WitER
    Thread: Multi-level routing filters not working
Post: RE: Multi-level routing filters not working

InsiteFX Wrote: (11-29-2024, 10:29 PM) -- !Important Since v4.5.0, Multiple Filters are always enabled. Prior to v4.5.0, Multiple Filters were disabled by default. If you want to use with prior to v...
791 Views
8 Replies
11-30-2024, 03:36 AM
WitER
    Thread: Multi-level routing filters not working
Post: RE: Multi-level routing filters not working

InsiteFX Wrote: (11-28-2024, 09:55 PM) -- Code: -- For this to work you have to enable multiple filters in Config/Feature.php -- PHP Code: -- public bool $multipleFilters = true; -- -- It's n...
791 Views
8 Replies
11-29-2024, 03:35 AM
WitER
    Thread: Multi-level routing filters not working
Post: Multi-level routing filters not working

Good day! I want restrict routing groups by shield permissions , but filter working only for parent group. In children groups permission filter not working. Where my bad? CI 4.5.5 \ Shield 1.1.0 PHP...
791 Views
8 Replies
11-27-2024, 11:14 PM
WitER
    Thread: Shield Not Displaying error messages on invalid username and password
Post: RE: Shield Not Displaying error messages on invali...

At the moment, I have come to the conclusion that the problem with resetting flash messages in a session when redirecting is being reproduced due to the injection of Kint code into the response body. ...
990 Views
4 Replies
05-27-2024, 10:35 AM
WitER
    Thread: Shield Not Displaying error messages on invalid username and password
Post: RE: Shield Not Displaying error messages on invali...

I think the problem is related to the user's redirect method. I tried to repeat the problem with the default Home controller. The problem repeats if I use the same redirection principle as in Shield...
990 Views
4 Replies
05-26-2024, 10:33 AM
WitER
    Thread: Shield Not Displaying error messages on invalid username and password
Post: RE: Shield Not Displaying error messages on invali...

datamweb Wrote: (05-22-2024, 09:47 PM) -- Enable the debugging tool(CI_ENVIRONMENT = development). Go to the Vars tab. See if there is a value for the error variable. If the error value is dis...
990 Views
4 Replies
05-26-2024, 04:23 AM
WitER
    Thread: Cache wildcards - Find / delete all cache starting with prefix
Post: RE: Cache wildcards - Find / delete all cache star...

Hello, that great idea. You can use as example my code for CI3 https://github.com/WitER/codeigniter-wildcard-cache
6,588 Views
4 Replies
04-09-2021, 12:23 PM
WitER

Theme © iAndrew 2016 - Forum software by © MyBB