CodeIgniter Shield – Problem with email field in database
i trying to make simple user management and login system. From CodeIgniter shield documentation it seems possible to make email as optional parameter by do some config in Auth.php but it seems that not possible based on database structure configuration which from the setup migration config it set as unique and not nullable field. Is there any configuration i miss or the only way is make new migration to modify the field? Also, will this impact soft delete feature because the unique parameter in the email field?
Uncaught: SyntaxError: Unexpected token ‘<' using Codeingiter
I can’t find the error, when i check in Console in Chrome it’s show this error
his is error message. This is not affecting to system, but it’s bothering me when i checking in console.
CODEIGNITER: I want to automatic select the [closed]
Closed 3 days ago.
Trouble about upload APK file in Codeigniter 3
I have trouble when i’m upload apk file on codeigniter 3,
Session Timeout Issue in CodeIgniter 4
I’m working on a CodeIgniter 4 project using the Shield authentication library. I’ve encountered an issue where user sessions are logging out after a short period of time, even though I’ve extended the session expiration time.
CodeIgniter: Filetype not allowed
I want to upload a video or mp4 file type.
The backend
how to enter the same input values in one column
I want to ask how to enter the same input values in one column
how to fix it (A PHP Error was encountered Severity: Warning Message: Undefined array key “kapasitas”
A PHP Error was encountered Severity: Warning Message: Undefined array key “kapasitas” Filename: Admin/data_trip.php Line Number: 75
Get latest Codeigniter version number from official website using php code
I want to get the latest version number of Codeigniter from official website to check if equals with my current Codeigniter version of my app. I want to do this so I can show a message or email myself a text that warns me that framework needs upgrade.
CodeIgnitor $_POST empty on requests with different parameters
I am trying to debug a problem with an application in CI. I have experience in PHP but not with CI. This app was written by someone else. It has been running untouched for the past 4 years. In the past 10 days it started returning errors. I traced it down to a controller. It starts by checking the parameters. These include values plus an attached file and are sent using multipart/form-data.