Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: lastlogin shield
Post: lastlogin shield

I'm trying to get the latest shield login. I do the following: PHP Code: -- $tmpUser = auth()->getProvider(); $user = $tmpUser->findById($users[$i]->id); $lastLogin = $user->lastLogin(); $tm...
787 Views
1 Replies
06-04-2023, 05:46 PM
destor77
    Thread: chmod(): Operation not permitted
Post: RE: chmod(): Operation not permitted

Impossible, in the end I ended up installing xampp, the strange thing is that I have the problem with wsl2 and codeigniter, for my work I can use wsl without problems with pure php.
1,909 Views
7 Replies
05-23-2023, 03:31 PM
destor77
    Thread: chmod(): Operation not permitted
Post: chmod(): Operation not permitted

I am having problems with CI4 in wsl2. When I try to login with codeigniter shield it returns this message: https://i.postimg.cc/NM8pLBnG/Error-Exception.png The permissions on the folder I think ar...
1,909 Views
7 Replies
05-21-2023, 06:42 PM
destor77
    Thread: ArgumentCountError Too few arguments to function ::__construct()
Post: RE: ArgumentCountError Too few arguments to functi...

thanks!
2,058 Views
2 Replies
05-20-2023, 07:02 AM
destor77
    Thread: ArgumentCountError Too few arguments to function ::__construct()
Post: ArgumentCountError Too few arguments to function :...

I am trying to implement hexagonal architecture in CI4, I want to make a method to save in the database which actions were executed, for this I am doing the following: app/PunkCore/Shared/Interfaces/...
2,058 Views
2 Replies
05-15-2023, 04:18 PM
destor77

Theme © iAndrew 2016 - Forum software by © MyBB