Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi Babynus,
When I import activity form is faulty , I can send the log file . Thanks Babynus help with .
2015-04-06 16:03:00 ** ERROR ** on file 'C:xampphtdocsimp3toolprojeqtor.php' at line (2158)
2015-04-06 16:03:00 ** ERROR ** cause = Undefined offset: 2
2015-04-06 16:09:22 ===== TRACE ===== Importation : File type CSV
2015-04-06 16:09:22 ===== TRACE ===== File Name : ../files/attach/importtemp1.csv
2015-04-06 16:09:22 ** ERROR ** ERROR **
2015-04-06 16:09:22 ** ERROR ** on file 'C:xampphtdocsimp3toolprojeqtor.php' at line (2158)
2015-04-06 16:09:22 ** ERROR ***** cause = Undefined offset: 2
I too encountered the same problem. Problem could be two reasons?
1. Please verify the 'separator for csv files' to ',' in Global Parameters.
2. Remove NULL value from your CSV file. Instead make the cell empty and import.
Hi,
It seems you are tying to import file with date format not corresponding to your own (as defined in user parameters).
If I trust error line an error message in log, expected date format is "DD/MM/YYYY" and you provided some date without year.
NB : you can also enter dates in default format "YYYY-MM-DD"
I recorded Ticket #1664 to avoid this kind of error and return explicit message in import log.