Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 21, 2024 · 1 comment

Comments

@bilalnoob
Copy link

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
Copy link
Owner

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 -

  • Add a default value to the column causing the error, such as NULL or an empty string ('').
  • You can manually change it from your phpMyAdmin dashboard.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants