Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: $model->update([], ['column' => NULL]) set the whole table column to null
Post: RE: $model->update([], ['column' => NULL]) set the...

@"kenjis" @"iRedds" Thanks for your feedbacks.
949 Views
3 Replies
12-08-2022, 01:45 AM
eelisland
    Thread: $model->update([], ['column' => NULL]) set the whole table column to null
Post: $model->update([], ['column' => NULL]) set the who...

Hello, PHP Code: -- $model = model('myModel'); $model->update([], ['column' => NULL]); -- If the first argument is an empty array, the entire table is affected, is it the normal behavior ? ...
949 Views
3 Replies
12-06-2022, 02:28 PM
eelisland
    Thread: Content Security Policy with config autoNonce = false;
Post: RE: Content Security Policy with config autoNonce ...

Hi, Thanks for the PR, will take a look asap edit: PR fixed my issue, thank you
1,880 Views
4 Replies
09-23-2022, 06:57 AM
eelisland
    Thread: Content Security Policy with config autoNonce = false;
Post: RE: Content Security Policy with config autoNonce ...

Thank you for your feedback.
1,880 Views
4 Replies
09-16-2022, 01:19 AM
eelisland
    Thread: Content Security Policy with config autoNonce = false;
Post: Content Security Policy with config autoNonce = fa...

With PHP Code: -- public $autoNonce = false; -- Browser console don't report anymore error, for example this should report errors PHP Code: -- some js code -- I've tested in developpemen...
1,880 Views
4 Replies
09-14-2022, 09:44 AM
eelisland
    Thread: Restrict access to files in public subfolder with httpd mod_rewrite
Post: RE: file access with httpd rewritemap

I opened a post on stackoverflow solved with the help of Anubhava Stackoverflow (https://stackoverflow.com/questions/73025602/rewritemap-to-url-with-spaces) I post here the solution: My Virtual host...
746 Views
1 Replies
07-19-2022, 07:28 AM
eelisland
    Thread: Restrict access to files in public subfolder with httpd mod_rewrite
Post: Restrict access to files in public subfolder with ...

Hi, I have installed CI4 in a subfolder /test/ following This post (https://forum.codeigniter.com/post-378616.html) Using rewritemap and CI4 i'm trying to: - give access to file in folder if quer...
746 Views
1 Replies
07-18-2022, 11:25 AM
eelisland
    Thread: Curl User Agent question about documentation
Post: RE: Curl User Agent question about documentation

Thank you for your feedback Kenjis. EDIT: I realise you are using a slightly different syntaxe with the 'use_agent' that i did not realise on first read. You syntaxe fix my issue, thanks for ...
1,263 Views
2 Replies
03-07-2022, 02:28 AM
eelisland
    Thread: Curl User Agent question about documentation
Post: Curl User Agent question about documentation

Hi, According to documentation Here (https://www.codeigniter.com/user_guide/libraries/curlrequest.html?highlight=curl#user-agent) the syntaxe to specify a user agent is Code: -- 'user_agent' =>...
1,263 Views
2 Replies
03-06-2022, 02:19 PM
eelisland
    Thread: [Myth Auth] php spark publish:auth, Entity probleme
Post: RE: [Myth Auth] php spark publish:auth, Entity pro...

Thanks it works as described in the link from my previous post App\Entities\User PHP Code: --
3,081 Views
4 Replies
09-10-2021, 04:24 AM
eelisland
    Thread: [Myth Auth] php spark publish:auth, Entity probleme
Post: RE: [Myth Auth] php spark publish:auth, Entity pro...

Hello InsiteFx thanks for your answer, yes every documents in the /docs folder from GitHub. Do you think i should create an Entity myself like described here ? Extending.md (https://github.com/l...
3,081 Views
4 Replies
09-10-2021, 04:04 AM
eelisland
    Thread: [Myth Auth] php spark publish:auth, Entity probleme
Post: [Myth Auth] php spark publish:auth, Entity problem...

I've used php spark auth:publish on the latest version of Myth Auth, folder and file app\Entities\User.php is properly created but modification of the file has no effect, modification of Entity file i...
3,081 Views
4 Replies
09-09-2021, 11:14 PM
eelisland
    Thread: Entity auto convert column to time instance on joined table ?
Post: RE: Entity auto convert column to time instance on...

Thanks Paul it works I used the php spark publish:auth from Myth Auth, but modification in App\Entity\User have no effect, modifiying the Myth\Auth\Entities works fine. I'm not very experimented wit...
2,694 Views
3 Replies
09-09-2021, 02:59 AM
eelisland
    Thread: Entity auto convert column to time instance on joined table ?
Post: Entity auto convert column to time instance on joi...

Can an Entity class convert to time instance a joined table column ? i use this query below and want the auth_logins.date to be converted to Time instance if possible PHP Code: -- $model = model(U...
2,694 Views
3 Replies
09-08-2021, 04:29 AM
eelisland
    Thread: Hack attempts
Post: RE: Hack attempts

I recently configured fail2ban so it's still very fresh in my mind, this is the configuration i end up with: Learn the basics of fail2ban with some tutorials, the one on Debian Wiki are well explai...
19,432 Views
7 Replies
03-05-2021, 02:16 AM
eelisland
    Thread: Add new functions to Redis Handler
Post: RE: Add new functions to Redis Handler

Hello Tgix and Thank you, it works ! :)
2,293 Views
3 Replies
02-24-2021, 02:11 AM
eelisland
    Thread: Add new functions to Redis Handler
Post: Add new functions to Redis Handler

What is the proper way to add thoses function to the Redis Handler whithout writing it in the System\Cache\Handlers\RedisHandler.php file ? PHP Code: -- public function getKeys( string $keys = "*...
2,293 Views
3 Replies
02-23-2021, 10:03 AM
eelisland
    Thread: setLocale() doesn't change the language set by browser
Post: RE: setLocale() doesn't change the language set by...

Hello, I know this thread is a little bit old but have faced the same problem in CI4, i'm not an expert, solved it this way Have created a filter in App\Filters\Locale.php PHP Code: --
9,034 Views
4 Replies
01-10-2021, 11:51 AM
eelisland

Theme © iAndrew 2016 - Forum software by © MyBB