Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Exception errors on live server
Post: Exception errors on live server

I have a little problem on how to structure the issues I am currently having: I have this admin portal that I generally use for clients, It works perfectly well on localhost and I have successfully...
1,060 Views
0 Replies
11-19-2020, 03:40 AM
ebuoe
    Thread: Decrypting: authentication error when using the encryption library
Post: RE: Decrypting: authentication error when using th...

Just to add , using base64_encode and base64_decode does not work for me
3,774 Views
3 Replies
08-12-2020, 06:16 AM
ebuoe
    Thread: Encrypter class error
Post: RE: Encrypter class error

zoom360 Wrote: (07-20-2020, 12:16 AM) -- I have used encrypter class: Code: -- $this->encrypter = \Config\Services::encrypter(); $abc = 'abc/def/ghi'; $encrypt = $this->encrypter->encrypt($ab...
2,310 Views
3 Replies
08-12-2020, 05:22 AM
ebuoe
    Thread: Decrypting: authentication error when using the encryption library
Post: RE: Decrypting: authentication error when using th...

InsiteFX Wrote: (08-11-2020, 04:03 AM) -- You should use base64_encode() and base64_decode() methods. PHP Code: -- $this->encrypter->encrypt(base64_encode($var)); $encrypter->decrypt(base64_de...
3,774 Views
3 Replies
08-12-2020, 03:08 AM
ebuoe
  Smile Thread: Decrypting: authentication error when using the encryption library
Post: Decrypting: authentication error when using the en...

Hello friends, I am currently trying to use the encryption library on Codeigniter 4 (I am not using it for passwords :)  ). When i use the $this->encrypter->encrypt($var) , it seems to work, cus I ...
3,774 Views
3 Replies
08-10-2020, 02:15 PM
ebuoe
    Thread: CodeIgniter 4 Foundations Book
Post: RE: CodeIgniter 4 Foundations Book

kilishan Wrote: (06-30-2020, 12:05 PM) -- Slow going I'm afraid. Life is a bit over-full at the moment. I about have all of the "free" content done, but haven't gotten into the meat of it yet. -- ...
12,569 Views
11 Replies
08-02-2020, 12:43 AM
ebuoe
    Thread: Form submission not picking up URL route
Post: Form submission not picking up URL route

Hello , I have created a route for my admin sign in page as described below :  Code: -- $routes->get('/control_panel/request_access', "Admin_portal\Access_control::grant_access"); -- From the...
3,259 Views
2 Replies
03-08-2020, 08:44 AM
ebuoe
    Thread: Removing index.php from public folder to root folder
Post: Removing index.php from public folder to root fold...

Hello everyone, I was having problems removing "public" from my url , I saw a suggestion online to move the index.php from the public folder to the root folder and edit the following code from: ...
1,871 Views
1 Replies
03-01-2020, 03:38 AM
ebuoe
    Thread: URL routing for methods with parameters leads to 404 error
Post: URL routing for methods with parameters leads to 4...

Hello everyone, I'm an experienced codeigniter 3 user trying to transition into codeigniter 4, and  i have this issue that has been bugging me all day. Below is a route defined for  a class Acce...
1,497 Views
1 Replies
03-01-2020, 03:25 AM
ebuoe

Theme © iAndrew 2016 - Forum software by © MyBB