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

Hello all, I wonder is there any easy way to achieve putting JSON_NUMERIC_CHECK option while encoding to JSON with API Response Trait. Kind regards.
1,773 Views
2 Replies
07-22-2020, 01:33 AM
aybarsm
    Thread: Encrypter causing Failedtoparsejsonstring Exception
Post: RE: Encrypter causing Failedtoparsejsonstring Exce...

It is quite annoying that I never pass the encrypted non UTF-8 data to response. It is being handled in the model. However, I created my solution is by base64 encoding the encrypted data. Maybe add...
1,989 Views
1 Replies
07-15-2020, 05:25 AM
aybarsm
    Thread: Integrate Codeigniter 4.0.2 vs Smarty 3.1.34
Post: RE: Integrate Codeigniter 4.0.2 vs Smarty 3.1.34

Well, this is what I have done to use Smarty according to tutorials. Downloaded the Smarty to app/ThirdParty/Smarty and created following folders: writable/smarty/templates_c and writable/smarty/cach...
4,748 Views
2 Replies
07-14-2020, 09:32 AM
aybarsm
    Thread: Encrypter causing Failedtoparsejsonstring Exception
Post: Encrypter causing Failedtoparsejsonstring Exceptio...

Hello all, I would like to use encrypter service however it causes "forInvalidJSON('MalformedUTF-8...')" error. I have configured the encryption key and left provider as OpenSSL in config. Any h...
1,989 Views
1 Replies
07-14-2020, 06:34 AM
aybarsm
    Thread: set_cookie not working or am I missing something?
Post: RE: set_cookie not working or am I missing somethi...

Ok, as far as I am concerned https://github.com/codeigniter4/CodeIgniter4/issues/1393 -> the problem still persists. Yes it is possible to set cookie with redirect() however it is not possible to dele...
1,352 Views
1 Replies
03-13-2020, 01:48 AM
aybarsm
    Thread: CI4 - Module not working
Post: RE: CI4 - Module not working

Hey there, According to your path, could you please try putting both $psr4 array in Autoload.php Code: -- 'Acp' => ROOTPATH . 'acp', 'Acp\Blog' => ROOTPATH . 'acp/Blog', --
2,631 Views
3 Replies
03-13-2020, 01:38 AM
aybarsm
    Thread: set_cookie not working or am I missing something?
Post: set_cookie not working or am I missing something?

Hello all, https://forum.codeigniter.com/thread-73563.html (https://forum.codeigniter.com/thread-73563.html) => Is this an ongoing issue? I am not able to set_cookie with cookie helper and then redi...
1,352 Views
1 Replies
03-12-2020, 11:54 AM
aybarsm
    Thread: Filters only for to use in route entries
Post: Filters only for to use in route entries

Hello all, I am first time user of CodeIgniter started directly with 4.0.2. Have to say, congrats to everyone who was involved and of course thank you all. So my question: I would like to decla...
1,482 Views
1 Replies
03-11-2020, 02:56 PM
aybarsm

Theme © iAndrew 2016 - Forum software by © MyBB