Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Randomly auto logout
Post: Randomly auto logout

I am facing random logout in my ci 4 application. It's like just login and click a menu and auto logout (back to login page) and sometimes i can click 2 until 3 menus and then directly logout again. ...
364 Views
0 Replies
10-07-2022, 09:55 AM
Kohryu
    Thread: Compress image with ci 4 library removes png transparency and Incorrect APP1 Exif
Post: RE: Compress image with ci 4 library removes png t...

paulbalandan Wrote: (01-28-2021, 11:04 AM) -- If you are using v4.0.4 or below, there has already been a fix for this exif error in the develop branch. The next release will fix this. -- Noted with...
1,892 Views
2 Replies
01-28-2021, 11:58 AM
Kohryu
    Thread: Full tutorial how to use ImageMagick in CI 4
Post: Full tutorial how to use ImageMagick in CI 4

Anyone has full tutorial, how to use ImageMagick in CI 4? i really don't understand how to use it
803 Views
0 Replies
01-28-2021, 12:30 AM
Kohryu
    Thread: Compress image with ci 4 library removes png transparency and Incorrect APP1 Exif
Post: Compress image with ci 4 library removes png trans...

I am using compress image from codeigniter 4 library with below code : Code: -- \Config\Services::image()->withFile($this->request->getFile('storeimage'))->reorient()->save('images/store/test.png', ...
1,892 Views
2 Replies
01-27-2021, 12:08 AM
Kohryu
    Thread: Using the form validator with AJAX
Post: RE: Using the form validator with AJAX

If all elements are wrapped in form, you can use like this : if(!$('#form-id')[0].checkValidity()){ document.querySelector('#form-id').reportValidity(); return false; }
1,484 Views
2 Replies
01-25-2021, 11:57 PM
Kohryu

Theme © iAndrew 2016 - Forum software by © MyBB