Database Error on New Admission Page

Hi Gibbons; I’m trying out the new admission page and is giving me errors with the database. I made a form for student admission with customized fields and another with the fields available in the Form Builder and both gave me the same error when trying to select the form. I tried the original one and it works perfectly but that one has some fields that I need to remove or change as well as missing some that I need. Thanks for the help you can give me.

I’ve been trying to verify the code a little and it seems that the insert function in the modules/admissions/applications_manage_addSelectProcess.php is returning empty. I haven’t got deeper yet but if someone can help me I will be glad. Thank you all.

Just an update on the error, I get this in the log file when I tried to add it again.

PHP Warning: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'accessExpiry' in 'field list' in ../src/Database/Connection.php on line 194

I check the mysql table and notice that the field is named ‘timestampTokenExpire’ instead of ‘accessExpiry’. Can this fix my error? Which one should be the correct one? I’m new to the system and to my PHP skills. :slight_smile: Thank you.