Hello,
When adding a new "Offre Fournisseur" on 8.6.0 I get the following error: SQLSTATE[42703]: Undefined column: 7 ERROR: column "taxamount" of relation "tender" does not exist LINE 1: ..., offerValidityEndDate , untaxedAmount , taxPct , taxAmount ... ^.
Hi,
I cannot reproduce on V8.1.6.
When adding a new "Offre Fournisseur" on 8.6.0
Notcie that V8.6.0 does not exist.
Please ensure you are on last stable release (V8.1.6) as we don't support older versions through the forum.
Also check for errors in log file of migration process.
Post here any error (full error please, not an extract).
Sorry I made a mistake, I am on 8.2.0 as you can see on https://ppm.sncft.com.tn/
The migration process went smoothly and I had no errors in the logs.
Can you please show full error message, as logged in projeqtor log file ?
Can you also confirm that you are using PostgreSql ?
OK inssue confirmed on PostgreSql (I had to entermaounts to generate issue)
Ticket #4216 recorded
Hello,
Sorry, I am out of office for the full logs. I will send them asap.
Yes, I am always using latest stable postgresql (also for php).
Hello, here after is the log. Also, notice some errors could be triggered by the fact we use 3 digits after the digit symbol for tunisian currency TND but projeqtor seems to accept only 2.
2019-09-23 10:04:45.040 ===== TRACE ===== NEW CONNECTED USER 'some_valid_user'
2019-09-23 10:05:00.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:05:00.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:05:00.711 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:05:00.711 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:05:00.711 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:05:00.810 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:05:00.810 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:05:00.811 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:05:00.812 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:05:00.812 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:05:00.974 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:05:00.975 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:05:00.975 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:05:00.975 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:05:00.975 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:05:41.020 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:05:41.020 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:05:41.021 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:05:41.021 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:05:41.021 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:05:50.418 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:05:50.419 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:05:50.419 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:05:50.419 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:05:50.419 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:06:07.185 ** ERROR ** [V8.2.0] Exception-[42703] SQLSTATE[42703]: Undefined column: 7 ERROR: column tender.totaluntaxedamount does not exist
LINE 1: ...COALESCE(T3.color,'') as "colorNameTenderStatus", tender.tot...
^
2019-09-23 10:06:07.185 ** ERROR ** [V8.2.0] For query : select tender.id as "id", T1.name as "nameProject", T2.name as "nameTenderType", tender.name as "name", T3.sortOrder || '#split#' ||T3.name || '#split#' ||COALESCE(T3.color,'') as "colorNameTenderStatus", tender.totalUntaxedAmount as "totalUntaxedAmount", T4.sortOrder || '#split#' ||T4.name || '#split#' ||COALESCE(T4.color,'') as "colorNameStatus", tender.idle as "idle",tender.idProject as idproject from tender left join project as T1 on tender.idProject = T1.id left join type as T2 on tender.idTenderType = T2.id left join tenderstatus as T3 on tender.idTenderStatus = T3.id left join status as T4 on tender.idStatus = T4.id where tender.idle=0 and tender.idProject 13 and ( ((tender.idProject not in (0) or tender.idProject is null ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idResource='3') ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idUser='3') )) ) order by tender.id desc
2019-09-23 10:06:07.185 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:06:07.185 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/tool/jsonQuery.php:707]
2019-09-23 10:06:16.369 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:06:16.369 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:06:16.369 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:06:16.370 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:06:16.370 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:06:29.910 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:06:29.911 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:06:29.911 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:06:29.911 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:06:29.911 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:07:28.894 ** ERROR ** [V8.2.0] Exception-[42703] SQLSTATE[42703]: Undefined column: 7 ERROR: column tender.totaluntaxedamount does not exist
LINE 1: ...COALESCE(T3.color,'') as "colorNameTenderStatus", tender.tot...
^
2019-09-23 10:07:28.895 ** ERROR ** [V8.2.0] For query : select tender.id as "id", T1.name as "nameProject", T2.name as "nameTenderType", tender.name as "name", T3.sortOrder || '#split#' ||T3.name || '#split#' ||COALESCE(T3.color,'') as "colorNameTenderStatus", tender.totalUntaxedAmount as "totalUntaxedAmount", T4.sortOrder || '#split#' ||T4.name || '#split#' ||COALESCE(T4.color,'') as "colorNameStatus", tender.idle as "idle",tender.idProject as idproject from tender left join project as T1 on tender.idProject = T1.id left join type as T2 on tender.idTenderType = T2.id left join tenderstatus as T3 on tender.idTenderStatus = T3.id left join status as T4 on tender.idStatus = T4.id where tender.idle=0 and tender.idProject 13 and ( ((tender.idProject not in (0) or tender.idProject is null ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idResource='3') ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idUser='3') )) ) order by tender.id desc
2019-09-23 10:07:28.895 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:07:28.895 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/tool/jsonQuery.php:707]
2019-09-23 10:09:32.338 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:32.338 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:32.338 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:32.338 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:32.339 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:32.342 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:32.342 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:32.342 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:32.343 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:32.343 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:32.380 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:32.380 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:32.380 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:32.381 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:32.381 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:32.702 ** ERROR ** [V8.2.0] Exception-[42703] SQLSTATE[42703]: Undefined column: 7 ERROR: column tender.totaluntaxedamount does not exist
LINE 1: ...COALESCE(T3.color,'') as "colorNameTenderStatus", tender.tot...
^
2019-09-23 10:09:32.702 ** ERROR ** [V8.2.0] For query : select tender.id as "id", T1.name as "nameProject", T2.name as "nameTenderType", tender.name as "name", T3.sortOrder || '#split#' ||T3.name || '#split#' ||COALESCE(T3.color,'') as "colorNameTenderStatus", tender.totalUntaxedAmount as "totalUntaxedAmount", T4.sortOrder || '#split#' ||T4.name || '#split#' ||COALESCE(T4.color,'') as "colorNameStatus", tender.idle as "idle",tender.idProject as idproject from tender left join project as T1 on tender.idProject = T1.id left join type as T2 on tender.idTenderType = T2.id left join tenderstatus as T3 on tender.idTenderStatus = T3.id left join status as T4 on tender.idStatus = T4.id where tender.idle=0 and tender.idProject 13 and ( ((tender.idProject not in (0) or tender.idProject is null ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idResource='3') ) and (tender.idProject not in (0) or tender.idProject is null or (tender.idUser='3') )) ) order by tender.id desc
2019-09-23 10:09:32.702 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:09:32.702 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/tool/jsonQuery.php:707]
2019-09-23 10:09:33.040 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:33.041 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:33.041 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:33.041 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:33.041 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:33.106 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:33.106 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:33.106 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:33.107 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:33.107 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:33.184 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:33.184 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:33.184 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:33.185 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:33.185 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:33.245 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:33.246 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:33.246 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:33.246 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:33.247 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:34.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:34.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:34.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:34.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:34.710 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:36.388 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:36.388 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:36.388 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:36.388 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:36.388 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:09:36.989 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:09:36.989 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:09:36.990 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:09:36.990 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:09:36.990 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:26.738 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:26.738 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:26.738 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:26.738 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:26.739 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:26.742 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:26.742 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:26.742 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:26.742 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:26.742 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:26.745 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:26.746 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:26.746 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:26.746 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:26.746 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:26.756 ** ERROR ** [V8.2.0] Exception-[42703] SQLSTATE[42703]: Undefined column: 7 ERROR: column "taxamount" of relation "tender" does not exist
LINE 1: update tender set untaxedamount='135384.98' , taxamount='257...
^
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] For query : update tender set untaxedamount='135384.98' , taxamount='25723.15' , fullamount='161108.13' , totaluntaxedamount='135384.98' , totaltaxamount='25723.15' , totalfullamount='161108.13' where id=2
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1575]
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] #1 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.757 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.758 ** ERROR ** [V8.2.0] #4 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.758 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.758 ** ERROR ** [V8.2.0] For query : select * from project where id=14
2019-09-23 10:11:26.758 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #3 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #4 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.759 ** ERROR ** [V8.2.0] #5 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] #6 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] #7 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.760 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'Project' : field 'id' not found in Database.
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.761 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'Project' : field 'name' not found in Database.
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.762 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProjectType' for Class 'Project' : field 'idProjectType' not found in Database.
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.763 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idOrganization' for Class 'Project' : field 'idOrganization' not found in Database.
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.764 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idCategory' for Class 'Project' : field 'idCategory' not found in Database.
2019-09-23 10:11:26.765 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] Error on SqlElement to get 'organizationInherited' for Class 'Project' : field 'organizationInherited' not found in Database.
2019-09-23 10:11:26.766 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.767 ** ERROR ** [V8.2.0] Error on SqlElement to get 'organizationElementary' for Class 'Project' : field 'organizationElementary' not found in Database.
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.768 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] Error on SqlElement to get 'codeType' for Class 'Project' : field 'codeType' not found in Database.
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.769 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idClient' for Class 'Project' : field 'idClient' not found in Database.
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.770 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idContact' for Class 'Project' : field 'idContact' not found in Database.
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.771 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] Error on SqlElement to get 'projectCode' for Class 'Project' : field 'projectCode' not found in Database.
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.772 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] Error on SqlElement to get 'contractCode' for Class 'Project' : field 'contractCode' not found in Database.
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.773 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] Error on SqlElement to get 'clientCode' for Class 'Project' : field 'clientCode' not found in Database.
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.774 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProject' for Class 'Project' : field 'idProject' not found in Database.
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.775 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idSponsor' for Class 'Project' : field 'idSponsor' not found in Database.
2019-09-23 10:11:26.776 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.777 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idResource' for Class 'Project' : field 'idResource' not found in Database.
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.778 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idUser' for Class 'Project' : field 'idUser' not found in Database.
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.779 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] Error on SqlElement to get 'creationDate' for Class 'Project' : field 'creationDate' not found in Database.
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.780 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lastUpdateDateTime' for Class 'Project' : field 'lastUpdateDateTime' not found in Database.
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.781 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] Error on SqlElement to get 'color' for Class 'Project' : field 'color' not found in Database.
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.782 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] Error on SqlElement to get 'longitude' for Class 'Project' : field 'longitude' not found in Database.
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.783 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.784 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.784 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.784 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.784 ** ERROR ** [V8.2.0] Error on SqlElement to get 'latitude' for Class 'Project' : field 'latitude' not found in Database.
2019-09-23 10:11:26.784 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.785 ** ERROR ** [V8.2.0] Error on SqlElement to get 'description' for Class 'Project' : field 'description' not found in Database.
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.786 ** ERROR ** [V8.2.0] Error on SqlElement to get 'objectives' for Class 'Project' : field 'objectives' not found in Database.
2019-09-23 10:11:26.787 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.787 ** ERROR ** [V8.2.0] For query : select id from planningelement where refId =14 and refType ='Project'
2019-09-23 10:11:26.787 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.787 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3069]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2990]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.788 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.789 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idStatus' for Class 'Project' : field 'idStatus' not found in Database.
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.790 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idHealth' for Class 'Project' : field 'idHealth' not found in Database.
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.791 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idQuality' for Class 'Project' : field 'idQuality' not found in Database.
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.792 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTrend' for Class 'Project' : field 'idTrend' not found in Database.
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.793 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idOverallProgress' for Class 'Project' : field 'idOverallProgress' not found in Database.
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.794 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fixPlanning' for Class 'Project' : field 'fixPlanning' not found in Database.
2019-09-23 10:11:26.795 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fixPerimeter' for Class 'Project' : field 'fixPerimeter' not found in Database.
2019-09-23 10:11:26.796 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.797 ** ERROR ** [V8.2.0] Error on SqlElement to get 'isUnderConstruction' for Class 'Project' : field 'isUnderConstruction' not found in Database.
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.798 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] Error on SqlElement to get 'excludeFromGlobalPlanning' for Class 'Project' : field 'excludeFromGlobalPlanning' not found in Database.
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.799 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.800 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handled' for Class 'Project' : field 'handled' not found in Database.
2019-09-23 10:11:26.800 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.800 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.800 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.800 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handledDate' for Class 'Project' : field 'handledDate' not found in Database.
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.801 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] Error on SqlElement to get 'done' for Class 'Project' : field 'done' not found in Database.
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.802 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] Error on SqlElement to get 'doneDate' for Class 'Project' : field 'doneDate' not found in Database.
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.803 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'Project' : field 'idle' not found in Database.
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.804 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idleDate' for Class 'Project' : field 'idleDate' not found in Database.
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.805 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.806 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.806 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.806 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.806 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.806 ** ERROR ** [V8.2.0] Error on SqlElement to get 'cancelled' for Class 'Project' : field 'cancelled' not found in Database.
2019-09-23 10:11:26.807 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.807 ** ERROR ** [V8.2.0] For query : select id from productproject where idProject= '14' order by id desc
2019-09-23 10:11:26.807 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.807 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.808 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.809 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.809 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.809 ** ERROR ** [V8.2.0] For query : select * from versionproject where versionproject.idProject=14
2019-09-23 10:11:26.809 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2961]
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.810 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.811 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.811 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.811 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.811 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] For query : select * from dependency where dependency.SuccessorRefType='Project' and dependency.SuccessorRefId=14
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2981]
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.812 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.813 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.813 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.813 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.813 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.813 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] For query : select * from dependency where dependency.PredecessorRefType='Project' and dependency.PredecessorRefId=14
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2981]
2019-09-23 10:11:26.814 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.815 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.816 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.816 ** ERROR ** [V8.2.0] For query : select * from link where ( ref1Type='Project' and ref1Id=14) or ( ref2Type='Project' and ref2Id=14 )
2019-09-23 10:11:26.816 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.816 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.817 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/Link.php:170]
2019-09-23 10:11:26.817 ** ERROR ** [V8.2.0] #2 Link->getLinksForObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2953]
2019-09-23 10:11:26.817 ** ERROR ** [V8.2.0] #3 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.817 ** ERROR ** [V8.2.0] #4 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.817 ** ERROR ** [V8.2.0] #5 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.818 ** ERROR ** [V8.2.0] #6 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.818 ** ERROR ** [V8.2.0] #7 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.818 ** ERROR ** [V8.2.0] #8 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.818 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.818 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] For query : select id from attachment where refId ='14' and refType ='Project' order by id desc
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.819 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.820 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.820 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.820 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.820 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.820 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] For query : select id from note where refId ='14' and refType ='Project' order by id desc
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.821 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] #7 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.822 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.823 ** ERROR ** [V8.2.0] Error on SqlElement to get 'sortOrder' for Class 'Project' : field 'sortOrder' not found in Database.
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.824 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.825 ** ERROR ** [V8.2.0] Error on SqlElement to get 'isLeaveMngProject' for Class 'Project' : field 'isLeaveMngProject' not found in Database.
2019-09-23 10:11:26.825 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.825 ** ERROR ** [V8.2.0] For query : select * from indicatordefinition where nameIndicatorable='Tender' and idle = 0 and idProject in (14)
2019-09-23 10:11:26.825 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.825 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.826 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1112]
2019-09-23 10:11:26.826 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.826 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.826 ** ERROR ** [V8.2.0] #4 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.826 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] For query : select * from indicatordefinition where indicatordefinition.nameIndicatorable='Tender' and indicatordefinition.idle=0 and indicatordefinition.idProject is null
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1115]
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/TenderMain.php:339]
2019-09-23 10:11:26.827 ** ERROR ** [V8.2.0] #4 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.828 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.828 ** ERROR ** [V8.2.0] For query : select * from billline where billline.refType='Tender' and billline.refId=2
2019-09-23 10:11:26.828 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.828 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.829 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/TenderMain.php:348]
2019-09-23 10:11:26.829 ** ERROR ** [V8.2.0] #2 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.829 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.829 ** ERROR ** [V8.2.0] For query : select * from status where id=1
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/StatusMain.php:82]
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] #3 StatusMain->__construct called at [/var/www/....../htdocs/model/Status.php:39]
2019-09-23 10:11:26.830 ** ERROR ** [V8.2.0] #4 Status->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:6029]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] #5 SqlElement->recalculateCheckboxes called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1001]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.831 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.832 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'Status' : field 'id' not found in Database.
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.833 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'Status' : field 'name' not found in Database.
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.834 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setHandledStatus' for Class 'Status' : field 'setHandledStatus' not found in Database.
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.835 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setDoneStatus' for Class 'Status' : field 'setDoneStatus' not found in Database.
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.836 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setIntoserviceStatus' for Class 'Status' : field 'setIntoserviceStatus' not found in Database.
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.837 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setIdleStatus' for Class 'Status' : field 'setIdleStatus' not found in Database.
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.838 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setCancelledStatus' for Class 'Status' : field 'setCancelledStatus' not found in Database.
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.839 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] Error on SqlElement to get 'color' for Class 'Status' : field 'color' not found in Database.
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.840 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] Error on SqlElement to get 'sortOrder' for Class 'Status' : field 'sortOrder' not found in Database.
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.841 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'Status' : field 'idle' not found in Database.
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.842 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] Error on SqlElement to get 'isCopyStatus' for Class 'Status' : field 'isCopyStatus' not found in Database.
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.843 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setSubmittedLeave' for Class 'Status' : field 'setSubmittedLeave' not found in Database.
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.844 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setAcceptedLeave' for Class 'Status' : field 'setAcceptedLeave' not found in Database.
2019-09-23 10:11:26.845 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.846 ** ERROR ** [V8.2.0] Error on SqlElement to get 'setRejectedLeave' for Class 'Status' : field 'setRejectedLeave' not found in Database.
2019-09-23 10:11:26.847 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.847 ** ERROR ** [V8.2.0] For query : select * from type where id=114 and scope = 'Tender'
2019-09-23 10:11:26.847 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.847 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:26.847 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderType.php:89]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #3 TenderType->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:6036]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #4 SqlElement->recalculateCheckboxes called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1001]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #5 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #6 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.848 ** ERROR ** [V8.2.0] #7 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.849 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'TenderType' : field 'id' not found in Database.
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.850 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'TenderType' : field 'name' not found in Database.
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.851 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] Error on SqlElement to get 'code' for Class 'TenderType' : field 'code' not found in Database.
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.852 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idWorkflow' for Class 'TenderType' : field 'idWorkflow' not found in Database.
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.853 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] Error on SqlElement to get 'sortOrder' for Class 'TenderType' : field 'sortOrder' not found in Database.
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.854 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'TenderType' : field 'idle' not found in Database.
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.855 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.856 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.856 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.856 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.856 ** ERROR ** [V8.2.0] Error on SqlElement to get 'description' for Class 'TenderType' : field 'description' not found in Database.
2019-09-23 10:11:26.856 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] Error on SqlElement to get 'mandatoryDescription' for Class 'TenderType' : field 'mandatoryDescription' not found in Database.
2019-09-23 10:11:26.857 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.858 ** ERROR ** [V8.2.0] Error on SqlElement to get 'mandatoryResourceOnHandled' for Class 'TenderType' : field 'mandatoryResourceOnHandled' not found in Database.
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.859 ** ERROR ** [V8.2.0] Error on SqlElement to get 'mandatoryResultOnDone' for Class 'TenderType' : field 'mandatoryResultOnDone' not found in Database.
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.860 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lockHandled' for Class 'TenderType' : field 'lockHandled' not found in Database.
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.861 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lockDone' for Class 'TenderType' : field 'lockDone' not found in Database.
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.862 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lockIdle' for Class 'TenderType' : field 'lockIdle' not found in Database.
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.863 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.864 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.864 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.864 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lockCancelled' for Class 'TenderType' : field 'lockCancelled' not found in Database.
2019-09-23 10:11:26.864 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] For query : select * from tender where id=2
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] #3 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.865 ** ERROR ** [V8.2.0] #4 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1036]
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] #5 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] #6 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] #7 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.866 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'Tender' : field 'id' not found in Database.
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.867 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] Error on SqlElement to get 'reference' for Class 'Tender' : field 'reference' not found in Database.
2019-09-23 10:11:26.868 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'Tender' : field 'name' not found in Database.
2019-09-23 10:11:26.869 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.870 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTenderType' for Class 'Tender' : field 'idTenderType' not found in Database.
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.871 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProject' for Class 'Tender' : field 'idProject' not found in Database.
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.872 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idCallForTender' for Class 'Tender' : field 'idCallForTender' not found in Database.
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.873 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTenderStatus' for Class 'Tender' : field 'idTenderStatus' not found in Database.
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.874 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idUser' for Class 'Tender' : field 'idUser' not found in Database.
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.875 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] Error on SqlElement to get 'creationDate' for Class 'Tender' : field 'creationDate' not found in Database.
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.876 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProvider' for Class 'Tender' : field 'idProvider' not found in Database.
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.877 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] Error on SqlElement to get 'externalReference' for Class 'Tender' : field 'externalReference' not found in Database.
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.878 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] Error on SqlElement to get 'description' for Class 'Tender' : field 'description' not found in Database.
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.879 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idStatus' for Class 'Tender' : field 'idStatus' not found in Database.
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.880 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idResource' for Class 'Tender' : field 'idResource' not found in Database.
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.881 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idContact' for Class 'Tender' : field 'idContact' not found in Database.
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.882 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] Error on SqlElement to get 'requestDateTime' for Class 'Tender' : field 'requestDateTime' not found in Database.
2019-09-23 10:11:26.883 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] Error on SqlElement to get 'expectedTenderDateTime' for Class 'Tender' : field 'expectedTenderDateTime' not found in Database.
2019-09-23 10:11:26.884 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] Error on SqlElement to get 'receptionDateTime' for Class 'Tender' : field 'receptionDateTime' not found in Database.
2019-09-23 10:11:26.885 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.886 ** ERROR ** [V8.2.0] Error on SqlElement to get 'offerValidityEndDate' for Class 'Tender' : field 'offerValidityEndDate' not found in Database.
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.887 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] Error on SqlElement to get 'untaxedAmount' for Class 'Tender' : field 'untaxedAmount' not found in Database.
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.888 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxPct' for Class 'Tender' : field 'taxPct' not found in Database.
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.889 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.890 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.891 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountAmount' for Class 'Tender' : field 'discountAmount' not found in Database.
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.892 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountRate' for Class 'Tender' : field 'discountRate' not found in Database.
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.893 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountFullAmount' for Class 'Tender' : field 'discountFullAmount' not found in Database.
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.894 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.895 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountFrom' for Class 'Tender' : field 'discountFrom' not found in Database.
2019-09-23 10:11:26.896 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:26.897 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:26.898 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.899 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProjectExpense' for Class 'Tender' : field 'idProjectExpense' not found in Database.
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.900 ** ERROR ** [V8.2.0] Error on SqlElement to get 'paymentCondition' for Class 'Tender' : field 'paymentCondition' not found in Database.
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.901 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] Error on SqlElement to get 'deliveryDelay' for Class 'Tender' : field 'deliveryDelay' not found in Database.
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.902 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.903 ** ERROR ** [V8.2.0] Error on SqlElement to get 'deliveryDate' for Class 'Tender' : field 'deliveryDate' not found in Database.
2019-09-23 10:11:26.903 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.903 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.903 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.903 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handled' for Class 'Tender' : field 'handled' not found in Database.
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.904 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handledDate' for Class 'Tender' : field 'handledDate' not found in Database.
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.905 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] Error on SqlElement to get 'done' for Class 'Tender' : field 'done' not found in Database.
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.906 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] Error on SqlElement to get 'doneDate' for Class 'Tender' : field 'doneDate' not found in Database.
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.907 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'Tender' : field 'idle' not found in Database.
2019-09-23 10:11:26.908 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idleDate' for Class 'Tender' : field 'idleDate' not found in Database.
2019-09-23 10:11:26.909 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.910 ** ERROR ** [V8.2.0] Error on SqlElement to get 'cancelled' for Class 'Tender' : field 'cancelled' not found in Database.
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.911 ** ERROR ** [V8.2.0] Error on SqlElement to get 'result' for Class 'Tender' : field 'result' not found in Database.
2019-09-23 10:11:26.912 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.912 ** ERROR ** [V8.2.0] For query : select id from billline where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:26.912 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.912 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1036]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.913 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.914 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.914 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.914 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.914 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.915 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.915 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.915 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.915 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.915 ** ERROR ** [V8.2.0] Error on SqlElement to get 'evaluationValue' for Class 'Tender' : field 'evaluationValue' not found in Database.
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.916 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.917 ** ERROR ** [V8.2.0] Error on SqlElement to get 'evaluationRank' for Class 'Tender' : field 'evaluationRank' not found in Database.
2019-09-23 10:11:26.917 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.917 ** ERROR ** [V8.2.0] For query : select * from link where ( ref1Type='Tender' and ref1Id=2) or ( ref2Type='Tender' and ref2Id=2 )
2019-09-23 10:11:26.917 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.917 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/Link.php:170]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #2 Link->getLinksForObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2953]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #3 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #4 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #5 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #6 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1036]
2019-09-23 10:11:26.918 ** ERROR ** [V8.2.0] #7 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.919 ** ERROR ** [V8.2.0] #8 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.919 ** ERROR ** [V8.2.0] #9 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.919 ** ERROR ** [V8.2.0] #10 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.919 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.920 ** ERROR ** [V8.2.0] For query : select id from attachment where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:26.920 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.920 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.921 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.921 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.921 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.921 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.922 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1036]
2019-09-23 10:11:26.922 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.922 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.923 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.923 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.924 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.924 ** ERROR ** [V8.2.0] For query : select id from note where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:26.925 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.925 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:26.925 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:26.926 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.926 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.926 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.926 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1036]
2019-09-23 10:11:26.927 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.927 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.927 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.928 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.928 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:26.929 ** ERROR ** [V8.2.0] For query : select * from tender where id=2
2019-09-23 10:11:26.929 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:26.929 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:26.930 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:26.930 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:26.930 ** ERROR ** [V8.2.0] #3 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:26.931 ** ERROR ** [V8.2.0] #4 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1330]
2019-09-23 10:11:26.931 ** ERROR ** [V8.2.0] #5 SqlElement->getCurrentObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1430]
2019-09-23 10:11:26.931 ** ERROR ** [V8.2.0] #6 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:26.932 ** ERROR ** [V8.2.0] #7 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:26.932 ** ERROR ** [V8.2.0] #8 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:26.932 ** ERROR ** [V8.2.0] #9 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:26.933 ** ERROR ** [V8.2.0] #10 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:26.933 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.933 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.934 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.934 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.934 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.935 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.935 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'Tender' : field 'id' not found in Database.
2019-09-23 10:11:26.935 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.935 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.936 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.936 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.936 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.937 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.937 ** ERROR ** [V8.2.0] Error on SqlElement to get 'reference' for Class 'Tender' : field 'reference' not found in Database.
2019-09-23 10:11:26.937 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.938 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.938 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.938 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.939 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.939 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.939 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'Tender' : field 'name' not found in Database.
2019-09-23 10:11:26.940 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.940 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.940 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.941 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.941 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.941 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.942 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTenderType' for Class 'Tender' : field 'idTenderType' not found in Database.
2019-09-23 10:11:26.942 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.942 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.942 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.943 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.943 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.943 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.944 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProject' for Class 'Tender' : field 'idProject' not found in Database.
2019-09-23 10:11:26.944 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.944 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.945 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.945 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.945 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.946 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.946 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idCallForTender' for Class 'Tender' : field 'idCallForTender' not found in Database.
2019-09-23 10:11:26.946 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.946 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.947 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.947 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.947 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.948 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.948 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTenderStatus' for Class 'Tender' : field 'idTenderStatus' not found in Database.
2019-09-23 10:11:26.948 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.949 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.949 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.949 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.949 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.950 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.950 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idUser' for Class 'Tender' : field 'idUser' not found in Database.
2019-09-23 10:11:26.950 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.951 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.951 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.951 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.952 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.952 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.952 ** ERROR ** [V8.2.0] Error on SqlElement to get 'creationDate' for Class 'Tender' : field 'creationDate' not found in Database.
2019-09-23 10:11:26.953 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.953 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.953 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.953 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.954 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.954 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.954 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProvider' for Class 'Tender' : field 'idProvider' not found in Database.
2019-09-23 10:11:26.955 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.955 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.955 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.956 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.956 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.956 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.957 ** ERROR ** [V8.2.0] Error on SqlElement to get 'externalReference' for Class 'Tender' : field 'externalReference' not found in Database.
2019-09-23 10:11:26.957 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.957 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.958 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.958 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.958 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.958 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.959 ** ERROR ** [V8.2.0] Error on SqlElement to get 'description' for Class 'Tender' : field 'description' not found in Database.
2019-09-23 10:11:26.959 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.959 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.960 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.960 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.960 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.961 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.961 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idStatus' for Class 'Tender' : field 'idStatus' not found in Database.
2019-09-23 10:11:26.961 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.962 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.962 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.962 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.963 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.963 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.963 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idResource' for Class 'Tender' : field 'idResource' not found in Database.
2019-09-23 10:11:26.963 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.964 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.964 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.964 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.965 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.965 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.965 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idContact' for Class 'Tender' : field 'idContact' not found in Database.
2019-09-23 10:11:26.966 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.966 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.966 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.967 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.967 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.967 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.967 ** ERROR ** [V8.2.0] Error on SqlElement to get 'requestDateTime' for Class 'Tender' : field 'requestDateTime' not found in Database.
2019-09-23 10:11:26.968 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.968 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.969 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.969 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.969 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.970 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.970 ** ERROR ** [V8.2.0] Error on SqlElement to get 'expectedTenderDateTime' for Class 'Tender' : field 'expectedTenderDateTime' not found in Database.
2019-09-23 10:11:26.971 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.971 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.972 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.973 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.973 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.973 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.974 ** ERROR ** [V8.2.0] Error on SqlElement to get 'receptionDateTime' for Class 'Tender' : field 'receptionDateTime' not found in Database.
2019-09-23 10:11:26.974 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.975 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.976 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.976 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.977 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.977 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.978 ** ERROR ** [V8.2.0] Error on SqlElement to get 'offerValidityEndDate' for Class 'Tender' : field 'offerValidityEndDate' not found in Database.
2019-09-23 10:11:26.978 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.979 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.979 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.980 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.980 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.981 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.981 ** ERROR ** [V8.2.0] Error on SqlElement to get 'untaxedAmount' for Class 'Tender' : field 'untaxedAmount' not found in Database.
2019-09-23 10:11:26.982 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.982 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.983 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.983 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.984 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.985 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.985 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxPct' for Class 'Tender' : field 'taxPct' not found in Database.
2019-09-23 10:11:26.986 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.986 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.987 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.987 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.988 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.988 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.989 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:26.989 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.990 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.990 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.991 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.991 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.991 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.992 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:26.992 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.993 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.993 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.994 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.994 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.995 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.995 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountAmount' for Class 'Tender' : field 'discountAmount' not found in Database.
2019-09-23 10:11:26.996 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.996 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:26.997 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.997 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:26.998 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:26.998 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:26.999 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountRate' for Class 'Tender' : field 'discountRate' not found in Database.
2019-09-23 10:11:26.999 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.000 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.000 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.001 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.001 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.002 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.002 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountFullAmount' for Class 'Tender' : field 'discountFullAmount' not found in Database.
2019-09-23 10:11:27.003 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.003 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.004 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.004 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.005 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.005 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.006 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:27.006 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.007 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.007 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.008 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.008 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.009 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.009 ** ERROR ** [V8.2.0] Error on SqlElement to get 'discountFrom' for Class 'Tender' : field 'discountFrom' not found in Database.
2019-09-23 10:11:27.010 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.010 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.011 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.011 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.012 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.012 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.013 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:27.013 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.014 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.014 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.015 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.015 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.016 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.016 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
2019-09-23 10:11:27.017 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.017 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.018 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.018 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.019 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.019 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.019 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProjectExpense' for Class 'Tender' : field 'idProjectExpense' not found in Database.
2019-09-23 10:11:27.020 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.021 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.021 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.021 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.022 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.022 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.023 ** ERROR ** [V8.2.0] Error on SqlElement to get 'paymentCondition' for Class 'Tender' : field 'paymentCondition' not found in Database.
2019-09-23 10:11:27.023 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.024 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.024 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.025 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.025 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.026 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.026 ** ERROR ** [V8.2.0] Error on SqlElement to get 'deliveryDelay' for Class 'Tender' : field 'deliveryDelay' not found in Database.
2019-09-23 10:11:27.027 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.027 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.028 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.028 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.029 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.029 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.030 ** ERROR ** [V8.2.0] Error on SqlElement to get 'deliveryDate' for Class 'Tender' : field 'deliveryDate' not found in Database.
2019-09-23 10:11:27.030 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.031 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.031 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.032 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.032 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.033 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.033 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handled' for Class 'Tender' : field 'handled' not found in Database.
2019-09-23 10:11:27.034 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.034 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.035 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.035 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.036 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.036 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.037 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handledDate' for Class 'Tender' : field 'handledDate' not found in Database.
2019-09-23 10:11:27.037 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.038 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.038 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.039 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.039 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.039 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.040 ** ERROR ** [V8.2.0] Error on SqlElement to get 'done' for Class 'Tender' : field 'done' not found in Database.
2019-09-23 10:11:27.040 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.041 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.041 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.041 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.042 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.042 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.042 ** ERROR ** [V8.2.0] Error on SqlElement to get 'doneDate' for Class 'Tender' : field 'doneDate' not found in Database.
2019-09-23 10:11:27.042 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.043 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.043 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.043 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.044 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.044 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.044 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'Tender' : field 'idle' not found in Database.
2019-09-23 10:11:27.045 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.045 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.045 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.046 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.046 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.046 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.046 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idleDate' for Class 'Tender' : field 'idleDate' not found in Database.
2019-09-23 10:11:27.047 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.047 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.047 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.048 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.048 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.048 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.049 ** ERROR ** [V8.2.0] Error on SqlElement to get 'cancelled' for Class 'Tender' : field 'cancelled' not found in Database.
2019-09-23 10:11:27.049 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.049 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.050 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.050 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.050 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.050 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.051 ** ERROR ** [V8.2.0] Error on SqlElement to get 'result' for Class 'Tender' : field 'result' not found in Database.
2019-09-23 10:11:27.052 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.052 ** ERROR ** [V8.2.0] For query : select id from billline where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:27.052 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.053 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.053 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.053 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.054 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:27.054 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:27.054 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1330]
2019-09-23 10:11:27.055 ** ERROR ** [V8.2.0] #6 SqlElement->getCurrentObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1430]
2019-09-23 10:11:27.055 ** ERROR ** [V8.2.0] #7 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.055 ** ERROR ** [V8.2.0] #8 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.055 ** ERROR ** [V8.2.0] #9 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.056 ** ERROR ** [V8.2.0] #10 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.056 ** ERROR ** [V8.2.0] #11 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.056 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.057 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.057 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.057 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.058 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.058 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.058 ** ERROR ** [V8.2.0] Error on SqlElement to get 'evaluationValue' for Class 'Tender' : field 'evaluationValue' not found in Database.
2019-09-23 10:11:27.059 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.059 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.059 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.060 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.060 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.060 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.061 ** ERROR ** [V8.2.0] Error on SqlElement to get 'evaluationRank' for Class 'Tender' : field 'evaluationRank' not found in Database.
2019-09-23 10:11:27.062 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.062 ** ERROR ** [V8.2.0] For query : select * from link where ( ref1Type='Tender' and ref1Id=2) or ( ref2Type='Tender' and ref2Id=2 )
2019-09-23 10:11:27.062 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.063 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.063 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/Link.php:170]
2019-09-23 10:11:27.063 ** ERROR ** [V8.2.0] #2 Link->getLinksForObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2953]
2019-09-23 10:11:27.064 ** ERROR ** [V8.2.0] #3 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.064 ** ERROR ** [V8.2.0] #4 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:27.064 ** ERROR ** [V8.2.0] #5 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:27.065 ** ERROR ** [V8.2.0] #6 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1330]
2019-09-23 10:11:27.065 ** ERROR ** [V8.2.0] #7 SqlElement->getCurrentObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1430]
2019-09-23 10:11:27.065 ** ERROR ** [V8.2.0] #8 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.066 ** ERROR ** [V8.2.0] #9 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.066 ** ERROR ** [V8.2.0] #10 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.066 ** ERROR ** [V8.2.0] #11 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.066 ** ERROR ** [V8.2.0] #12 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.067 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.068 ** ERROR ** [V8.2.0] For query : select id from attachment where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:27.068 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.068 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.069 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.069 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.069 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:27.070 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:27.070 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1330]
2019-09-23 10:11:27.070 ** ERROR ** [V8.2.0] #6 SqlElement->getCurrentObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1430]
2019-09-23 10:11:27.070 ** ERROR ** [V8.2.0] #7 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.071 ** ERROR ** [V8.2.0] #8 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.071 ** ERROR ** [V8.2.0] #9 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.071 ** ERROR ** [V8.2.0] #10 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.072 ** ERROR ** [V8.2.0] #11 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.072 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.073 ** ERROR ** [V8.2.0] For query : select id from note where refId ='2' and refType ='Tender' order by id desc
2019-09-23 10:11:27.073 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.073 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.074 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.074 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.074 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/TenderMain.php:151]
2019-09-23 10:11:27.075 ** ERROR ** [V8.2.0] #4 TenderMain->__construct called at [/var/www/....../htdocs/model/Tender.php:39]
2019-09-23 10:11:27.075 ** ERROR ** [V8.2.0] #5 Tender->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1330]
2019-09-23 10:11:27.075 ** ERROR ** [V8.2.0] #6 SqlElement->getCurrentObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1430]
2019-09-23 10:11:27.076 ** ERROR ** [V8.2.0] #7 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.076 ** ERROR ** [V8.2.0] #8 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.076 ** ERROR ** [V8.2.0] #9 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.077 ** ERROR ** [V8.2.0] #10 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.077 ** ERROR ** [V8.2.0] #11 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.079 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.079 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'reference', '--0002', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.080 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.080 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.080 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.081 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.081 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.081 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.082 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.082 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.082 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.083 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.083 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.085 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.086 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'name', 'DEP.AC/190 010 - Software Management Solutions', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.086 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.086 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.087 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.087 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.087 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.087 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.088 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.088 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.088 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.089 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.089 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.091 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.092 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idTenderType', '114', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.092 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.092 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.093 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.093 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.093 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.094 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.094 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.094 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.095 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.095 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.095 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.097 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.098 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idProject', '14', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.098 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.098 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.099 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.099 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.099 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.100 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.100 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.100 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.100 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.101 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.101 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.103 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.103 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idCallForTender', '1', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.104 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.104 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.104 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.105 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.105 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.105 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.106 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.106 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.106 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.107 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.107 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.109 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.109 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idTenderStatus', '5', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.110 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.110 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.110 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.111 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.111 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.111 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.112 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.112 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.112 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.113 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.113 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.115 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.115 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idUser', '3', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.116 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.116 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.116 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.117 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.117 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.118 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.118 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.118 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.119 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.119 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.119 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.121 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.121 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'creationDate', '2019-09-23', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.122 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.122 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.122 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.123 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.123 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.123 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.124 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.124 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.124 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.125 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.125 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.127 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.127 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idProvider', '4', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.128 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.128 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.128 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.129 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.129 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.129 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.129 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.130 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.130 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.130 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.131 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.133 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.133 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idStatus', '1', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.133 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.133 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.134 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.134 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.134 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.135 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.135 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.135 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.136 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.136 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.136 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.138 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.138 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idResource', '15', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.139 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.139 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.139 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.140 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.140 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.140 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.141 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.141 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.142 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.142 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.143 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.146 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.146 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'expectedTenderDateTime', '2019-09-17 10:00:00', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.147 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.147 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.148 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.148 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.149 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.149 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.150 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.150 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.151 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.151 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.152 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.155 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.155 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'receptionDateTime', '2019-09-17 10:00:00', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.155 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.156 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.156 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.156 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.157 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.157 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.157 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.157 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.158 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.158 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.158 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.160 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.161 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'offerValidityEndDate', '2020-01-25', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.161 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.161 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.162 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.162 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.162 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.162 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.163 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.163 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.163 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.164 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.164 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.166 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.166 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'untaxedAmount', '135384.98', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.166 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.167 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.167 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.167 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.168 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.168 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.168 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.169 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.169 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.169 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.170 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.171 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.172 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'taxPct', '19', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.172 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.172 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.173 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.173 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.173 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.173 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.174 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.174 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.174 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.175 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.175 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.177 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.177 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'taxAmount', '25723.15', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.178 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.178 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.178 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.178 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.179 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.179 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.179 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.180 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.180 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.180 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.181 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.183 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.183 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'fullAmount', '161108.13', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.183 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.184 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.184 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.184 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.185 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.185 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.185 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.185 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.186 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.186 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.186 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.188 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.189 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'discountRate', '0', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.189 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.189 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.189 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.190 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.190 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.191 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.191 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.191 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.191 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.192 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.192 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.194 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.194 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'totalUntaxedAmount', '135384.98', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.195 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.195 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.195 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.196 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.196 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.196 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.197 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.197 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.197 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.198 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.198 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.200 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.200 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'totalTaxAmount', '25723.15', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.201 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.201 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.201 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.202 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.202 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.202 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.203 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.203 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.203 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.203 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.204 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.206 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.206 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'totalFullAmount', '161108.13', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.206 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.207 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.207 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.207 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.208 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.208 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.208 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.209 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.209 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.209 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.210 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.212 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.212 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'handled', '0', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.212 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.213 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.213 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.213 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.214 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.214 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.214 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.215 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.215 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.215 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.216 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.218 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.218 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'done', '0', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.218 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.219 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.219 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.219 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.219 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.220 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.220 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.220 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.221 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.221 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.221 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.223 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.224 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'idle', '0', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.224 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.224 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.225 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.225 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.225 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.226 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.226 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.226 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.227 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.227 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.227 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.229 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.230 ** ERROR ** [V8.2.0] For query : insert into history ( refType , refId , operation , colName , newValue , operationDate , idUser , isWorkHistory ) values ('Tender', '2', 'update', 'cancelled', '0', '2019-09-23 10:11:26', '3', '0')
2019-09-23 10:11:27.230 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.230 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1276]
2019-09-23 10:11:27.231 ** ERROR ** [V8.2.0] #1 SqlElement->insertSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1070]
2019-09-23 10:11:27.231 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:733]
2019-09-23 10:11:27.231 ** ERROR ** [V8.2.0] #3 SqlElement->save called at [/var/www/....../htdocs/model/History.php:116]
2019-09-23 10:11:27.231 ** ERROR ** [V8.2.0] #4 History->store called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1553]
2019-09-23 10:11:27.232 ** ERROR ** [V8.2.0] #5 SqlElement->updateSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1064]
2019-09-23 10:11:27.232 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.232 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.233 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.233 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.234 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.234 ** ERROR ** [V8.2.0] For query : select * from project where id=14
2019-09-23 10:11:27.235 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.235 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2939]
2019-09-23 10:11:27.235 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.236 ** ERROR ** [V8.2.0] #2 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.236 ** ERROR ** [V8.2.0] #3 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.237 ** ERROR ** [V8.2.0] #4 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.237 ** ERROR ** [V8.2.0] #5 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.237 ** ERROR ** [V8.2.0] #6 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.237 ** ERROR ** [V8.2.0] #7 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.238 ** ERROR ** [V8.2.0] #8 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.238 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.238 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.239 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.239 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.239 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.240 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.240 ** ERROR ** [V8.2.0] Error on SqlElement to get 'id' for Class 'Project' : field 'id' not found in Database.
2019-09-23 10:11:27.240 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.241 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.241 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.241 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.242 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.242 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.242 ** ERROR ** [V8.2.0] Error on SqlElement to get 'name' for Class 'Project' : field 'name' not found in Database.
2019-09-23 10:11:27.243 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.243 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.243 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.244 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.244 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.244 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.245 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProjectType' for Class 'Project' : field 'idProjectType' not found in Database.
2019-09-23 10:11:27.245 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.245 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.246 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.246 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.246 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.246 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.247 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idOrganization' for Class 'Project' : field 'idOrganization' not found in Database.
2019-09-23 10:11:27.247 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.247 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.248 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.248 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.248 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.249 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.249 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idCategory' for Class 'Project' : field 'idCategory' not found in Database.
2019-09-23 10:11:27.249 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.250 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.250 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.250 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.251 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.251 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.251 ** ERROR ** [V8.2.0] Error on SqlElement to get 'organizationInherited' for Class 'Project' : field 'organizationInherited' not found in Database.
2019-09-23 10:11:27.252 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.252 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.253 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.253 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.253 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.254 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.254 ** ERROR ** [V8.2.0] Error on SqlElement to get 'organizationElementary' for Class 'Project' : field 'organizationElementary' not found in Database.
2019-09-23 10:11:27.254 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.255 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.255 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.255 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.256 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.256 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.256 ** ERROR ** [V8.2.0] Error on SqlElement to get 'codeType' for Class 'Project' : field 'codeType' not found in Database.
2019-09-23 10:11:27.257 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.257 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.257 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.258 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.258 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.258 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.258 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idClient' for Class 'Project' : field 'idClient' not found in Database.
2019-09-23 10:11:27.259 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.259 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.259 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.260 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.260 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.260 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.261 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idContact' for Class 'Project' : field 'idContact' not found in Database.
2019-09-23 10:11:27.261 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.261 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.262 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.262 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.262 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.263 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.263 ** ERROR ** [V8.2.0] Error on SqlElement to get 'projectCode' for Class 'Project' : field 'projectCode' not found in Database.
2019-09-23 10:11:27.263 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.264 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.264 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.264 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.265 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.265 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.265 ** ERROR ** [V8.2.0] Error on SqlElement to get 'contractCode' for Class 'Project' : field 'contractCode' not found in Database.
2019-09-23 10:11:27.266 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.266 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.266 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.266 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.267 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.267 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.267 ** ERROR ** [V8.2.0] Error on SqlElement to get 'clientCode' for Class 'Project' : field 'clientCode' not found in Database.
2019-09-23 10:11:27.268 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.268 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.268 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.269 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.269 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.269 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.270 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idProject' for Class 'Project' : field 'idProject' not found in Database.
2019-09-23 10:11:27.270 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.270 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.271 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.271 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.271 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.272 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.272 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idSponsor' for Class 'Project' : field 'idSponsor' not found in Database.
2019-09-23 10:11:27.272 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.273 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.273 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.273 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.274 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.274 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.274 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idResource' for Class 'Project' : field 'idResource' not found in Database.
2019-09-23 10:11:27.275 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.275 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.275 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.276 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.276 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.276 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.277 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idUser' for Class 'Project' : field 'idUser' not found in Database.
2019-09-23 10:11:27.277 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.277 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.278 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.278 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.278 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.279 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.279 ** ERROR ** [V8.2.0] Error on SqlElement to get 'creationDate' for Class 'Project' : field 'creationDate' not found in Database.
2019-09-23 10:11:27.279 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.280 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.280 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.280 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.280 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.281 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.281 ** ERROR ** [V8.2.0] Error on SqlElement to get 'lastUpdateDateTime' for Class 'Project' : field 'lastUpdateDateTime' not found in Database.
2019-09-23 10:11:27.281 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.282 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.282 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.282 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.283 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.283 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.283 ** ERROR ** [V8.2.0] Error on SqlElement to get 'color' for Class 'Project' : field 'color' not found in Database.
2019-09-23 10:11:27.284 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.284 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.284 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.285 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.285 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.285 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.286 ** ERROR ** [V8.2.0] Error on SqlElement to get 'longitude' for Class 'Project' : field 'longitude' not found in Database.
2019-09-23 10:11:27.286 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.286 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.287 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.287 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.287 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.288 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.288 ** ERROR ** [V8.2.0] Error on SqlElement to get 'latitude' for Class 'Project' : field 'latitude' not found in Database.
2019-09-23 10:11:27.288 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.289 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.289 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.289 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.289 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.290 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.290 ** ERROR ** [V8.2.0] Error on SqlElement to get 'description' for Class 'Project' : field 'description' not found in Database.
2019-09-23 10:11:27.291 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.291 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.291 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.291 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.292 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.292 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.292 ** ERROR ** [V8.2.0] Error on SqlElement to get 'objectives' for Class 'Project' : field 'objectives' not found in Database.
2019-09-23 10:11:27.293 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.294 ** ERROR ** [V8.2.0] For query : select id from planningelement where refId =14 and refType ='Project'
2019-09-23 10:11:27.294 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.294 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3069]
2019-09-23 10:11:27.295 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2990]
2019-09-23 10:11:27.295 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.295 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.296 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.296 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.296 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.297 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.297 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.297 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.298 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.298 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.298 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.299 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.299 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.299 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.300 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idStatus' for Class 'Project' : field 'idStatus' not found in Database.
2019-09-23 10:11:27.300 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.300 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.301 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.301 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.301 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.302 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.302 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idHealth' for Class 'Project' : field 'idHealth' not found in Database.
2019-09-23 10:11:27.302 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.302 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.303 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.303 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.303 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.304 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.304 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idQuality' for Class 'Project' : field 'idQuality' not found in Database.
2019-09-23 10:11:27.304 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.305 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.305 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.305 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.306 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.306 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.306 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idTrend' for Class 'Project' : field 'idTrend' not found in Database.
2019-09-23 10:11:27.307 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.307 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.307 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.308 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.308 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.308 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.309 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idOverallProgress' for Class 'Project' : field 'idOverallProgress' not found in Database.
2019-09-23 10:11:27.309 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.309 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.310 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.310 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.310 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.311 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.311 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fixPlanning' for Class 'Project' : field 'fixPlanning' not found in Database.
2019-09-23 10:11:27.311 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.312 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.312 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.312 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.313 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.313 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.313 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fixPerimeter' for Class 'Project' : field 'fixPerimeter' not found in Database.
2019-09-23 10:11:27.314 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.314 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.315 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.315 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.316 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.316 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.316 ** ERROR ** [V8.2.0] Error on SqlElement to get 'isUnderConstruction' for Class 'Project' : field 'isUnderConstruction' not found in Database.
2019-09-23 10:11:27.317 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.317 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.318 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.318 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.319 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.319 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.320 ** ERROR ** [V8.2.0] Error on SqlElement to get 'excludeFromGlobalPlanning' for Class 'Project' : field 'excludeFromGlobalPlanning' not found in Database.
2019-09-23 10:11:27.320 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.321 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.321 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.322 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.322 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.323 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.323 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handled' for Class 'Project' : field 'handled' not found in Database.
2019-09-23 10:11:27.324 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.324 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.325 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.325 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.325 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.326 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.326 ** ERROR ** [V8.2.0] Error on SqlElement to get 'handledDate' for Class 'Project' : field 'handledDate' not found in Database.
2019-09-23 10:11:27.326 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.327 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.327 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.327 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.328 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.328 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.328 ** ERROR ** [V8.2.0] Error on SqlElement to get 'done' for Class 'Project' : field 'done' not found in Database.
2019-09-23 10:11:27.329 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.329 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.329 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.329 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.330 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.330 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.330 ** ERROR ** [V8.2.0] Error on SqlElement to get 'doneDate' for Class 'Project' : field 'doneDate' not found in Database.
2019-09-23 10:11:27.331 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.331 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.331 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.332 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.332 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.332 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.332 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idle' for Class 'Project' : field 'idle' not found in Database.
2019-09-23 10:11:27.333 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.333 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.333 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.334 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.334 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.334 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.335 ** ERROR ** [V8.2.0] Error on SqlElement to get 'idleDate' for Class 'Project' : field 'idleDate' not found in Database.
2019-09-23 10:11:27.335 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.335 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.335 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.336 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.336 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.336 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.337 ** ERROR ** [V8.2.0] Error on SqlElement to get 'cancelled' for Class 'Project' : field 'cancelled' not found in Database.
2019-09-23 10:11:27.338 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.338 ** ERROR ** [V8.2.0] For query : select id from productproject where idProject= '14' order by id desc
2019-09-23 10:11:27.338 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.339 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.339 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.339 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.339 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.340 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.340 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.340 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.341 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.341 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.341 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.342 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.342 ** ERROR ** [V8.2.0] For query : select * from versionproject where versionproject.idProject=14
2019-09-23 10:11:27.343 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.343 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.343 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2961]
2019-09-23 10:11:27.344 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.344 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.344 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.344 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.345 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.345 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.345 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.346 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.346 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.347 ** ERROR ** [V8.2.0] For query : select * from dependency where dependency.SuccessorRefType='Project' and dependency.SuccessorRefId=14
2019-09-23 10:11:27.347 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.347 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.348 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2981]
2019-09-23 10:11:27.348 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.348 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.349 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.349 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.349 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.349 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.350 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.350 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.351 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.351 ** ERROR ** [V8.2.0] For query : select * from dependency where dependency.PredecessorRefType='Project' and dependency.PredecessorRefId=14
2019-09-23 10:11:27.352 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.352 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.352 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2981]
2019-09-23 10:11:27.353 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.353 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.353 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.353 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.354 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.354 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.354 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.355 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.355 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.356 ** ERROR ** [V8.2.0] For query : select * from link where ( ref1Type='Project' and ref1Id=14) or ( ref2Type='Project' and ref2Id=14 )
2019-09-23 10:11:27.356 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.356 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.357 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/Link.php:170]
2019-09-23 10:11:27.357 ** ERROR ** [V8.2.0] #2 Link->getLinksForObject called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2953]
2019-09-23 10:11:27.357 ** ERROR ** [V8.2.0] #3 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.358 ** ERROR ** [V8.2.0] #4 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.358 ** ERROR ** [V8.2.0] #5 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.358 ** ERROR ** [V8.2.0] #6 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.359 ** ERROR ** [V8.2.0] #7 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.359 ** ERROR ** [V8.2.0] #8 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.359 ** ERROR ** [V8.2.0] #9 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.359 ** ERROR ** [V8.2.0] #10 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.360 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.361 ** ERROR ** [V8.2.0] For query : select id from attachment where refId ='14' and refType ='Project' order by id desc
2019-09-23 10:11:27.361 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.361 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.361 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.362 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.362 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.362 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.363 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.363 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.363 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.364 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.364 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.365 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.365 ** ERROR ** [V8.2.0] For query : select id from note where refId ='14' and refType ='Project' order by id desc
2019-09-23 10:11:27.365 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.366 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:3113]
2019-09-23 10:11:27.366 ** ERROR ** [V8.2.0] #1 SqlElement->getDependantSqlElements called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2984]
2019-09-23 10:11:27.366 ** ERROR ** [V8.2.0] #2 SqlElement->getSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:672]
2019-09-23 10:11:27.367 ** ERROR ** [V8.2.0] #3 SqlElement->__construct called at [/var/www/....../htdocs/model/ProjectMain.php:188]
2019-09-23 10:11:27.367 ** ERROR ** [V8.2.0] #4 ProjectMain->__construct called at [/var/www/....../htdocs/model/Project.php:40]
2019-09-23 10:11:27.367 ** ERROR ** [V8.2.0] #5 Project->__construct called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1103]
2019-09-23 10:11:27.367 ** ERROR ** [V8.2.0] #6 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.368 ** ERROR ** [V8.2.0] #7 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.368 ** ERROR ** [V8.2.0] #8 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.368 ** ERROR ** [V8.2.0] #9 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.369 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.369 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.369 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.370 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.370 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.370 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.371 ** ERROR ** [V8.2.0] Error on SqlElement to get 'sortOrder' for Class 'Project' : field 'sortOrder' not found in Database.
2019-09-23 10:11:27.371 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.371 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2997)
2019-09-23 10:11:27.372 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.372 ** ERROR ** [V8.2.0] ERROR **
2019-09-23 10:11:27.372 ** ERROR ** [V8.2.0] on file '/var/www/....../htdocs/model/persistence/SqlElement.php' at line (2999)
2019-09-23 10:11:27.372 ** ERROR ** [V8.2.0] cause = array_key_exists() expects parameter 2 to be array, boolean given
2019-09-23 10:11:27.373 ** ERROR ** [V8.2.0] Error on SqlElement to get 'isLeaveMngProject' for Class 'Project' : field 'isLeaveMngProject' not found in Database.
2019-09-23 10:11:27.373 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.374 ** ERROR ** [V8.2.0] For query : select * from indicatordefinition where nameIndicatorable='Tender' and idle = 0 and idProject in (14)
2019-09-23 10:11:27.374 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.374 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.375 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1112]
2019-09-23 10:11:27.375 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.375 ** ERROR ** [V8.2.0] #3 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.376 ** ERROR ** [V8.2.0] #4 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.376 ** ERROR ** [V8.2.0] #5 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.377 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.377 ** ERROR ** [V8.2.0] For query : select * from indicatordefinition where indicatordefinition.nameIndicatorable='Tender' and indicatordefinition.idle=0 and indicatordefinition.idProject is null
2019-09-23 10:11:27.377 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.378 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.378 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/model/persistence/SqlElement.php:1115]
2019-09-23 10:11:27.378 ** ERROR ** [V8.2.0] #2 SqlElement->saveSqlElement called at [/var/www/....../htdocs/model/persistence/SqlElement.php:876]
2019-09-23 10:11:27.379 ** ERROR ** [V8.2.0] #3 SqlElement->saveForced called at [/var/www/....../htdocs/model/persistence/SqlElement.php:887]
2019-09-23 10:11:27.379 ** ERROR ** [V8.2.0] #4 SqlElement->simpleSave called at [/var/www/....../htdocs/model/TenderMain.php:389]
2019-09-23 10:11:27.379 ** ERROR ** [V8.2.0] #5 TenderMain->save called at [/var/www/....../htdocs/tool/saveObject.php:78]
2019-09-23 10:11:27.380 ** ERROR ** [V8.2.0] Exception-[25P02] SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block
2019-09-23 10:11:27.381 ** ERROR ** [V8.2.0] For query : select * from checklistdefinition where nameChecklistable='Tender' and (idType is null or idType='114')
2019-09-23 10:11:27.381 ** ERROR ** [V8.2.0] Strack trace :
2019-09-23 10:11:27.381 ** ERROR ** [V8.2.0] #0 Sql->query called at [/var/www/....../htdocs/model/persistence/SqlElement.php:2480]
2019-09-23 10:11:27.382 ** ERROR ** [V8.2.0] #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/....../htdocs/tool/saveObject.php:91]
2019-09-23 10:11:27.997 ** ERROR ** [V8.2.0] Error on SqlElement to get 'taxAmount' for Class 'Tender' : field 'taxAmount' not found in Database.
2019-09-23 10:11:27.997 ** ERROR ** [V8.2.0] Error on SqlElement to get 'fullAmount' for Class 'Tender' : field 'fullAmount' not found in Database.
2019-09-23 10:11:27.997 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalUntaxedAmount' for Class 'Tender' : field 'totalUntaxedAmount' not found in Database.
2019-09-23 10:11:27.997 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalTaxAmount' for Class 'Tender' : field 'totalTaxAmount' not found in Database.
2019-09-23 10:11:27.998 ** ERROR ** [V8.2.0] Error on SqlElement to get 'totalFullAmount' for Class 'Tender' : field 'totalFullAmount' not found in Database.
This issue, appearing only on postgres database,, is fixed on V8.2.1