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

Student Conduct #9

Open
packerdency opened this issue Nov 28, 2020 · 3 comments
Open

Student Conduct #9

packerdency opened this issue Nov 28, 2020 · 3 comments

Comments

@packerdency
Copy link

I have installed the app multiple time but when ever i try to enter student conduct i get this error Error Message!
Ooops Database Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tcom_fi' in 'field list'
and it is affecting every thing that has to do with results, please @igweze kindly help

@packerdency
Copy link
Author

I was able to figure it out, a particular column was missing in the db

@igweze
Copy link
Owner

igweze commented Mar 8, 2021

@packerdency So sorry for the late reply.

Please, contribute your result here to help others.

Don't forget to star/like my project if you like it above. Thanks

Best Regards

@igweze
Copy link
Owner

igweze commented Jul 30, 2021

Please, if you are experiencing this error, run this SQL queries below to solve it

ALTER TABLE nur_wizgrade_class_one_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE nur_wizgrade_class_two_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE nur_wizgrade_class_three_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_one_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_two_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_three_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_four_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_five_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

ALTER TABLE pri_wizgrade_class_six_remark ADD tcom_fi VARCHAR(100) NULL AFTER princ_th, ADD tcom_se VARCHAR(100)
NULL AFTER tcom_fi, ADD tcom_th VARCHAR(100) NULL AFTER tcom_se;

Best Regards

@igweze igweze mentioned this issue Nov 22, 2021
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