I am trying to import a list of new projects into ProjeQtor using a CSV file or the XLSX and I keep having error messages.
When I try to import the file using CSV I received the following error message
Invalid controls.
the field 'name' is mandatory
the field 'type' is mandatory
the field 'status' is mandatory
Please see attached image
If I try to import the projects by XLSX, I receive the following error
Fatal error: Class 'ZipArchive' not found in /home/iconicprod/public_html/Project-Management/external/XLSXReader/XLSXReader.php on line 44
I have attached the images and the files, in the hope you can tell me what I am doing wrong.
Your CSV separator is not correct : you'll see that all columns names are concentrated into a single one.
You used "," and ";" is expected.
You can change the expected character in global parameters.
I have changed the symbol as instructed. When i did the import, the program just shows me that spinning circle for the last 30 minutes. If I try to click somewhere else it tells me there is an ongoing enquiry and wont let me navigate anywhere else. What do i do now.
Check log file and post here errors logged
Issue with class ZipArchive confirmed.
PHP doc confirms that ZipArchive is a default existing class since PHP 5.2.0 wich is minimum version required for ProjeQtOr.
Could your check your PHP version ?
