openSIS-Classic
openSIS-Classic copied to clipboard
Data Import Utility Issue?
Does anyone know what to do? I tried going onto PHPMyAdmin and entering staff and students that way and they aren't showing up on the OpenSIS side? Thank you if you know what the issue is.
Just use an Excel sheet. On the first row have the column headers without spaces or special characters. The second row onwards have the data. Map the fields and import it.
Alright, thank you for your help! Next question is where to import it into? I thought on this screen there was a staff and student import button? But I didn't see anything. I also get a error for when I did a data backup report?
It looks like your PHP version is missing the zip extension. I see that you are using windows and if you have gotten this far, you must have PHP8+. I recommend adding extension=php_zip.dll
to your php.ini file.
Reference php documentation - zip installation