ProjectsAndPrograms / school-management-system

PHP School management system developed for schools or small institutes.
37 stars 18 forks source link

I can’t upload any data, and I get an error when trying to add new students, teachers, or other information, #1

Open bilalnoob opened 4 months ago

bilalnoob commented 4 months ago

Fatal error: Uncaught mysqli_sql_exception: Field 'request_date' doesn't have a default value in /opt/lampp/htdocs/project/school-management-system-main/assets/addStudent.php:80 Stack trace: #0 /opt/lampp/htdocs/project/school-management-system-main/assets/addStudent.php(80): mysqli_stmt_execute(Object(mysqli_stmt)) #1 {main} thrown in /opt/lampp/htdocs/project/school-management-system-main/assets/addStudent.php on line 80

ProjectsAndPrograms commented 3 months ago

Reason - The main reason for this error is that the request date does not have a default value. As a result, when entering data into the table, the data is not set properly and does not satisfy the table structure.

Solution -

Conclusion - The project was built on PHP version 8.1 and is designed to run in its native environment. Making changes could affect its performance on other platforms. Therefore, we recommend trying to run the project on a different platform where it should work perfectly.

Help - If you need any assistance, feel free to reach out to us.