Server Code : ps

This commit is contained in:
VE10-Sanjeev 2023-05-30 18:45:55 +05:30
parent f569cf1f0b
commit 43b21c464a
2897 changed files with 831055 additions and 823438 deletions

0
README.md Executable file → Normal file
View File

0
application/.htaccess Executable file → Normal file
View File

0
application/cache/.htaccess vendored Executable file → Normal file
View File

0
application/cache/index.html vendored Executable file → Normal file
View File

2
application/config/config.php Executable file → Normal file
View File

@ -16,7 +16,7 @@
| environments. | environments.
| |
*/ */
$base = "http://".$_SERVER['HTTP_HOST']; $base = "https://".$_SERVER['HTTP_HOST'];
$base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']); $base .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
$config['base_url'] = $base; $config['base_url'] = $base;

0
application/config/constants.php Executable file → Normal file
View File

0
application/config/constants.php~ Executable file → Normal file
View File

View File

@ -48,20 +48,21 @@
$active_group = 'default'; $active_group = 'default';
$active_record = TRUE; $active_record = TRUE;
// $db['default']['hostname'] = 'localhost'; // $db['default']['hostname'] = '52.172.253.20';
// $db['default']['username'] = 'root'; // $db['default']['username'] = 'kasiram9_prod';
// $db['default']['password'] = ''; // $db['default']['password'] = 'sia!1234';
// $db['default']['database'] = 'kasiram9_SiddharthIndustries'; // $db['default']['database'] = 'kasiram9_SIAPROD';
$db['default']['hostname'] = '119.18.54.85';
$db['default']['username'] = 'venbaehn_sia';
$db['default']['password'] = 'gmjGKp8DyyxqnSc';
$db['default']['database'] = 'venbaehn_sia';
// $db['default']['hostname'] = '127.0.0.1';
// $db['default']['username'] = 'seuser';
// $db['default']['password'] = 'Sine@1234';
// $db['default']['database'] = 'kasiram9_SIAPROD';
$db['default']['hostname'] = 'sidharthindustries.com';
$db['default']['username'] = 'kasiram9_prod';
$db['default']['password'] = 'sia!1234';
$db['default']['database'] = 'kasiram9_SIAPROD';
// $db['default']['username'] = 'kasiram9_Siddh';
// $db['default']['password'] = 'sidh@1234';
// $db['default']['database'] = 'kasiram9_SIADEV';
//$db['default']['database'] = 'kasiram9_SiddharthIndustries';
//$db['default']['database'] = 'kasiram9_SIAPROD';
$db['default']['dbdriver'] = 'mysqli'; $db['default']['dbdriver'] = 'mysqli';
$db['default']['dbprefix'] = ''; $db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE; $db['default']['pconnect'] = TRUE;

0
application/config/doctypes.php Executable file → Normal file
View File

0
application/config/foreign_chars.php Executable file → Normal file
View File

0
application/config/grocery_crud.php Executable file → Normal file
View File

0
application/config/hooks.php Executable file → Normal file
View File

0
application/config/index.html Executable file → Normal file
View File

0
application/config/migration.php Executable file → Normal file
View File

0
application/config/mimes.php Executable file → Normal file
View File

0
application/config/profiler.php Executable file → Normal file
View File

2
application/config/routes.php Executable file → Normal file
View File

@ -376,5 +376,3 @@ $route['shortagematerialListing'] = 'rawmaterialdetails/shortagematerialListing'
$route['MaterailStockReport'] = 'batchcard/MaterailStockReport'; $route['MaterailStockReport'] = 'batchcard/MaterailStockReport';
$route['IndividualStockDetails'] = 'batchcard/IndividualStockDetails'; $route['IndividualStockDetails'] = 'batchcard/IndividualStockDetails';
$route['Excerise'] = "cashbook/excelLibExcerise";

0
application/config/smileys.php Executable file → Normal file
View File

0
application/config/user_agents.php Executable file → Normal file
View File

0
application/controllers/Controller.php Executable file → Normal file
View File

0
application/controllers/CostCenter.php Executable file → Normal file
View File

0
application/controllers/MRIRcontroller.php Executable file → Normal file
View File

0
application/controllers/amendmentpurchaseorder.php Executable file → Normal file
View File

0
application/controllers/assetdetails.php Executable file → Normal file
View File

0
application/controllers/batchcard.php Executable file → Normal file
View File

0
application/controllers/c_test.php Executable file → Normal file
View File

View File

@ -1,4 +1,5 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); <?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php'; require APPPATH . '/libraries/BaseController.php';
require APPPATH . '/third_party/mpdf/mpdf.php'; require APPPATH . '/third_party/mpdf/mpdf.php';
/** /**
@ -607,7 +608,6 @@ class cashbook extends BaseController
$pathinfo = pathinfo($_FILES['userfile']['name']); $pathinfo = pathinfo($_FILES['userfile']['name']);
$config['upload_path'] = 'uploads/banking/'; $config['upload_path'] = 'uploads/banking/';
// $config['allowed_types'] = 'png|jpg|jpeg|xlsx'; // $config['allowed_types'] = 'png|jpg|jpeg|xlsx';
// $config['allowed_types'] = 'xlsx|csv|xls';
$config['allowed_types'] = '*'; $config['allowed_types'] = '*';
$config['file_name'] = $_FILES['userfile']['name']; $config['file_name'] = $_FILES['userfile']['name'];
$config['overwrite'] = true; $config['overwrite'] = true;
@ -2347,5 +2347,6 @@ $amountInWords = "Rupees " . $result ." Paise ". $points." Only";
return $amountInWords; return $amountInWords;
} }
} }
?> ?>

File diff suppressed because it is too large Load Diff

0
application/controllers/companycontroller.php Executable file → Normal file
View File

0
application/controllers/configurationctrl.php Executable file → Normal file
View File

0
application/controllers/department.php Executable file → Normal file
View File

599
application/controllers/emergencypurchaseorder.php Executable file → Normal file
View File

@ -584,9 +584,9 @@ $prefile =array();
//This used to Create Revenue Emergency Purchase Order //This used to Create Revenue Emergency Purchase Order
function addNewRevenuePurchaseOrder() function addNewRevenuePurchaseOrder()
{ {
log_message('error'," Revenue E-PO FNS.");
$txtspl=$this->input->post('txtSpecial');
$txtspl=$this->input->post('txtSpecial');
$POdt =$this->input->post('PODate'); $POdt =$this->input->post('PODate');
@ -594,15 +594,15 @@ $prefile =array();
$SupplierID = $this->input->post('drpSupplier'); $SupplierID = $this->input->post('drpSupplier');
$DeliveryAddr = $this->input->post('DeliveryAddr'); $DeliveryAddr = $this->input->post('DeliveryAddr');
$dt = $this->input->post('Deliverydt'); $dt = $this->input->post('Deliverydt');
$DeliveryOption = $this->input->post('DateRange'); $DeliveryOption = $this->input->post('DateRange');
if($DeliveryOption==1){ if($DeliveryOption==1){
$Deliverydt = ''; $Deliverydt = '';
$DeliverySchedule = $this->input->post('Scheduleby'); $DeliverySchedule = $this->input->post('Scheduleby');
} }
else{ else{
$Deliverydt = $this->getDateformat($dt); $Deliverydt = $this->getDateformat($dt);
$DeliverySchedule = ''; $DeliverySchedule = '';
} }
$Modeofshipment=$this->input->post('emergmodeofshipment'); $Modeofshipment=$this->input->post('emergmodeofshipment');
$supplierreference=$this->input->post('emergsupplierreference'); $supplierreference=$this->input->post('emergsupplierreference');
@ -611,30 +611,23 @@ $prefile =array();
$fincap=$this->input->post('emergfincap'); $fincap=$this->input->post('emergfincap');
$revenuetype=$this->input->post('PoTypeOptions'); $revenuetype=$this->input->post('PoTypeOptions');
$insurancestatus=$this->input->post('insuranceStatus'); $insurancestatus=$this->input->post('insuranceStatus');
if($insurancestatus == 1){ if($insurancestatus == 1) $insuranceno=$this->input->post('insuranceNo');
$insuranceno=$this->input->post('insuranceNo'); else $insuranceno="";
}else{
$insuranceno=""; $CostCenterName = $this->input->post('CostCenterName');
}
$CostCenterName = $this->input->post('CostCenterName');
$POType = $this->input->post('POType'); $POType = $this->input->post('POType');
$PoRange = $this->input->post('txtPoRange'); $PoRange = $this->input->post('txtPoRange');
$SpcialInstruction = $this->input->post('txtSpcialInstruction'); $SpcialInstruction = $this->input->post('txtSpcialInstruction');
$RequistionComments = "Created Emergency Revenue PO"; $RequistionComments = "Created Emergency Revenue PO";
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary'); $TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
if($txtspl==0) if($txtspl==0) $POStatus=REQITEM_Emergency_PO_CREATED;
{ else $POStatus=SPECIAL_PO;
$POStatus=REQITEM_Emergency_PO_CREATED;
}
else
{
$POStatus=SPECIAL_PO;
}
//$POStatus = $this->input->post('TextStatus'); //$POStatus = $this->input->post('TextStatus');
$RequestedBy = $this->input->post('drpDepartment'); $RequestedBy = $this->input->post('drpDepartment');
$CreateBy = $this->session->userdata ( 'userId' ); $CreateBy = $this->session->userdata ( 'userId' );
// $RowCount = $this->input->post('TextRowCount'); // $RowCount = $this->input->post('TextRowCount');
@ -646,62 +639,53 @@ $RequestedBy = $this->input->post('drpDepartment');
// $DeletedRow = $this->input->post('TextDeletedRowCount'); // $DeletedRow = $this->input->post('TextDeletedRowCount');
$DeletedRow = $this->input->post('txtDeletedRow1'); $DeletedRow = $this->input->post('txtDeletedRow1');
$splRow = $this->input->post('splrow');
$splRow = $this->input->post('splrow');
// echo $DeletedRow; // echo $DeletedRow;
$ReqStatus = REQITEM_Emergency_PO_CREATED; $ReqStatus = REQITEM_Emergency_PO_CREATED;
$Local_Interstate=$this->input->post('Range'); $Local_Interstate=$this->input->post('Range');
$comma_separated = explode(':', $DeletedRow); $comma_separated = explode(':', $DeletedRow);
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata')); $dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddt = $dt->format('Y-m-d H:i:s'); $createddt = $dt->format('Y-m-d H:i:s');
$PaymentTerms=$this->input->post('PaymentMethod'); $PaymentTerms=$this->input->post('PaymentMethod');
$OtherPayment=$this->input->post('Otherpayment'); $OtherPayment=$this->input->post('Otherpayment');
if($POStatus==SPECIAL_PO) if($POStatus==SPECIAL_PO) $Qualitycheck=$this->input->post('txtQuality');
{ else $Qualitycheck=1;
$Qualitycheck=$this->input->post('txtQuality');
}
else
{
$Qualitycheck=1;
}
//add requistion //add requistion
$Request = array('ReqType'=>$POType, 'RequestedDept'=>$RequestedBy,'CostCenterCode'=>$CostCenterName,'Status'=>$ReqStatus,'Comments'=>$RequistionComments,'ReqDate'=>$createddt,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy); $Request = array('ReqType'=>$POType, 'RequestedDept'=>$RequestedBy,'CostCenterCode'=>$CostCenterName,'Status'=>$ReqStatus,'Comments'=>$RequistionComments,'ReqDate'=>$createddt,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy);
// print_r($Request);die();
$Req = $this->requistion_model->addRequistion($Request); $Req = $this->requistion_model->addRequistion($Request);
$RegNo='';
$RegNo=''; if(count($Req)>0)
if(count($Req)>0) {
{ $RegNo = $Req[0]['ReqNo'];
$RegNo = $Req[0]['ReqNo']; log_message('error'," Revenue E-PO Req Raised Number".$RegNo);
} }
echo "i HAVE".$RegNo;
die();
// PO Master // PO Master
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'PORange'=>$Local_Interstate,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'CapitalRange'=>$Local_Interstate,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Modeofshipment,'Supplier_Offer_No'=>$supplieroffno,'Supplier_Reference'=>$supplierreference,'Other_Reference'=>$otherreference,'InsuranceNumber'=>$insuranceno,'InsuranceStatus'=>$insurancestatus,'Fincap'=>$fincap,'POSubType'=>$revenuetype,'IsQualityChkReqired'=>$Qualitycheck,'BudgetType'=>$BudgetType); $POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'PORange'=>$Local_Interstate,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'CapitalRange'=>$Local_Interstate,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Modeofshipment,'Supplier_Offer_No'=>$supplieroffno,'Supplier_Reference'=>$supplierreference,'Other_Reference'=>$otherreference,'InsuranceNumber'=>$insuranceno,'InsuranceStatus'=>$insurancestatus,'Fincap'=>$fincap,'POSubType'=>$revenuetype,'IsQualityChkReqired'=>$Qualitycheck,'BudgetType'=>$BudgetType);
//print_r($POList); //print_r($POList);
$POMaster = $this->purchaseorder_model->addPOMaster($POList,$POType,$revenuetype); $POMaster = $this->purchaseorder_model->addPOMaster($POList,$POType,$revenuetype);
$PONO = ''; $PONO = '';
if(count($POMaster)>0) if(count($POMaster)>0)
{ {
$PONO = $POMaster[0]['PONO']; $PONO = $POMaster[0]['PONO'];
} log_message('error'," Revenue E-PO Number .".$PONO);
//echo $PONO; }
// PO Line Items //echo $PONO;
$RegDetailsStatus=REQITEM_POCREATED; // PO Line Items
$LineItemStatus = REQITEM_NEW; $RegDetailsStatus=REQITEM_POCREATED;
$LineItemStatus = REQITEM_NEW;
for ($i = 1; $i <= $RowCount; $i++) for ($i = 1; $i <= $RowCount; $i++)
{ {
$MaterialCode = $this->input->post('materialCode'.$i); $MaterialCode = $this->input->post('materialCode'.$i);
@ -721,7 +705,7 @@ $RequestedBy = $this->input->post('drpDepartment');
$FreightType = $this->input->post('FreightType'.$i); $FreightType = $this->input->post('FreightType'.$i);
$FreightValue = $this->input->post('FreightVal'.$i); $FreightValue = $this->input->post('FreightVal'.$i);
$AfterFreightValue = $this->input->post('AfterFreightVal'.$i); $AfterFreightValue = $this->input->post('AfterFreightVal'.$i);
$NOOfTrip = $this->input->post('NoOfTrip'.$i); $NOOfTrip = $this->input->post('NoOfTrip'.$i);
$InsuranceValue = $this->input->post('Insval'.$i); $InsuranceValue = $this->input->post('Insval'.$i);
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i); $TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
$revenuedescription = $this->input->post('service_description'.$i); $revenuedescription = $this->input->post('service_description'.$i);
@ -746,14 +730,13 @@ $RequestedBy = $this->input->post('drpDepartment');
} }
} }
} }
if($SkipInsert == "False") if($SkipInsert == "False")
{ {
//add requistion details //add requistion details
$ReqDetails = array('ReqNo'=>$RegNo, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Status'=>$RegDetailsStatus,'UpdatedBy'=>$CreateBy,'UpdatedOn'=>$createddt); $ReqDetails = array('ReqNo'=>$RegNo, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Status'=>$RegDetailsStatus,'UpdatedBy'=>$CreateBy,'UpdatedOn'=>$createddt);
$ReqDetQuery = $this->requistion_model->addRequistionDetails($ReqDetails);
log_message('error'," Revenue E-PO RequistionDetails . ".$ReqDetQuery);
$ReqDetQuery = $this->requistion_model->addRequistionDetails($ReqDetails);
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$RegNo,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Per'=>$per,'ServiceMaterialDescription'=>$revenuedescription); $POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$RegNo,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Per'=>$per,'ServiceMaterialDescription'=>$revenuedescription);
//print_r($POLineItemList); //print_r($POLineItemList);
@ -763,214 +746,170 @@ $RequestedBy = $this->input->post('drpDepartment');
if(count($POLineItem)>0) if(count($POLineItem)>0)
{ {
$LineItemNo = $POLineItem[0]['LineItemNo']; $LineItemNo = $POLineItem[0]['LineItemNo'];
log_message('error'," Revenue E-PO Line Item Number . ".$LineItemNo);
} }
//echo $LineItemNo; //echo $LineItemNo;
/*----------------------------*/ /*----------------------------*/
// $logpo =array('PONO'=>$PONO,'Date'=>$PODate,'POType'=>$POType,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'SupplierID'=>$SupplierID,'LineItemNos'=>$LineItemNo); // $logpo =array('PONO'=>$PONO,'Date'=>$PODate,'POType'=>$POType,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'SupplierID'=>$SupplierID,'LineItemNos'=>$LineItemNo);
// $logaddpo = $this->purchaseorder_model->newlogpo($logpo);
// $logaddpo = $this->purchaseorder_model->newlogpo($logpo);
/*----------------------------*/ /*----------------------------*/
if(trim($POType) == REVENUE ) if(trim($POType) == REVENUE )
{ {
// echo 'Success'; // echo 'Success';
$RevenueTaxList = array('LineItemNo'=>$LineItemNo, 'DiscountType'=>$DiscountType,'DiscountValue'=>$DiscountValue,'AfterDiscount'=>$AfterDiscount,'PackagingType'=>$PackagingType,'PackagingValue'=>$PackagingValue,'PackagingCalulatedOn'=>$PackagingOption,'AfterPackagingValue'=>$AfterPackagingValue,'FreightType'=>$FreightType, 'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue,'Insurance'=>$InsuranceValue,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt, 'CGST'=>$Cgst,'AfterCGST'=>$AfterCgst,'SGST'=>$Sgst,'AfterSGST'=>$AfterSgst,'IGST'=>$Igst,'AfterIGST'=>$AfterIgst,'NoOfTrip'=>$NOOfTrip); $RevenueTaxList = array('LineItemNo'=>$LineItemNo, 'DiscountType'=>$DiscountType,'DiscountValue'=>$DiscountValue,'AfterDiscount'=>$AfterDiscount,'PackagingType'=>$PackagingType,'PackagingValue'=>$PackagingValue,'PackagingCalulatedOn'=>$PackagingOption,'AfterPackagingValue'=>$AfterPackagingValue,'FreightType'=>$FreightType, 'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue,'Insurance'=>$InsuranceValue,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt, 'CGST'=>$Cgst,'AfterCGST'=>$AfterCgst,'SGST'=>$Sgst,'AfterSGST'=>$AfterSgst,'IGST'=>$Igst,'AfterIGST'=>$AfterIgst,'NoOfTrip'=>$NOOfTrip);
//print_r($RevenueTaxList); //print_r($RevenueTaxList);
$RevenueList = $this->purchaseorder_model->addRevenueTax($RevenueTaxList); $RevenueList = $this->purchaseorder_model->addRevenueTax($RevenueTaxList);
//echo 'Revenue tax Success'; //echo 'Revenue tax Success';
log_message('error'," Revenue E-PO tax Success . ");
} }
} }
} }
if($txtspl==1 || $txtspl==2) if($txtspl==1 || $txtspl==2)
{ {
$PONOigr = $PONO;
//secho "cwwe"; //IGR Data Entry
//die(); //$DeliveryChellanOrInvoiceNo = $this->input->post('ChallanInvNo');
$PONOigr = $PONO; $DeliveryChellanInvoiceNo=$this->input->post('ChallanInvNo');
//echo $PONOigr; $DeliveryChellan = $this->input->post('ChallanInvDate');
//die(); $DeliveryChellanDate = $this->getDateformat($DeliveryChellan);
//IGR Data Entry
//$DeliveryChellanOrInvoiceNo = $this->input->post('ChallanInvNo');
$DeliveryChellanInvoiceNo=$this->input->post('ChallanInvNo'); $MaterialReceive = $this->input->post('MRC');
$MaterialReceivedate = $this->getDateformat($MaterialReceive);
$DeliveryChellan = $this->input->post('ChallanInvDate'); $Vehicle = $this->input->post('VehicleNo');
$DeliveryChellanDate = $this->getDateformat($DeliveryChellan); $Courier = $this->input->post('CourierNo');
$MaterialReceive = $this->input->post('MRC');
$MaterialReceivedate = $this->getDateformat($MaterialReceive);
$Vehicle = $this->input->post('VehicleNo'); $CreatedBy = $this->session->userdata('userId');
$Courier = $this->input->post('CourierNo');
$Remarksmrir='Emergency PO without Quality Check';
//$Remarks = $this->input->post('Remarks');
//$RowCount = $this->input->post('TextRowCount');
//echo $RowCount;
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddt = $dt->format('Y-m-d H:i:s');
$CreatedBy = $this->session->userdata('userId'); $IGRStatus = IGR_CREATED;
$Remarksmrir='Emergency PO without Quality Check';
//$Remarks = $this->input->post('Remarks');
//$RowCount = $this->input->post('TextRowCount');
//echo $RowCount;
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddt = $dt->format('Y-m-d H:i:s');
$IGRStatus = IGR_CREATED;
$igr = array();
$paymentstatus = NO_PAIDIGR;
$igr = array('PONO'=>$PONO,'VehicleNo'=>$Vehicle,'DeliveryChellanOrInvoiceNo'=>$DeliveryChellanInvoiceNo,'DeliveryChellanDate'=>$DeliveryChellanDate,'MaterialRcvdDate'=>$DeliveryChellanDate,'CourierNo'=>$Courier,'IGRStatus'=>$IGRStatus,'CreatedBy'=>$CreatedBy,'CreatedDate' =>$createddt,'MaterialRcvdDate'=>$MaterialReceivedate,'Paymentstatus'=>$paymentstatus);
//print_r($igr);
$igr = array(); $igrM = $this->inwardgateregister_model->addigrM($igr);
$paymentstatus = NO_PAIDIGR; $IGRNO = '';
$igr = array('PONO'=>$PONO,'VehicleNo'=>$Vehicle,'DeliveryChellanOrInvoiceNo'=>$DeliveryChellanInvoiceNo,'DeliveryChellanDate'=>$DeliveryChellanDate,'MaterialRcvdDate'=>$DeliveryChellanDate,'CourierNo'=>$Courier,'IGRStatus'=>$IGRStatus,'CreatedBy'=>$CreatedBy,'CreatedDate' =>$createddt,'MaterialRcvdDate'=>$MaterialReceivedate,'Paymentstatus'=>$paymentstatus); if(count($igrM)>0)
{
foreach ($igrM as $key )
{
$IGRNO=$key->IGRNO;
log_message('error'," Revenue E-PO IGR Number.".$IGRNO);
}
}
if($Qualitycheck==0)
{
//print_r($igr);
$igrM = $this->inwardgateregister_model->addigrM($igr); $mrirmastervalues = array('MRIRStatus'=>MRIR_APPROVED,'IGRNO'=>$IGRNO,'PONO'=>$PONO,'CreatedBy'=>$CreatedBy,'Createdon'=>$createddt,'Remarks'=>$Remarksmrir);
$mrirmaster = $this->mrir_model->master_mrir($mrirmastervalues);
$MRIRNO = '';
if(count($mrirmaster)>0)
{
foreach ($mrirmaster as $key ) {
$MRIRNO=$key->MRIRNo; }
log_message('error'," Revenue E-PO MRIR Number.".$MRIRNO);
}
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = $this->input->post('materialCode'.$i);
$Quantity = $this->input->post('quantity'.$i);
$Remarked = "Special PO Without Quality Check";
$MRIRStatus=MRIR_APPROVED;
//this array to store the value in child table..
$mrirdetailvalues = array('MRIRNO'=>$MRIRNO,'MaterialCode'=>$MaterialCode,'ActualQuantityReceived'=>$Quantity,'Remarks'=>$Remarked,'MRIRStatus'=>$MRIRStatus);
$mrirdetails = $this->mrir_model->detail_mrir($mrirdetailvalues);
log_message('error'," Revenue E-PO MRIR Item Number.".$mrirdetails[0]['MRIRItemNo']);
$getAvailableqty = $this->mrir_model->getItemQuantityFromStock(trim($MaterialCode));
if(count($getAvailableqty)>0)
$IGRNO = '';
if(count($igrM)>0)
{
foreach ($igrM as $key )
{
$IGRNO=$key->IGRNO;
}
}
// echo $IGRNO;
if($Qualitycheck==0)
{
$mrirmastervalues = array('MRIRStatus'=>MRIR_APPROVED,'IGRNO'=>$IGRNO,'PONO'=>$PONO,'CreatedBy'=>$CreatedBy,'Createdon'=>$createddt,'Remarks'=>$Remarksmrir);
$mrirmaster = $this->mrir_model->master_mrir($mrirmastervalues);
$MRIRNO = '';
if(count($mrirmaster)>0)
{
foreach ($mrirmaster as $key ) {
$MRIRNO=$key->MRIRNo; }
}
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = $this->input->post('materialCode'.$i);
$Quantity = $this->input->post('quantity'.$i);
$Remarked = "Special PO Without Quality Check";
$MRIRStatus=MRIR_APPROVED;
//this array to store the value in child table..
$mrirdetailvalues = array('MRIRNO'=>$MRIRNO,'MaterialCode'=>$MaterialCode,'ActualQuantityReceived'=>$Quantity,'Remarks'=>$Remarked,'MRIRStatus'=>$MRIRStatus);
//print_r($mrirdetailvalues);
//die();
$mrirdetails = $this->mrir_model->detail_mrir($mrirdetailvalues);
$getAvailableqty = $this->mrir_model->getItemQuantityFromStock(trim($MaterialCode));
if(count($getAvailableqty)>0)
{ {
$avlQty = $getAvailableqty[0]['Quantity']; $avlQty = $getAvailableqty[0]['Quantity'];
} }
$updatStock = array('Quantity'=>($Quantity+$avlQty),'Status'=>'0','UpdatedOn'=>$createddt,'UpdatedBy'=>$CreatedBy,'Remarks'=>'Stock added for '. $MRIRNO); $updatStock = array('Quantity'=>($Quantity+$avlQty),'Status'=>'0','UpdatedOn'=>$createddt,'UpdatedBy'=>$CreatedBy,'Remarks'=>'Stock added for '. $MRIRNO);
$this->mrir_model->UpdateStock($updatStock,trim($MaterialCode)); $this->mrir_model->UpdateStock($updatStock,trim($MaterialCode));
} }
} }
$IGRItemStatus = REQITEM_NEW;
for ($i = 1; $i <= $RowCount; $i++)
$IGRItemStatus = REQITEM_NEW;
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = trim($this->input->post('materialCode'.$i));
$QuantityAsPerInvoice = $this->input->post('quantity'.$i);
$OrderedQuantity = $this->input->post('quantity'.$i);
$ReceivedQty = $this->input->post('AQuantity'.$i);
$emergencyitemcode = $this->input->post('emergencyitemcode');
$PendingQty = 0;
//echo $QuantityAsPerInvoice;
//echo $PendingQty.'ReceivedQty'.$ReceivedQty;
//echo ' ';
if(strlen($QuantityAsPerInvoice)>0 && $QuantityAsPerInvoice != '0')
{ {
$Remarks = "Special PO Created";
$ItemStatus = '';
//if($QuantityAsPerInvoice == $OrderedQuantity)
if($PendingQty == 0.00 ) $MaterialCode = trim($this->input->post('materialCode'.$i));
{ $QuantityAsPerInvoice = $this->input->post('quantity'.$i);
$ItemStatus = IGR_CREATED;
} $OrderedQuantity = $this->input->post('quantity'.$i);
else
$ReceivedQty = $this->input->post('AQuantity'.$i);
$emergencyitemcode = $this->input->post('emergencyitemcode');
$PendingQty = 0;
//echo $QuantityAsPerInvoice;
//echo $PendingQty.'ReceivedQty'.$ReceivedQty;
//echo ' ';
if(strlen($QuantityAsPerInvoice)>0 && $QuantityAsPerInvoice != '0')
{ {
$ItemStatus = POLINEITEM_IGRPARTIAL_CREATED; $Remarks = "Special PO Created";
} $ItemStatus = '';
//if($QuantityAsPerInvoice == $OrderedQuantity)
$CreatedBy = $this->session->userdata('userId'); if($PendingQty == 0.00 )
{
$ItemStatus = IGR_CREATED;
}
else
{
$ItemStatus = POLINEITEM_IGRPARTIAL_CREATED;
}
$CreatedBy = $this->session->userdata('userId');
$igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt); $igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt);
@ -979,51 +918,46 @@ $RequestedBy = $this->input->post('drpDepartment');
//print_r($igrDetails); //print_r($igrDetails);
$igrD = $this->inwardgateregister_model->addigrD($igrDetails); $igrD = $this->inwardgateregister_model->addigrD($igrDetails);
//print_r($igrD);
//* ================================================== * /
//print_r($igrD);
//* ================================================== * /
$IGRItemNo = ''; $IGRItemNo = '';
foreach($igrD as $value) foreach($igrD as $value)
{ {
$IGRItemNo = $value->IGRItemNo; $IGRItemNo = $value->IGRItemNo;
log_message('error'," Revenue E-PO IGR Item Number.".$IGRItemNo);
} }
//echo $IGRItemNo; //echo $IGRItemNo;
$MaterialstockHistoryadd= array('Ref_No'=>$IGRItemNo,'MaterialCode'=>$MaterialCode,'Transaction_type'=>'Add','Ref_Type'=>'IGR','SupplierID'=>$SupplierID,'Quantity'=>$QuantityAsPerInvoice,'ItemValue'=>$itemRate,'CreatedBy'=>$CreatedBy,'CreatedOn'=>$createddt); $MaterialstockHistoryadd= array('Ref_No'=>$IGRItemNo,'MaterialCode'=>$MaterialCode,'Transaction_type'=>'Add','Ref_Type'=>'IGR','SupplierID'=>$SupplierID,'Quantity'=>$QuantityAsPerInvoice,'ItemValue'=>$itemRate,'CreatedBy'=>$CreatedBy,'CreatedOn'=>$createddt);
$this->inwardgateregister_model->addMaterialStockHistory($MaterialstockHistoryadd); $this->inwardgateregister_model->addMaterialStockHistory($MaterialstockHistoryadd);
//*=====================================================*/ //*=====================================================*/
//*===================================================*/ //*===================================================*/
$get_pre_qty= $this->inwardgateregister_model->get_CurrentQty($MaterialCode); $get_pre_qty= $this->inwardgateregister_model->get_CurrentQty($MaterialCode);
$av_qty=0; $av_qty=0;
if(!empty($get_pre_qty)) if(!empty($get_pre_qty))
{ {
foreach($get_pre_qty as $gt) foreach($get_pre_qty as $gt)
{ {
$av_qty=$gt->Current_stock; $av_qty=$gt->Current_stock;
} }
} }
$currentav_qty= $QuantityAsPerInvoice+$av_qty; $currentav_qty= $QuantityAsPerInvoice+$av_qty;
$current_qty= array('Current_stock'=>$currentav_qty); $current_qty= array('Current_stock'=>$currentav_qty);
$this->inwardgateregister_model->addmaterialmaster($current_qty,$MaterialCode); $this->inwardgateregister_model->addmaterialmaster($current_qty,$MaterialCode);
//*==================================================*/
//*==================================================*/
@ -1036,123 +970,110 @@ $RequestedBy = $this->input->post('drpDepartment');
$ReceivedQuantity=$key->ReceivedQuantity; $ReceivedQuantity=$key->ReceivedQuantity;
} }
} }
$totalReceivedqty = $ReceivedQuantity + $QuantityAsPerInvoice; $totalReceivedqty = $ReceivedQuantity + $QuantityAsPerInvoice;
//echo ''; //echo '';
$POLineItem = array('ReceivedQuantity'=>$totalReceivedqty,'Status'=>$ItemStatus,'UpdateBY'=>$CreatedBy,'UpdatedOn'=>$createddt ); $POLineItem = array('ReceivedQuantity'=>$totalReceivedqty,'Status'=>$ItemStatus,'UpdateBY'=>$CreatedBy,'UpdatedOn'=>$createddt );
$this->inwardgateregister_model->UpdatePOLineItem($POLineItem,$PONO,$MaterialCode); $this->inwardgateregister_model->UpdatePOLineItem($POLineItem,$PONO,$MaterialCode);
}
//$myfile = array('FilePath'=>$filename);
// $emergencyitemcode = $this->input->post('emergencyitemcode'.$i);
// ($this->input->post('materialCode'.$i));
} }
$counts = $this->input->post('hidecounter');
//$myfile = array('FilePath'=>$filename); $constants = $this->input->post('hideconstant');
// $emergencyitemcode = $this->input->post('emergencyitemcode'.$i);
// ($this->input->post('materialCode'.$i));
}
$counts = $this->input->post('hidecounter');
$constants = $this->input->post('hideconstant');
// $arr = []; // $arr = [];
// for($i=1;$i<=$constants;$i++){ // for($i=1;$i<=$constants;$i++){
// $pathname = 'browseFiles'.$i; // $pathname = 'browseFiles'.$i;
// if(!empty($_FILES[$pathname]['name'])) // if(!empty($_FILES[$pathname]['name']))
// { // {
// $Picture = $this->addfile($pathname); // $Picture = $this->addfile($pathname);
// //echo $Picture; // //echo $Picture;
// $arr[$i] = array($Picture); // $arr[$i] = array($Picture);
// } // }
// } // }
$arr = []; $arr = [];
$prefile =array(); $prefile =array();
for($i=1;$i<=$constants;$i++) for($i=1;$i<=$constants;$i++)
{
$pathname = 'browseFiles'.$i;
if(!empty($_FILES[$pathname]['name']))
{
$files = str_replace(" ","",$_FILES[$pathname]['name']);
$fcount = 0;
foreach ($prefile as $value)
{
if($value == $files)
{ {
$pathname = 'browseFiles'.$i;
if(!empty($_FILES[$pathname]['name']))
{
$files = str_replace(" ","",$_FILES[$pathname]['name']);
$fcount = 0;
foreach ($prefile as $value)
{
if($value == $files) $fcount++;
}
if($fcount == 0)
{
$Picture = $this->addfile($pathname);
//echo $Picture;
$arr[] = array($Picture);
}
$prefile[] = $files;
}
}
if(!empty($arr))
{
foreach($arr as $ma)
{
$index = 0;
$filename = null;
foreach($ma as $key=>$value)
{
$index++;
if($index == 1){
$filename = $value;
}
}
if(!empty($filename)){
$myfile = array('FilePath'=>$filename,'PONO'=>$PONO,'IGRNO'=>$IGRNO);
$fileno = $this->purchaseorder_model->fileupload($myfile);
log_message('error'," Revenue E-po FIle Number.".$fileno);
}
}
$fcount++;
} }
}
} echo "<script>alert('You Have Successfully created the Purchase order! $PONO');</script>";
redirect('purchaseorder/PurchaseOrderList','refresh');
if($fcount == 0)
{
$Picture = $this->addfile($pathname);
//echo $Picture;
$arr[] = array($Picture);
}
$prefile[] = $files;
}
}
if(!empty($arr))
{
foreach($arr as $ma)
{
$index = 0;
$filename = null;
foreach($ma as $key=>$value)
{
$index++;
if($index == 1){
$filename = $value;
}
}
if(!empty($filename))
{
$myfile = array('FilePath'=>$filename,'PONO'=>$PONO,'IGRNO'=>$IGRNO);
$this->purchaseorder_model->fileupload($myfile);
}
}
}
}
echo "<script>alert('You Have Successfully created the Purchase order! $PONO');</script>";
redirect('purchaseorder/PurchaseOrderList','refresh');
} }
@ -1931,8 +1852,4 @@ $newsup=$this->input->post('newsup');
} }
} }
?> ?>

File diff suppressed because it is too large Load Diff

0
application/controllers/employeedetails.php Executable file → Normal file
View File

0
application/controllers/emppaydate.php Executable file → Normal file
View File

0
application/controllers/error.php Executable file → Normal file
View File

0
application/controllers/index.html Executable file → Normal file
View File

0
application/controllers/inprocess.php Executable file → Normal file
View File

2
application/controllers/inwardgateregister.php Executable file → Normal file
View File

@ -588,7 +588,7 @@ $prefile =array();
$IGRNO=$key->IGRNO; $IGRNO=$key->IGRNO;
} }
} }
//echo $IGRNO; echo $IGRNO;
$IGRItemStatus = REQITEM_NEW; $IGRItemStatus = REQITEM_NEW;
$TotalPendingQty = ''; $TotalPendingQty = '';

View File

@ -36,8 +36,6 @@ class Login extends CI_Controller
if(!isset($isLoggedIn) || $isLoggedIn != TRUE) if(!isset($isLoggedIn) || $isLoggedIn != TRUE)
{ {
// print_r($this->session->all_userdata()); // print_r($this->session->all_userdata());
// echo '<br> current CI version : ' . CI_VERSION;
// echo '<br> Current PHP version : ' . phpversion();
$this->load->view('login'); $this->load->view('login');
} }
@ -82,10 +80,10 @@ class Login extends CI_Controller
{ {
log_message('ERROR','#####loggin_name : ' . $res->FirstName); log_message('ERROR','#####loggin_name : ' . $res->FirstName);
$sessionArray = array('userId'=>$res->userId, $sessionArray = array('userId'=>$res->userId,
'role'=>$res->roleId, 'role'=>$res->roleId,
'roleText'=>$res->role, 'roleText'=>$res->role,
'name'=>$res->FirstName, 'name'=>$res->FirstName,
// 'Designation'=>$res->Designation, //'Designation'=>$res->Designation,
'DEPCode'=>$res->DEPCode, 'DEPCode'=>$res->DEPCode,
'HeadDept'=>$res->HeadDept, 'HeadDept'=>$res->HeadDept,
'depaccess'=>$this->login_model->Accessdep($res->EmpID), 'depaccess'=>$this->login_model->Accessdep($res->EmpID),

0
application/controllers/monthlypay.php Executable file → Normal file
View File

0
application/controllers/pages.php Executable file → Normal file
View File

0
application/controllers/payslip.php Executable file → Normal file
View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -200,11 +200,9 @@ class quality extends BaseController
$type = $this->input->post('type'); $type = $this->input->post('type');
} }
$reportid = $this->input->post('rid'); $reportid = $this->input->post('rid');
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
// print_r($data['reportdata']);die();
if($type != 'INWARD' or $type == ''){ if($type != 'INWARD' or $type == ''){
$data['reportdata'] = $this->quality_model->getIndividualReportData($reportid); $data['reportdata'] = $this->quality_model->getIndividualReportData($reportid);
$filename = 'PRE DESPATCH INSPECTION REPORT'.$reportid; $filename = 'PRE DESPATCH INSPECTION REPORT'.$reportid;
$html = $this->load->View("viewindreportpdf",$data,true); $html = $this->load->View("viewindreportpdf",$data,true);
} }
@ -214,8 +212,6 @@ class quality extends BaseController
$filename = 'INWARD MATERIAL INSPECTION REPORT'.$reportid; $filename = 'INWARD MATERIAL INSPECTION REPORT'.$reportid;
$html = $this->load->View("viewindinwardreportpdf",$data,true); $html = $this->load->View("viewindinwardreportpdf",$data,true);
} }
// echo $html;
// die();
ob_end_clean(); ob_end_clean();
$mpdf=new mPDF('utf-8','A4-P',7,10,10, 10, 10, 24, 4, 6); $mpdf=new mPDF('utf-8','A4-P',7,10,10, 10, 10, 24, 4, 6);
$mpdf->SetDisplayMode('fullpage'); $mpdf->SetDisplayMode('fullpage');
@ -247,9 +243,12 @@ class quality extends BaseController
echo json_encode($res); echo json_encode($res);
} }
function saveTestReportData()
function saveTestReportData()
{ {
date_default_timezone_get('Asia/Kolkata'); date_default_timezone_get('Asia/Kolkata');
$testjson = $this->input->post('param1'); $testjson = $this->input->post('param1');
$loijson = $this->input->post('param2'); $loijson = $this->input->post('param2');
@ -533,6 +532,350 @@ class quality extends BaseController
} }
} }
}
// start zoho API
function zohobooks_api_fetch_all(){
//echo 'scuess';die();
if (isset($_POST['sync']))
{
$con = new mysqli($this->db->hostname,$this->db->username,$this->db->password,$this->db->database);
$ch=curl_init();
$organization_id = '655654572';
$client_id = '1000.T9H4WV9XTGUJRB6HRDMQANB6VT04NH';
$refresh_token = '1000.6608673cee76166874b326b8183a38ab.5fa4b2fa427fe64c5a8700f7170e3a58';
$client_secret = '91ec3fc047493706ae9c15c086741d90ef1de3cd6c';
$redirect_uri = 'https://sia.sidharthindustries.com/SIA/';
$date_today = date('Y-m-d');
$date_yesterday = date('Y-m-d',strtotime('-7 day',strtotime($date_today)));
// $date_yesterday = '2022-09-01';
// echo $date_yesterday.'-'.$date_today;//die();
$url_org ="https://books.zoho.com/api/v3/invoices?";
$fields=array(
"usestate" => "true",
"organization_id" =>"655654572",
"date_start" => $date_yesterday,
"date_end" => $date_today
);
$data_all = http_build_query($fields);
$accesstoken = '1000.095b66fc95fc81874c1cfc7d15b0904e.10bc9956d9b9ec14cce1350ee0cf8254';
//code => 57 -->expired
//code => 0 -->not expired
$headers=array(
'Authorization:Zoho-oauthtoken '.$accesstoken,
'Content-Type:application/json'
);
$data_access = $url_org.$data_all;
curl_setopt($ch, CURLOPT_URL, $data_access);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_HEADER, 0);
$body = '{}';
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result=curl_exec($ch);
$res = json_decode($result);
if($res->code=="57")
{
log('error'," IF cond. ");
$url_getauthtoken = 'https://accounts.zoho.com/oauth/v2/token?refresh_token='.$refresh_token.'&client_id='.$client_id.'&client_secret='.$client_secret.'&redirect_uri='.$redirect_uri.'&grant_type=refresh_token';
curl_setopt($ch, CURLOPT_URL, $url_getauthtoken);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_HEADER, 0);
$body = '{}';
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$res_token=curl_exec($ch);
$ress = json_decode($res_token);
$newaccesstoken = $ress->access_token;
$headers_new=array(
'Authorization:Zoho-oauthtoken '.$newaccesstoken,
'Content-Type:application/json'
);
curl_setopt($ch, CURLOPT_URL, $url_org.$data_access);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new);
curl_setopt($ch, CURLOPT_HEADER, 0);
$body = '{}';
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_POSTFIELDS,$body);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result=curl_exec($ch);
$res = json_decode($result,true);
// print_r($res);
$inv_array = $res['invoices'];
foreach($inv_array[0] as $inv){
$invoice_id = $inv['invoice_id'];
log_message('error', " # Invoice ID : " . $invoice_id);
if($invoice_id!==""){
$url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id;
curl_setopt($ch, CURLOPT_URL, $url2);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new);
curl_setopt($ch, CURLOPT_HEADER, 0);
$body2 = '{}';
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_POSTFIELDS,$body2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result2=curl_exec($ch);
$resall = json_decode($result2,true);
$res2[] = $resall['invoice'];
log_message('error', "Zoho URL Invoice ( " . $invoice_id . " )");
log_message('error', "Response : ".$result2);
print_r($result2);
exit();
}
}
//echo count($res2);
$insert_count = 0;
$update_count = 0;
foreach($res2 as $rs)
{
$gst_no = $rs['gst_no'];
$sku = $rs['line_items'][0]['sku'];
$invoice_number = $rs['invoice_number'];
$invoice_date = $rs['date'];
$due_date = $rs['due_date'];
$item_price = $rs['line_items'][0]['rate'];
$item_order = $rs['line_items'][0]['item_order'];
$item_product_unit = $rs['line_items'][0]['unit'];
$item_name = $rs['line_items'][0]['name'];
$item_description = $rs['line_items'][0]['description'];
$item_quantity = $rs['line_items'][0]['quantity'];
$batch_no = $rs['custom_fields'][5]['value'];
$invoice_time=$rs['created_time'];
$time_array = explode("T", $invoice_time);
$time_array = explode("+",$time_array[1]);
$invoice_time = $time_array[0];
$status = $rs['status'];
$vehicle_number = $rs['custom_field_hash']['cf_vehicle_number'];
$transport_mode =$rs['custom_field_hash']['cf_transport_mode'];
$purchase_order_date = $rs['custom_field_hash']['cf_purchase_order_date'];
$driver = $rs['custom_field_hash']['cf_driver'];
$place_of_supply = $rs['custom_field_hash']['cf_place_of_supply'];
$cgst = $rs['taxes'][0]['tax_name'];
$sgst = $rs['taxes'][1]['tax_name'];
$cgst = $cgst[4];
$sgst = $sgst[4];
$cgst = $cgst.'.000';
$getcgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$cgst'";
$res_cgsttax = $con->query($getcgsttax);
$rw_cgsttax = $res_cgsttax->fetch_assoc();
$cgsttaxid = $rw_cgsttax['tax_rate_id'];
$sgst = $sgst.'.000';
$getsgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$sgst'";
$res_sgsttax = $con->query($getsgsttax);
$rw_sgsttax = $res_sgsttax->fetch_assoc();
$sgsttaxid = $rw_sgsttax['tax_rate_id'];
$item_subtotal = $rs['line_items'][0]['item_total'];
$item_tax_total = $rs['tax_total'];
$item_total = $rs['total'];
$item_sgst_amt = $rs['taxes'][1]['tax_amount'];
$item_cgst_amt = $rs['taxes'][0]['tax_amount'];
$item_discount = 0.00;
$item_isgt_amt = 0.00;
if($batch_no=="")
{
$batch_no = "";
}
$gst_sql = "SELECT * FROM ip_clients WHERE client_tax_code='$gst_no'";
$res_gst = $con->query($gst_sql);
// $r_gst[] = $res_gst->fetch_assoc()['client_id'];
$client_id = $res_gst->fetch_assoc()['client_id'];
$sku_sql = "SELECT * FROM ip_products WHERE sku='$sku'";
$res_sku = $con->query($sku_sql);
// $r_sku[] = $res_sku->fetch_assoc()['product_id'];
$product_id = $res_sku->fetch_assoc()['product_id'];
$sql_invoice_chk = "SELECT * FROM ip_invoices WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'";
$res_invoice = $con->query($sql_invoice_chk);
if($res_invoice->num_rows<=0)
{
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$charactersLength = strlen($characters);
$randomString = '';
for ($i = 0; $i < 16; $i++)
{
$randomString .= $characters[rand(0, $charactersLength - 1)];
}
$url_key = $randomString;
$sql_invoice_insert = "INSERT INTO ip_invoices(user_id,client_id,invoice_group_id,invoice_status_id,invoice_date_created,invoice_time_created,invoice_date_due,invoice_number,invoice_url_key,receivedstatus,credit_status)VALUES(1,'$client_id',6,2,'$invoice_date','$invoice_time','$due_date','$invoice_number','$url_key','ST066',0)";
$result_invoice_insert = $con->query($sql_invoice_insert);
$invoice_insert_id=$con->insert_id;
$sql_invoiceitem_insert = "INSERT INTO ip_invoice_items(invoice_id,item_product_id,item_date_added,item_name,item_description,item_quantity,item_price,item_order,item_product_unit,Sgst_item_tax_rate_id,Cgst_item_tax_rate_id)
VALUES('$invoice_insert_id','$product_id','$invoice_date','$item_name','$item_description','$item_quantity','$item_price','$item_order','$item_product_unit','$sgsttaxid','$cgsttaxid')";
$result_invoiceitem_insert = $con->query($sql_invoiceitem_insert);
$item_insert_id = $con->insert_id;
//tax amount -- ip_invoice_item_amounts - table
$sql_tax_amount_insert = "INSERT INTO ip_invoice_item_amounts(item_id,item_subtotal,item_tax_total,item_total,item_sgst_amt,item_cgst_amt,item_discount,item_igst_amt)VALUES('$item_insert_id','$item_subtotal','$item_tax_total','$item_total','$item_sgst_amt','$item_cgst_amt','$item_discount','$item_igst_amt')";
$result_tax_amount_insert = $con->query($sql_tax_amount_insert);
//custom fields insert
$sql_invoice_custom_insert = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',62,'$batch_no')";
$result_invoice_custom_insert = $con->query($sql_invoice_custom_insert);
$custom_vehicle = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',8,'$vehicle_number')";
$res_vehicle = $con->query($custom_vehicle);
$custom_transport_mode = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',7,'$transport_mode')";
$res_transport_mode= $con->query($custom_transport_mode);
$custom_purchase_order_date= "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',15,'$purchase_order_date')";
$res_purchase_order_date = $con->query($custom_purchase_order_date);
$custom_driver = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',58,'$driver')";
$res_driver = $con->query($custom_driver);
$custom_place = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',10,'$place_of_supply')";
$res_place = $con->query($custom_place);
$insert_count = $insert_count + 1;
echo "success";
}
else// update invoice status, especially for cancelled invoices
{
if($status == "void")
{
$sql_invoice_update = "UPDATE ip_invoices SET invoice_status_id = 5 WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'";
$sql_invoice_update = $con->query($sql_invoice_update);
echo "update-".$sql_invoice_update;
$update_count = $update_count + 1;
}
}
}
echo 'new invoice inserted count- '. $insert_count . '/'.'cancelled status updated count - ' . $update_count;
}
else{
// print_r($res);
$invoice_id = $res->invoices[0]->invoice_id;
if($invoice_id!==""){
$url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id;
curl_setopt($ch, CURLOPT_URL, $url2);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_HEADER, 0);
$body2 = '{}';
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_POSTFIELDS,$body2);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result2=curl_exec($ch);
$res2 = json_decode($result2);
//print_r($res2->invoice);
}
}
curl_close($ch);
}
}
//end
// END zoho API
}
?> ?>

0
application/controllers/rawmaterialdetails.php Executable file → Normal file
View File

0
application/controllers/report.php Executable file → Normal file
View File

0
application/controllers/reportlistcontroller.php Executable file → Normal file
View File

0
application/controllers/requisitionform.php Executable file → Normal file
View File

View File

@ -1,542 +0,0 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php';
/**
* Class : requisitionform (requisitionformController)
* User Class to control all user related operations.
* @author : VenbaMail Mali
* @version : 1.1
* @since : 15 Feb 2016
*/
class requisitionform extends BaseController
{
/**
* This is default constructor of the class
*/
public function __construct()
{
parent::__construct();
$this->load->model('requistion_model');
$this->load->library('session');
$this->load->library('form_validation');
$this->isLoggedIn();
}
/**
* This function used to load the first screen of the Requistion
*/
function requisitionlisting()
{
$this->global['pageTitle'] = 'Siddharth : Requisition Listing';
$userID = $this->session->userdata ( 'userId' );
// $data['ReqList'] = $this->requistion_model->getRequistListUserID($userID);
$data['Status'] = $this->requistion_model->CheckDraftStatus($userID);
$data['TotNoOfLine'] =$this->requistion_model->getRequistionList($userID);
$this->loadViews("requisitionlisting", $this->global, $data, NULL);
}
/**
* This function used to load the first screen of the requisition Form
*/
function requisition()
{
$this->global['pageTitle'] = 'Siddharth : Raise Requisition';
$data['RequestType'] = $this->requistion_model->getConfigValue('C020');
$data['EmpList'] = $this->requistion_model->getAllEmployees();
$data['ServiceOption'] = $this->requistion_model->getConfigValue('C022');
$userID = $this->session->userdata ( 'userId' );
$data['Emp'] = $this->requistion_model->getEmpIdByUserID($userID);
$data['CostCenter'] = $this->requistion_model->getCostCenterUserID($userID);
$this->loadViews("requisitionform", $this->global, $data,null);
}
/**
* This function used to load the first screen of the Requistion List Approval Screen
*/
function requisitionlistApproval()
{
$this->global['pageTitle'] = 'Siddharth : Requisition Approval';
$data['Status']= $this->requistion_model->getStatus();
$userID = $this->session->userdata ( 'userId' );
$data['AppList'] = $this->requistion_model->getApproverRequistList($userID);
$this->loadViews("requisitionlistapproval", $this->global, $data, NULL);
}
/**
* This function used to load the Edit Requistion Form
*/
function EditRequistionForm()
{
$this->global['pageTitle'] = 'Siddharth : Edit Requisition';
$ReqNo= $_GET['ReqNo'];
$ReqType= $_GET['ReqType'];
$userID = $this->session->userdata ( 'userId' );
$data['ReqDetails'] = $this->requistion_model->getRequistDetails($ReqNo,'Yes');
$data['LineItem'] = $this->requistion_model->getEditRequistItemList($ReqNo);
$data['CostCenter'] = $this->requistion_model->getCostCenterUserID($userID);
$data['MaterialCode'] = $this->requistion_model->EditMaterialCode($ReqNo, $ReqType);
$data['ServiceOption'] = $this->requistion_model->getConfigValue('C022');
$this->loadViews("editrequisitionform", $this->global, $data, NULL);
}
/**
* This function used to load the Delete the Requistion Items
*/
function DeleteRequistionForm()
{
$ReqList= $this->input->post('id');
$ReqNo ='';
$MaterialCode = '';
if(count($ReqList) > 0)
{
$ReqNo = $ReqList[0];
$MaterialCode = $ReqList[1];
}
$this->requistion_model->DeleteRequistionLineItem( $ReqNo,$MaterialCode);
echo "Successfully Deleted the Line item".$ReqNo;
}
/**
* This function used to load the Delete the Requistion Items
*/
function DeleteReqNo()
{
$ReqNo= $this->input->post('id');
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$updateddt = $dt->format('Y-m-d H:i:s');
$Request = array('Status'=>REQ_DELETED,'updatedOn'=>$updateddt);
$this->requistion_model->UpdateRequistion( $Request,$ReqNo);
echo "Successfully Deleted the ".$ReqNo;
}
function SearchRequistList()
{
$userID = $this->session->userdata ( 'userId' );
$ReqValue = $this->input->post('SearchDate');
$Dt = explode("-",$ReqValue);
$FromDate ='';
$ToDate = '';
$Status= '';
if(count( $Dt)>1)
{
$FDate = $Dt[0]."-".$Dt[1]."-".$Dt[2];
$TDate = $Dt[3]."-".$Dt[4]."-".$Dt[5];
$FromDate = $this->getDateformat($FDate);
$ToDate = $this->getDateformat($TDate);
}
$St = $this->input->post('RequisitionStatus');
if($St == "-1")
{
$Status = '';
}
else
{
$Status = $St;
}
$data['AppList'] = $this->requistion_model->getApproverRequistList($userID,$Status,$FromDate, $ToDate);
$this->global['pageTitle'] = 'Siddharth : Requisition Approval';
$data['Status']= $this->requistion_model->getStatus();
$this->loadViews("requisitionlistapproval", $this->global, $data, NULL);
}
function getDateformat($Val)
{
$date = new DateTime($Val);
$retDate = $date->format('Y-m-d H:i:s');
return $retDate;
}
/**
* This function used to load the Employee details based on the EmpID selection
*/
function GetSelectedEmpDetails()
{
$ReqType = $_GET['ReqType'];
$EmpID = $this->input->post('id');
$empDetails = $this->requistion_model->GetEmployeeDetails( $EmpID );
$DeptCode = $empDetails[0]['DEPCode'];
$CostList = $this->requistion_model->GetCostCenterByDept( $DeptCode);
$HTML = "<option value='-1'>Select Cost center</option>";
$BudAmount = "";
if(count($CostList) > 0)
{
for ($j = 0; $j < count($CostList); $j++)
{
$Code = $CostList[$j]['CostCenterCode'];
$Name = $CostList[$j]['CostCenterName'];
$HTML .="<option value='".$Code."'>".$Code."-".$Name."</option>";
}
}
if(count($CostList) == 1)
{
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$Year = $dt->format('Y');
$CostCode = $CostList[0]['CostCenterCode'];
$Cost = $this->requistion_model->GetAvailableBudgetAmount( $CostCode,$Year,$ReqType);
if(count($Cost) >0)
{
$BudAmount = $Cost[0]['BudgetAmount'];
}
}
die(json_encode(array('emp' => $empDetails,'Cost' => $HTML,'AvlAmount' => $BudAmount)));
}
function getAvailableBudAmount()
{
$ReqType = $_GET['ReqType'];
$CostCode= $this->input->post('id');
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$Year = $dt->format('Y');
$Cost = $this->requistion_model->GetAvailableBudgetAmount( $CostCode,$Year,$ReqType);
die(json_encode(array('Cost' =>$Cost)));
}
// To get the Material code based on the Request type
function getMaterialCode()
{
$ReqType= $this->input->post('id');
$MaterialCode = $this->requistion_model->GetMaterialCode( $ReqType);
$MaterialName = "";
$UOM = "";
$HTML = "<option value='-1'>Select Material Type</option>";
if(count($MaterialCode) > 0)
{
for ($j = 0; $j < count($MaterialCode); $j++)
{
$Code = $MaterialCode[$j]['MaterialCode'];
$Name = $MaterialCode[$j]['MaterialName'];
$HTML .="<option value='".$Code."'>".$Code."-".$Name."</option>";
}
$MaterialName = $MaterialCode[0]['MaterialName'];
$UOM = $MaterialCode[0]['UOM'];
}
die(json_encode(array('Material' =>$HTML,'MaterialName'=>$MaterialName,'UOM'=>$UOM)));
}
// To get the Material value based on the MaterialCode
function getMaterialDetails()
{
$Material= $this->input->post('id');
$MaterialDetails = $this->requistion_model->getRawMaterialList($Material);
die(json_encode(array('MatDetail' =>$MaterialDetails)));
}
/*
To Insert the Requistion Details to Database
*/
/**
* This function is used to add new Cost to the system
*/
function addNewRequistion()
{
$this->form_validation->set_rules('RequestType','RequestType','trim|required');
$this->form_validation->set_rules('EmpID','EmpID','trim|required');
if($this->form_validation->run() == FALSE)
{
$this->requisition();
}
else
{
$Status= $_GET['ID'];
$RequestType = strtoupper(trim($this->input->post('RequestType')));
$Requestedby = strtoupper(trim($this->input->post('EmpID')));
$CostCenter = $this->input->post('CostCenter');
$CreateBy = $this->session->userdata ( 'userId' );
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddt = $dt->format('Y-m-d H:i:s');
$DeletedRow = $this->input->post('txtDeletedRow');
$RowCount = $this->input->post('txtRowCount');
$comma_separated = explode(':', $DeletedRow);
$serviceSchedule = $this->input->post('serviceSchedule');
$servicePeriod = $this->input->post('servicePeriod');
$noOfService = $this->input->post('noOfService');
$IsExists = $this->requistion_model->RequistionIsExists($Requestedby);
// print_r($IsExists);
if(count( $IsExists) == 0)
{
//echo 'Not Exists';
$Request = array('ReqType'=>$RequestType, 'Requestedby'=>$Requestedby,'ReqDate'=>$createddt,'CostCenterCode'=>$CostCenter,'Status'=>$Status,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
//print_r($Request);
$Req = $this->requistion_model->addRequistion($Request);
}
else
{
//echo 'Exists';
$Request = array('ReqType'=>$RequestType, 'Requestedby'=>$Requestedby,'ReqDate'=>$createddt,'Status'=>$Status,'CreatedDate'=>$createddt,'CreatedBy'=>$CreateBy,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
$UpdateReq = $this->requistion_model->UpdateRequistion($Request,$IsExists[0]['ReqNo']);
}
$ReqNumber = '';
if(count($Req)>0)
{
$ReqNumber = $Req[0]['ReqNo'];
}
else
{
$ReqNumber = $IsExists[0]['ReqNo'];
}
$SkipInsert = False;
for ($i = 1; $i <= $RowCount; $i++)
{
$SkipInsert = "False";
if( count($comma_separated) > 0)
{
for($j = 1; $j < count($comma_separated); $j++)
{
$deletedRow = $comma_separated[$j] ;
if($deletedRow == $i )
{
$SkipInsert = "True";
break;
}
}
}
if($SkipInsert == "False")
{
$MaterialCode = $this->input->post('MaterialCode'.$i);
$Quantity = $this->input->post('Quantity'.$i);
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity);
$this->requistion_model->addRequistionDetails($ReqDetails);
}
}
if($Status == REQ_DRAFT)
{
echo 'Successfully Saved the Requistion details';
}
else
{
echo 'Successfully Created the Requistion details';
}
}
}
function EditRequistion()
{
$Status = $this->input->post('txtStatus');
$ReqNumber = $this->input->post('txtReqNo');
$CostCenter = $this->input->post('CostCenter');
$UpdatedBy = $this->session->userdata ( 'userId' );
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$updatedDate = $dt->format('Y-m-d H:i:s');
$DeletedRow = $this->input->post('txtDeletedRow');
$RowCount = $this->input->post('txtRowCount');
$serviceSchedule = $this->input->post('serviceSchedule');
$servicePeriod = $this->input->post('servicePeriod');
$noOfService = $this->input->post('noOfService');
if(strlen($Status) > 1)
{
$Request = array( 'Status'=>$Status,'CreatedDate'=>$updatedDate,'CreatedBy'=>$UpdatedBy,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
$UpdateReq = $this->requistion_model->UpdateRequistion($Request, $ReqNumber);
}
else
{
$Request = array( 'Status'=>REQ_PENDING_APPROVAL,'updatedOn'=>$updatedDate,'CostCenterCode'=>$CostCenter,'Schedule_Type'=>$serviceSchedule,'NumberOfService'=>$noOfService,'Service_Period'=>$servicePeriod);
$UpdateReq = $this->requistion_model->UpdateRequistion($Request, $ReqNumber);
}
$comma_separated = explode(':', $DeletedRow);
/* Table value update and Insert in the table */
//echo "RowCOunt:" .$RowCount;
$SkipInsert = False;
for ($i = 1; $i <= $RowCount; $i++)
{
$SkipInsert = "False";
if( count($comma_separated) > 0)
{
for($j = 1; $j < count($comma_separated); $j++)
{
$deletedRow = $comma_separated[$j] ;
if($deletedRow == $i )
{
$SkipInsert = "True";
break;
}
}
}
if($SkipInsert == "False")
{
$MaterialCode = $this->input->post('MaterialCode'.$i);
$Quantity = $this->input->post('Quantity'.$i);
$IsExists = $this->requistion_model->LineItemIsExists($ReqNumber,$MaterialCode);
if(count( $IsExists) == 0)
{
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'UpdatedBy'=>$UpdatedBy,'UpdatedOn'=>$updatedDate);
$this->requistion_model->addRequistionDetails($ReqDetails);
}
else
{
$ReqDetails = array('ReqNo'=>$ReqNumber, 'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'UpdatedBy'=>$UpdatedBy,'UpdatedOn'=>$updatedDate);
$this->requistion_model->UpdateRequistionLineItem($ReqDetails,$ReqNumber,$MaterialCode);
}
}
}
echo 'Successfully updated the Requistion details';
// $this->requisitionlisting();
}
/* To Edit the request*/
function ViewRequest()
{
$ReqNo= $this->input->post('id');
$result = $this->requistion_model->getRequistItemList($ReqNo);
$ReqList = $this->requistion_model->getRequistDetails($ReqNo);
$DepNo = $ReqList[0]['DEPCode'];
//$CostList = $this->requistion_model->GetCostCenterByDept($DepNo);
$HTML="";
for ($i = 0; $i < count($result); $i++)
{
$SNo = $i + 1;
$MaterialCode = $result[$i]['MaterialCode'];
$MaterialName = $result[$i]['MaterialName'];
$UOM = $result[$i]['UOM'];
$Quantity = $result[$i]['Quantity'];
$Quantity = $result[$i]['Quantity'];
$POQTY = $result[$i]['POQTY'];
$StatusName= $result[$i]['StatusName'];
$HTML.="<tr id='".$i."'>
<td align='left'>".$SNo."</td>
<td align='left'>". $MaterialCode."</td>
<td align='left'>".$MaterialName."</td>
<td align='left'>".$UOM."</td>
<td align='left'>".$Quantity."</td>
<td align='left'>".$POQTY."</td>
<td align='left'>".$StatusName."</td>
</tr>";
//$index = $index + 1;
}
$CostCode = '';
$ReqType = '';
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$Year = $dt->format('Y');
if(count($ReqList)>0)
{
$ReqType = $ReqList[0]['ReqType'];
$CostCode = $ReqList[0]['CostCenterCode'];
}
$this->load->model('purchaseorder_model');
$AvlBudget = $this->purchaseorder_model->GetAvailableBudgetAmount($CostCode,$Year,$ReqType);
//print_r($result);
$AvilBudAmt = '0';
if(count($AvlBudget)>0)
{
$AvilBudAmt = $AvlBudget[0]['BudgetAmount'] - $AvlBudget[0]['Totalvalue'];
}
//echo $AvilBudAmt;
die(json_encode(array('Items' =>$HTML,'Requist'=>$ReqList,'AvilBudAmount'=>number_format($AvilBudAmt,2))));
}
function ApproveRequest()
{
$Status= Trim($_GET['Status']);
$ReqNo= $_GET['ReqNo'];
$Remarks = trim($this->input->post('id'));
$ApprovedBy = $this->session->userdata ( 'userId' );
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$ApprovedDate = $dt->format('Y-m-d H:i:s');
$Request = array('Status'=>$Status,'Comments'=>$Remarks,'ApprovedOn'=>$ApprovedDate,'Approvedby'=>$ApprovedBy);
$this->requistion_model->UpdateRequistion($Request,$ReqNo);
echo "Successfully Updated the Requistion No: ".$ReqNo;
}
function pageNotFound()
{
$this->global['pageTitle'] = 'CodeInsect : 404 - Page Not Found';
$this->loadViews("404", $this->global, NULL, NULL);
}
}
?>

0
application/controllers/resinbatchcard.php Executable file → Normal file
View File

0
application/controllers/servicepurchaseorder.php Executable file → Normal file
View File

View File

@ -1,325 +0,0 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php';
/**
* Class : purchaseorder (PurchaseorderController)
* User Class to control all user related operations.
* @author : VenbaMail Mali
* @version : 1.1
* @since : 15 Feb 2016
*/
class servicepurchaseorder extends BaseController
{
/**
* This is default constructor of the class
*/
public function __construct()
{
parent::__construct();
$this->load->model('purchaseorder_model');
$this->load->library('session');
$this->load->library('form_validation');
$this->load->model('requistion_model');
$this->isLoggedIn();
}
// To get the available Budget Amount
function AvilBudgetAmount()
{
// echo 'Controller called';
$CostCode = $this->input->post('id');
$ReqType = $_GET['ReqType'];
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$Year = $dt->format('Y');
$this->load->model('purchaseorder_model');
$result = $this->purchaseorder_model->GetAvailableBudgetAmount($CostCode,$Year,$ReqType);
//print_r($result);
$AvilBudAmt = '0';
if(count($result)>0)
{
$AvilBudAmt = $result[0]['BudgetAmount'] - $result[0]['Totalvalue'];
}
// echo 'Test';
print_r($AvilBudAmt);
//die(json_encode(array('Cost' => $AvilBudAmt)));
}
function getDateformat($Val)
{
$date = new DateTime($Val,new DateTimeZone('Asia/Kolkata'));
// print_r($date);
$retDate = $date->format('Y-m-d H:i:s');
return $retDate;
}
//This used to Create Service Purchase Order
function addNewServicePurchaseOrder()
{
$POdt =$this->input->post('PODate');
$PODate = $this->getDateformat($POdt);
$SupplierID = $this->input->post('drpSupplier');
$DeliveryAddr = $this->input->post('DeliveryAddr');
$dt = $this->input->post('Deliverydt');
//$Deliverydt = $this->getDateformat($dt);
$DeliveryOption = $this->input->post('DateRange');
if($DeliveryOption==1)
{
$Deliverydt = '';
$DeliverySchedule = $this->input->post('Scheduleby');
}
else{
$Deliverydt = $this->getDateformat($dt);
$DeliverySchedule = '';
}
$PaymentTerms=$this->input->post('PaymentTerms');
$POType = $this->input->post('POType');
$SpcialInstruction = $this->input->post('ScopeOfWork');
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
$POStatus = $this->input->post('txtStatus');
$CreateBy = $this->session->userdata ( 'userId' );
$RowCount = $this->input->post('txtRowCount');
$DeletedRow = $this->input->post('txtDeletedRow');
$comma_separated = explode(':', $DeletedRow);
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddt = $dt->format('Y-m-d H:i:s');
$WorkStatus=$this->input->post('workstatus');
// PO Master
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus, 'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption, 'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'CreatedDate'=>$createddt,'PaymentTerms'=>$PaymentTerms,'ServiceWorkStatus'=>$WorkStatus,'POType'=>$POType );
$POMaster = $this->purchaseorder_model->addPOMaster($POList);
$PONO = '';
if(count($POMaster)>0)
{
$PONO = $POMaster[0]['PONO'];
}
// PO Line Items
$LineItemStatus = REQITEM_NEW;
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = $this->input->post('materialCode'.$i);
$Quantity = $this->input->post('quantity'.$i);
$Reqnumber = $this->input->post('Reqnumber'.$i);
$itemRate = $this->input->post('itemRate'.$i);
$Cgst = $this->input->post('Cgst'.$i);
$Sgst = $this->input->post('Sgst'.$i);
$Igst = $this->input->post('Igst'.$i);
$AfterCgst = $this->input->post('AfterCgst'.$i);
$AfterSgst = $this->input->post('AfterSgst'.$i);
$AfterIgst = $this->input->post('AfterIgst'.$i);
$CostCenter = $this->input->post('costCode'.$i);
$ServiceFrequency=$this->input->post('Frequency'.$i);
$ItemDescription = $this->input->post('ItemDescription'.$i);
$OtherAmt = $this->input->post('OtherAmt'.$i);
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
$SkipInsert = "False";
if( count($comma_separated) > 0)
{
for($j = 1; $j < count($comma_separated); $j++)
{
$deletedRow = $comma_separated[$j] ;
if($deletedRow == $i )
{
$SkipInsert = "True";
break;
}
}
}
if($SkipInsert == "False")
{
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'CostCenterCode'=>$CostCenter,'ServiceFrequency'=>$ServiceFrequency,'ServiceMaterialDescription'=>$ItemDescription);
//print_r($POLineItemList);
//die();
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
$LineItemNo = '';
if(count($POLineItem)>0)
{
$LineItemNo = $POLineItem[0]['LineItemNo'];
}
//echo $LineItemNo;
if(trim($POType) == SERVICE )
{
// echo 'Success';
$ServiceTaxList = array('LineItemNo'=>$LineItemNo, 'CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'otherallowance'=>$OtherAmt);
$ServiceTax = $this->purchaseorder_model->addServiceTax($ServiceTaxList);
}
}
}
echo 'Service Purchase Order Created Successfully!The PO NO Is: '.$PONO;
}
function UpdateServicePurchaseOrder()
{
$PONO =$this->input->post('txtPONO');
//echo $PONO;
$POdt =$this->input->post('PODate');
$PODate = $this->getDateformat($POdt);
$SupplierID = $this->input->post('drpSupplier');
$DeliveryAddr = $this->input->post('txtDeliveryAddress');
$dt = $this->input->post('Deliverydt');
$DeliveryOption = $this->input->post('DateRange');
if($DeliveryOption==1){
$Deliverydt = '';
$DeliverySchedule = $this->input->post('Scheduleby');
}
else{
$Deliverydt = $this->getDateformat($dt);
$DeliverySchedule = '';
}
$PaymentTerms=$this->input->post('PaymentTerms');
$Payableat=$this->input->post('PayableAT');
$POType = $this->input->post('POType');
$SpcialInstruction = $this->input->post('ScopeofWork');
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
$POStatus = $this->input->post('txtStatus');
$updatedBy = $this->session->userdata ( 'userId' );
$RowCount = $this->input->post('txtRowCount');
$DeletedRow = $this->input->post('txtDeletedRow');
$comma_separated = explode(':', $DeletedRow);
$dt = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$updateddt = $dt->format('Y-m-d H:i:s');
$WorkStatus=$this->input->post('workstatus');
// PO Master
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrderValueSummary,'PODate'=>$PODate,'Status'=>$POStatus,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ServiceDescription'=>$SpcialInstruction,'UpdateBY'=>$updatedBy,'DeliveryAddress'=>$DeliveryAddr,'DeliveryDate'=>$Deliverydt,'UpdatedOn'=>$updateddt,'PaymentTerms'=>$PaymentTerms,'ServiceWorkStatus'=>$WorkStatus );
$POMaster = $this->purchaseorder_model->updatePOMaster($PONO,$POList);
$LineItemStatus = REQITEM_NEW;
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = $this->input->post('materialCode'.$i);
$Quantity = $this->input->post('quantity'.$i);
$Reqnumber = $this->input->post('Reqnumber'.$i);
$itemRate = $this->input->post('itemRate'.$i);
$Cgst = $this->input->post('Cgst'.$i);
$Sgst = $this->input->post('Sgst'.$i);
$Igst = $this->input->post('Igst'.$i);
$AfterCgst = $this->input->post('AfterCgst'.$i);
$AfterSgst = $this->input->post('AfterSgst'.$i);
$AfterIgst = $this->input->post('AfterIgst'.$i);
$CostCenter = $this->input->post('costCode'.$i);
$ServiceFrequency=$this->input->post('Frequency'.$i);
$POLineItemNo = $this->input->post('LineItemNo'.$i);
$TotalOrderValue = $this->input->post('TotalOrderValue'.$i);
$ItemDescription = $this->input->post('ItemDescription'.$i);
$OtherAmt = $this->input->post('OtherAmt'.$i);
$POLineItem = array();
$LineItemNo = '';
$SkipInsert = "False";
if( count($comma_separated) > 0)
{
for($j = 1; $j < count($comma_separated); $j++)
{
$deletedRow = $comma_separated[$j] ;
if($deletedRow == $i )
{
$SkipInsert = "True";
break;
}
}
}
if($SkipInsert == "False")
{
if(strlen($POLineItemNo) == 0)
{
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'CreatedBy'=>$updatedBy,'CreatedDate'=>$updateddt,'CostCenterCode'=>$CostCenter,'ServiceFrequency'=>$ServiceFrequency,'ServiceMaterialDescription'=>$ItemDescription);
$POLineItem = $this->purchaseorder_model->addPOLineItem($POLineItemList);
if(count($POLineItem)>0)
{
$LineItemNo = $POLineItem[0]['LineItemNo'];
}
}
else
{
$LineItemNo = $POLineItemNo;
$POLineItemList = array('PONO'=>$PONO, 'ReqNo'=>$Reqnumber,'MaterialCode'=>$MaterialCode,'Quantity'=>$Quantity,'Rate'=>$itemRate,'Status'=>$LineItemStatus,'UpdateBY'=>$updatedBy,'UpdatedOn'=>$updateddt,'CostCenterCode'=>$CostCenter,'ServiceMaterialDescription'=>$ItemDescription);
$POLineItem = $this->purchaseorder_model->updatePOLineItem($PONO,$POLineItemNo,$POLineItemList);
}
if(trim($POType) == SERVICE )
{
$isExists = $this->purchaseorder_model->LineItemExists($LineItemNo);
if(count($isExists) == 0)
{
$ServiceTaxList = array('LineItemNo'=>$LineItemNo, 'CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'CreatedBy'=>$updatedBy,'CreatedDate'=>$updateddt,'otherallowance'=>$OtherAmt);
$this->purchaseorder_model->addServiceTax($ServiceTaxList);
}
else
{
$ServiceTaxList1 = array('CGST'=>$Cgst,'After_CGST'=>$AfterCgst,'SGST'=>$Sgst,'After_SGST'=>$AfterSgst,'IGST'=>$Igst,'After_IGST'=>$AfterIgst,'TotalValue'=>$TotalOrderValue, 'UpdateBY'=>$updatedBy,'UpdatedOn'=>$updateddt,'otherallowance'=>$OtherAmt);
$this->purchaseorder_model->updateServiceTax($LineItemNo,$ServiceTaxList1);
}
}
}
}
echo 'Successfully updated the Service Purchase Order';
}
function pageNotFound()
{
$this->global['pageTitle'] = 'CodeInsect : 404 - Page Not Found';
$this->loadViews("404", $this->global, NULL, NULL);
}
}
?>

0
application/controllers/storerequisition.php Executable file → Normal file
View File

0
application/controllers/storerequisitionlist.php Executable file → Normal file
View File

0
application/controllers/storestatus.php Executable file → Normal file
View File

0
application/controllers/supplier.php Executable file → Normal file
View File

View File

@ -1,513 +0,0 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php';
/**
* Class : Supplier Controller (supplier)
* User Class to control all user related operations.
* @author : Gandhimathi
* @version : 1.1
* @since : 12 Apr 2017
*/
class supplier extends BaseController
{
/**
* This is default constructor of the class
*/
public function __construct()
{
parent::__construct();
$this->load->model('supplier_model');
$this->load->library('form_validation');
$this->load->library('pagination');
$this->load->library('Excel');
$this->isLoggedIn();
}
/**
* This function used to load the first screen of the user
*/
public function index()
{
$this->global['pageTitle'] = 'Siddharth : Supplier';
$this->loadViews("supplierListing", $this->global, NULL , NULL);
}
/**
* This function is used to load the Supplier list
*/
function supplierListing()
{
$this->load->model('supplier_model');
$data['userRecords'] = $this->supplier_model->supplierListing();
$this->global['pageTitle'] = 'Siddharth Industries : Supplier Listing';
$this->loadViews("supplierListing", $this->global, $data, NULL);
}
/**
* This function is used to load the add new supplier */
function addsupplier()
{
//$data['payment'] = $this->supplier_model->getpayment();
$data['payment'] = $this->supplier_model->getPaymentTerms();
//$data['users'] = $this->purchaseorder_model->getusers();
$this->global['pageTitle'] = 'siddharth : Add New Supplier';
$this->loadViews("addsupplier", $this->global,$data, NULL);
}
/**
* This function is used to check whether PAN already exist or not
*/
function CheckPAN()
{
$id = $this->input->post('id');
$query = $this->supplier_model->checkPAN($id );
$query = $query[0]['PAN'];
print_r($query);
}
/* To Check the Pan Number is exists in the database or not for the selected Supplier */
function checkPanValidateSupplier() {
$SupplierID = $this->input->post('SupplierID');
$PanNo = $this->input->post('panno');
// echo 'Sup'. $SupplierID ;
$query = $this->supplier_model->checkPAN($PanNo,$SupplierID);
if (count($query)> 0)
{
$this->form_validation->set_message('checkPanValidateSupplier', 'The Entered PAN Number is already exists in the Database.');
return false;
}
else
{
return true;
}
}
/* To Check the Pan Number is exists in the database or not */
function checkPanValidate()
{
// alert('validation pan');
$PanNo = $this->input->post('panno');
$query = $this->supplier_model->checkPAN($PanNo);
if (count($query)> 0)
{
$this->form_validation->set_message('checkPanValidate', 'The Entered PAN Number is already exists in the Database.');
return false;
}
else
{
return true;
}
}
function CheckGST()
{
//alert('check validation GST');
$id = $this->input->post('id');
$query = $this->supplier_model->checkGST($id);
$query = $query[0]['GSTNO'];
print_r($query);
}
/* To Check the GST Number is exists in the database or not for the selected Supplier */
function checkGstValidateSupplier() {
//alert(' gst validation GST');
$SupplierID = $this->input->post('SupplierID');
$GstNo = $this->input->post('GSTNo');
//echo 'Sup'. $SupplierID ;
$query = $this->supplier_model->checkGST($GstNo,$SupplierID);
if (count($query)> 0)
{
$this->form_validation->set_message('checkGstValidateSupplier', 'The Entered GST Number is already exists in the Database.');
return false;
}
else
{
return true;
}
}
/* To Check the GST Number is exists in the database or not */
function checkGstValidate()
{
$GstNo = $this->input->post('GSTNo');
$query = $this->supplier_model->checkGST($GstNo);
if (count($query)> 0)
{
$this->form_validation->set_message('checkGstValidate', 'The Entered GST Number is already exists in the Database.');
return false;
}
else
{
return true;
}
}
/**
* This function is used to add new Supplier to the system
*/
function addNewsupplier()
{
$this->form_validation->set_rules('SupplierName','Supplier Name','trim|required');
$this->form_validation->set_rules('Address','Address','trim|required|');
$this->form_validation->set_rules('ContactNumber','Contact Number','trim|required|max_length[13]');
$this->form_validation->set_rules('AlternateContactNumber','Alternate Contact Number','trim|max_length[13]');
$this->form_validation->set_rules('emailid','emailid', 'valid_email|max_length[128]|required');
$this->form_validation->set_rules('TIN','TIN','trim|required|max_length[11]');
$this->form_validation->set_rules('panno', 'panno', 'trim|required|max_length[10]');//|callback_checkPanValidate');
$this->form_validation->set_rules('GSTNo','GSTNo','trim|requried|max_length[15]|callback_checkGstValidate');
if($this->form_validation->run() == FALSE)
{
$this->addsupplier();
}
else
{
$SupplierName = $this->input->post('SupplierName');
$Address = $this->input->post('Address');
$ContactNumber = $this->input->post('ContactNumber');
$AlternateContactNumber = $this->input->post('AlternateContactNumber');
$EmailAddress = $this->input->post('emailid');
$Exiseregistration = $this->input->post('Exciseregistration');
$TIN = $this->input->post('TIN');
$PAN = strtoupper($this->input->post('panno'));
$GSTNo = strtoupper($this->input->post('GSTNo'));
$GSTRange = $this->input->post('GSTRange');
$CollectrateAddress = $this->input->post('CollectrateAddress');
$UANumber = $this->input->post('UANumber');
//$PaymentTerms = $this->input->post('paymentname');
//$Payment = $this->input->post('Payment');
//$PayableAT = $this->input->post('PayableAT');
$CSTNo = $this->input->post('CSTNo');
$CSTDt = $this->input->post('dateofCST');
if($CSTDt != '')
{
$CSTDate = $this->getDateformat($CSTDt);
}
else
{
$CSTDate = null;
}
$EMSNo = $this->input->post('EMSNo');
$TSNo = $this->input->post('TSNo');
$IMSNo = $this->input->post('IMSNo');
$ISONo = $this->input->post('ISONo');
$OSHASNo = $this->input->post('OSHASNo');
$accno = $this->input->post('accno');
$ifsc = $this->input->post('ifsc');
$branchname = $this->input->post('branchname');
$bankaddress = $this->input->post('bankaddress');
$Createdby = $this->session->userdata ( 'userId' );
$date = new DateTime('now', new DateTimeZone('Asia/Kolkata'));
$createddate = $date->format('Y-m-d H:i:s');
$service = $this->input->post('service');
$rawmaterial =$this->input->post('rawmaterial');
$maintenance = $this->input->post('maintanance');
$PaymentId = $this->input->post('paymentid');
$supplier = array('SupplierName'=>$SupplierName, 'Address'=>$Address, 'ContactNumber'=>$ContactNumber, 'AlternateContactNumber'=> $AlternateContactNumber,'EmailAddress'=>$EmailAddress,'Exiseregistration'=>$Exiseregistration,'TIN'=>$TIN,'PAN'=>$PAN,'GSTNo'=>$GSTNo,'GSTRange'=>$GSTRange,'CollectrateAddress'=>$CollectrateAddress,'UANumber'=>$UANumber,'PaymentID'=>$PaymentId,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'Cert_EMS'=>$EMSNo, 'Cert_TS'=>$TSNo, 'Cert_IMS'=>$IMSNo, 'Cert_ISO'=>$ISONo, 'Cert_OSHAS'=>$OSHASNo, 'BankAcNumber'=>$accno, 'IFSCCode'=>$ifsc, 'BranchName'=>$branchname, 'BankAddress'=>$bankaddress,'Createdby'=>$Createdby,'IsService'=>$service,'IsMaintanance'=>$maintenance,'IsRawMaterial'=>$rawmaterial); //,'PaymentTerms'=>$PaymentTerms,'PaymentDays'=>$Payment,'PayableAT'=>$PayableAT);
//print_r($supplier);die();
$result = $this->supplier_model->addNewsupplier($supplier);
if($result > 0)
{
redirect('supplierListing','refresh');
echo "<script>alert('New Supplier Created successfully!');</script>";
}
else
{
redirect('supplierListing','refresh');
echo "<script>alert('Supplier Record Not Created!');</script>";
}
}
}
function getDateformat($Val)
{
$date = new DateTime($Val);
$retDate = $date->format('Y-m-d H:i:s');
return $retDate;
}
/**
* This function is used to edit the Supplier information
*/
function editsupplier()
{
$this->form_validation->set_rules('SupplierName','Supplier Name','trim|required');
$this->form_validation->set_rules('Address','Address','trim|required|');
$supplierID = $this->input->post('SupplierID');
//echo 'supID' . $supplierID ;
$this->form_validation->set_rules('ContactNumber','Contact Number','trim|required|max_length[13]');
$this->form_validation->set_rules('AlternateContactNumber','Alternate Contact Number','trim|max_length[13]');
$this->form_validation->set_rules('emailid','emailid','valid_email|max_length[128]|required');
$this->form_validation->set_rules('TIN','TIN','trim|required|max_length[11]');
$this->form_validation->set_rules('panno', 'panno', 'trim|required|max_length[10]|callback_checkPanValidateSupplier');
$this->form_validation->set_rules('GSTNo','GSTNo','trim|requried|max_length[15]|callback_checkGstValidateSupplier');
if($this->form_validation->run() == FALSE)
{
$this->viewsupplier($supplierID);
}
else
{
$SupplierName = $this->input->post('SupplierName');
$Address = $this->input->post('Address');
$ContactNumber = $this->input->post('ContactNumber');
$AlternateContactNumber = $this->input->post('AlternateContactNumber');
$EmailAddress = $this->input->post('emailid');
$Exiseregistration = $this->input->post('Exciseregistration');
$TIN = $this->input->post('TIN');
$PAN = strtoupper($this->input->post('panno'));
$GSTNo = strtoupper($this->input->post('GSTNo'));
$GSTRange = $this->input->post('GSTRange');
$CollectrateAddress = $this->input->post('CollectrateAddress');
$UANumber = $this->input->post('UANumber');
$PaymentTerms = $this->input->post('paymentname');
//print_r($PaymentTerms);
$UpdatedBy = $this->session->userdata ( 'userId' );
$chked = $this->input->post('isactive');
if( $chked != '')
{
$IsActive = '1';
}
else
{
$IsActive = '0';
}
$CSTNo = $this->input->post('CSTNo');
$CSTDt = $this->input->post('dateofCST');
if($CSTDt != '')
{
$CSTDate = $this->getDateformat($CSTDt);
}
else
{
$CSTDate = null;
}
$EMSNo = $this->input->post('EMSNo');
$TSNo = $this->input->post('TSNo');
$IMSNo = $this->input->post('IMSNo');
$ISONo = $this->input->post('ISONo');
$OSHASNo = $this->input->post('OSHASNo');
$accno = $this->input->post('accno');
$ifsc = $this->input->post('ifsc');
$branchname = $this->input->post('branchname');
$bankaddress = $this->input->post('bankaddress');
$service = $this->input->post('service');
$rawmaterial =$this->input->post('rawmaterial');
$maintanance = $this->input->post('maintanance');
$PaymentId = $this->input->post('paymentid');
$supplier = array();
$supplier = array('SupplierName'=>$SupplierName, 'Address'=>$Address, 'ContactNumber'=>$ContactNumber, 'AlternateContactNumber'=> $AlternateContactNumber,'EmailAddress'=>$EmailAddress,'Exiseregistration'=>$Exiseregistration,'TIN'=>$TIN,'PAN'=>$PAN,'GSTNo'=>$GSTNo,'GSTRange'=>$GSTRange,'CollectrateAddress'=>$CollectrateAddress,'UANumber'=>$UANumber,'PaymentID'=>$PaymentId,'CSTNo'=>$CSTNo,'CSTDate'=>$CSTDate,'Cert_EMS'=>$EMSNo, 'Cert_TS'=>$TSNo, 'Cert_IMS'=>$IMSNo, 'Cert_ISO'=>$ISONo, 'Cert_OSHAS'=>$OSHASNo, 'BankAcNumber'=>$accno, 'IFSCCode'=>$ifsc, 'BranchName'=>$branchname, 'BankAddress'=>$bankaddress,'UpdatedBy'=>$UpdatedBy,'IsActive'=>$IsActive,'IsService'=>$service,'IsMaintanance'=>$maintanance,'IsRawMaterial'=>$rawmaterial); //'PaymentTerms'=>$PaymentTerms,'PaymentDays'=>$Payment);
//SupplierID, SupplierName, Address, ContactNumber, AlternateContactNumber, EmailAddress, Exiseregistration, TIN, PAN, CSTNO, CSTDate, GSTNO, GSTRange, CollectrateAddress, UANumber, PaymentTerms, PaymentDays, PayableAT, Cert_EMS, Cert_TS, Cert_IMS, Cert_ISO, Cert_OSHAS, BankAcNumber, IFSCCode, BranchName, BankAddress, Createdby, UpdatedBy, Updatedon, CreatedOn, IsActive);
// print_r($supplier);die();
$result = $this->supplier_model->UpdateSupplier($supplier, $supplierID);
if($result == True)
{
redirect('supplierListing','refresh');
echo "<script>alert('Supplier updated successfully!');</script>";
}
else
{
redirect('supplierListing','refresh');
echo "<script>alert('Supplier Record Not updated!');</script>";
}
}
}
function viewsupplier($SID = '')
{
$Payment = '';
if($SID == '')
{
$supplierID = $_GET['SID'];
$Payment = $_GET['Payment'];
}
else
{
$supplierID = $SID;
}
$data['supplier'] = $this->supplier_model->getSupplierInfo($supplierID);
//$data['payment'] = $this->supplier_model->getpayment($Payment );
$data['payment'] = $this->supplier_model->getPaymentTerms($Payment);
$this->global['pageTitle'] = 'Siddharth : Edit Supplier';
$this->loadViews("editSupplier", $this->global,$data, NULL);
}
/** this function can be use for excel report **/
function export_supplierdetails(){
$this->load->library('excel');
$this->excel->setActiveSheetIndex(0);
$this->excel->getActiveSheet()->setTitle('supplier details');
$this->excel->getActiveSheet()->setCellValue('A1', 'SupplierID');
$this->excel->getActiveSheet()->setCellValue('B1', 'SupplierName');
$this->excel->getActiveSheet()->setCellValue('C1', 'Address');
$this->excel->getActiveSheet()->setCellValue('D1', 'ContactNumber');
$this->excel->getActiveSheet()->setCellValue('E1', 'AlternateContactNumber');
$this->excel->getActiveSheet()->setCellValue('F1', 'EmailAddress');
$this->excel->getActiveSheet()->setCellValue('G1', 'Exiseregistration');
$this->excel->getActiveSheet()->setCellValue('H1', 'TIN');
$this->excel->getActiveSheet()->setCellValue('I1', 'PAN');
$this->excel->getActiveSheet()->setCellValue('J1', 'CSTNO');
$this->excel->getActiveSheet()->setCellValue('K1', 'CST Date');
$this->excel->getActiveSheet()->setCellValue('L1', 'GST NO');
$this->excel->getActiveSheet()->setCellValue('M1', 'GST Range');
$this->excel->getActiveSheet()->setCellValue('N1', 'Collectrate Address');
$this->excel->getActiveSheet()->setCellValue('O1', 'UANumber');
$this->excel->getActiveSheet()->setCellValue('P1', 'PaymentTerms');
$this->excel->getActiveSheet()->setCellValue('Q1', 'Createdby');
$this->excel->getActiveSheet()->setCellValue('R1', 'UpdatedBy');
$this->excel->getActiveSheet()->setCellValue('S1', 'IsActive');
$this->excel->getActiveSheet()->getStyle('A1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('A1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('B1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('B1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('C1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('C1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('D1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('D1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('E1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('E1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('F1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('F1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('G1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('G1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('H1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('H1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('I1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('I1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('J1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('J1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('K1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('K1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('L1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('L1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('M1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('M1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('N1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('N1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('O1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('O1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('P1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('P1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('Q1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('Q1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('R1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('R1')->getFont()->setBold(true);
$this->excel->getActiveSheet()->getStyle('S1')->getFont()->setSize(12);
$this->excel->getActiveSheet()->getStyle('S1')->getFont()->setBold(true);
$exportData = $this->supplier_model->export_excel();
if ($exportData) {
$i = 2;
$s = 1;
foreach ($exportData as $data) {
$this->excel->getActiveSheet()->setCellValue('A' . $i,$data['SupplierID']);
$this->excel->getActiveSheet()->setCellValue('B' . $i,$data['SupplierName']);
$this->excel->getActiveSheet()->setCellValue('C' . $i,$data['Address']);
$this->excel->getActiveSheet()->setCellValue('D' . $i,$data['ContactNumber']);
$this->excel->getActiveSheet()->setCellValue('E' . $i,$data['AlternateContactNumber']);
$this->excel->getActiveSheet()->setCellValue('F' . $i,$data['EmailAddress']);
$this->excel->getActiveSheet()->setCellValue('G' . $i,$data['Exiseregistration']);
$this->excel->getActiveSheet()->setCellValue('H' . $i,$data['TIN']);
$this->excel->getActiveSheet()->setCellValue('I' . $i,$data['PAN']);
$this->excel->getActiveSheet()->setCellValue('J' . $i,$data['CSTNO']);
$this->excel->getActiveSheet()->setCellValue('K' . $i,$data['CSTDate']);
$this->excel->getActiveSheet()->setCellValue('L' . $i,$data['GSTNO']);
$this->excel->getActiveSheet()->setCellValue('M' . $i,$data['GSTRange']);
$this->excel->getActiveSheet()->setCellValue('N' . $i,$data['CollectrateAddress']);
$this->excel->getActiveSheet()->setCellValue('O' . $i,$data['UANumber']);
$this->excel->getActiveSheet()->setCellValue('P' . $i,$data['PaymentTerms']);
$this->excel->getActiveSheet()->setCellValue('Q' . $i,$data['firstname']);
$this->excel->getActiveSheet()->setCellValue('R' . $i,$data['Update_by']);
$this->excel->getActiveSheet()->setCellValue('S' . $i,$data['IsActive']);
$i++;
$s++;
}
}
$filename = 'supplierdetails' .' '. '.xls'; //save our workbook as this file name
header('Content-Type: application/vnd.ms-excel'); //mime type
header('Content-Disposition: attachment;filename="' . $filename . '"'); //tell browser what's the file name
header('Cache-Control: max-age=0'); //no cache
$objWriter = PHPExcel_IOFactory::createWriter($this->excel, 'Excel5');
if (ob_get_contents()) ob_end_clean();
ob_start();
$objWriter->save('php://output');
}
function pageNotFound()
{
$this->global['pageTitle'] = 'Siddharth : 404 - Page Not Found';
$this->loadViews("404", $this->global, NULL, NULL);
}
}
?>

65
application/controllers/user.php Executable file → Normal file
View File

@ -1,4 +1,5 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed'); <?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php'; require APPPATH . '/libraries/BaseController.php';
/** /**
@ -29,9 +30,9 @@ class user extends BaseController
*/ */
public function index() public function index()
{ {
// echo 'dash'; echo 'dash';
// print_r($this->session->userdata ( 'name' )); print_r($this->session->userdata ( 'name' ));
log_message('Info','#####Dashboard session name : ' . $this->session->userdata ( 'name' )); log_message('ERROR','#####Dashboard session name : ' . $this->session->userdata ( 'name' ));
//print_r($this->dummy);//die(); //print_r($this->dummy);//die();
$this->global['pageTitle'] = 'Siddharth : Dashboard'; $this->global['pageTitle'] = 'Siddharth : Dashboard';
@ -39,17 +40,13 @@ class user extends BaseController
$this->load->model('dahsboard_Model'); $this->load->model('dahsboard_Model');
// if(date('m') == 04) { $this->dahsboard_Model->update_FiscalYear(); }
$data['EmpCount'] = $this->employeedetails_model->getEmployeeCount();
$Users = $this->user_model->userListing();
$data['Usrcnt'] = count($Users);
$data['EmpCount'] = $this->employeedetails_model->getEmployeeCount();
$data['totalpurchaseorder']=$this->dahsboard_Model->totalpurchaseorder(); $data['totalpurchaseorder']=$this->dahsboard_Model->totalpurchaseorder();
//print_r( $data['totalpurchaseorder']); //print_r( $data['totalpurchaseorder']);
$data['totalordervalue']=$this->dahsboard_Model->totalordervalue(); $data['totalordervalue']=$this->dahsboard_Model->totalordervalue();
$data['convertiontotalordervalue']=$this->convertamounttext($data['totalordervalue'][0]->totalordervalue);
$data['pendingpo']=$this->dahsboard_Model->pendingpo(); $data['pendingpo']=$this->dahsboard_Model->pendingpo();
// $data['totalserviceamount']=$this->dahsboard_Model->totalserviceamount(); // $data['totalserviceamount']=$this->dahsboard_Model->totalserviceamount();
// $data['totalcapitalamount']=$this->dahsboard_Model->totalcapitalamount(); // $data['totalcapitalamount']=$this->dahsboard_Model->totalcapitalamount();
@ -65,8 +62,6 @@ class user extends BaseController
$data['details']=$this->dahsboard_Model->reqdetail(); $data['details']=$this->dahsboard_Model->reqdetail();
$data['pending_details']=$this->dahsboard_Model->req_pending(); $data['pending_details']=$this->dahsboard_Model->req_pending();
// $data['list']=$this->dahsboard_Model->req_list(); // $data['list']=$this->dahsboard_Model->req_list();
$data['serviceprogress']=$this->dahsboard_Model->serviceprogress(); $data['serviceprogress']=$this->dahsboard_Model->serviceprogress();
@ -82,8 +77,7 @@ class user extends BaseController
//dashboard pie chart //dashboard pie chart
$data['importbudgt'] = $this->dahsboard_Model->importbudgt(); $data['importbudgt'] = $this->dahsboard_Model->importbudgt();
$data['servicebudgt'] = $this->dahsboard_Model->servicebudgt(); $data['servicebudgt'] = $this->dahsboard_Model->servicebudgt();
// print_r($data);die();
$data['revenuebudgt'] = $this->dahsboard_Model->revenuebudgt(); $data['revenuebudgt'] = $this->dahsboard_Model->revenuebudgt();
$data['capitalbud'] = $this->dahsboard_Model->capitalbud(); $data['capitalbud'] = $this->dahsboard_Model->capitalbud();
$data['typebal'] = $this->dahsboard_Model->typebal(); $data['typebal'] = $this->dahsboard_Model->typebal();
@ -1574,51 +1568,6 @@ function deliver_perform()
} }
} }
function count_digit($number) {
return strlen($number);
}
function divider($number_of_digits) {
$tens="1";
if($number_of_digits>8)
return 10000000;
while(($number_of_digits-1)>0)
{
$tens.="0";
$number_of_digits--;
}
return $tens;
}
function convertamounttext($num){
$ext="";//thousand,lac, crore
$split = explode(".", $num);
$number_of_digits = $this->count_digit($split[0]); //this is call :)
if($number_of_digits>3)
{
if($number_of_digits%2!=0)
$divider=$this->divider($number_of_digits-1);
else
$divider=$this->divider($number_of_digits);
}
else
$divider=1;
$fraction=$num/$divider;
$fraction=number_format($fraction,2);
if($number_of_digits==4 ||$number_of_digits==5)
$ext="k";
if($number_of_digits==6 ||$number_of_digits==7)
$ext="Lac";
if($number_of_digits==8 ||$number_of_digits==9)
$ext="Cr";
return $fraction." ".$ext;
}
} }
?> ?>

0
application/core/index.html Executable file → Normal file
View File

0
application/errors/error_404.php Executable file → Normal file
View File

0
application/errors/error_db.php Executable file → Normal file
View File

0
application/errors/error_general.php Executable file → Normal file
View File

0
application/errors/error_php.php Executable file → Normal file
View File

0
application/errors/index.html Executable file → Normal file
View File

4
application/helpers/cias_helper.php Executable file → Normal file
View File

@ -131,10 +131,10 @@ where (CurrentStock+OpeningStock)<reorder";
$query=$CI->db->query($subQuery,array()); // $query=$CI->db->query($subQuery,array());
//print_r($this->db->last_query()); //print_r($this->db->last_query());
return $query->result(); return array();
} }
?> ?>

0
application/helpers/index.html Executable file → Normal file
View File

0
application/hooks/index.html Executable file → Normal file
View File

0
application/index.html Executable file → Normal file
View File

0
application/language/english/index.html Executable file → Normal file
View File

0
application/language/index.html Executable file → Normal file
View File

View File

@ -41,13 +41,14 @@ class BaseController extends CI_Controller {
redirect ( 'login' ); redirect ( 'login' );
} else { } else {
$this->role = $this->session->userdata ( 'role' ); $this->role = $this->session->userdata ( 'role' );
// print_r($this->role);die();
// session_start(); // session_start();
log_message('ERROR','#####In BaseController - isLoggedIn function ci session : ' . $this->session->userdata ( 'name' )); log_message('ERROR','#####In BaseController - isLoggedIn function ci session : ' . $this->session->userdata ( 'name' ));
// log_message('ERR?OR','#####In BaseController - isLoggedIn function session super global methid : ' . $_SESSION['name']); // log_message('ERR?OR','#####In BaseController - isLoggedIn function session super global methid : ' . $_SESSION['name']);
$this->vendorId = $this->session->userdata ( 'userId' ); $this->vendorId = $this->session->userdata ( 'userId' );
$this->name = $this->session->userdata ( 'name' ); $this->name = $this->session->userdata ( 'name' );
$this->roleText = $this->session->userdata ( 'roleText' ); $this->roleText = $this->session->userdata ( 'roleText' );
// $this->Designation = $this->session->userdata ( 'Designation' ); //$this->Designation = $this->session->userdata ( 'Designation' );
$this->DEPCode = $this->session->userdata ( 'DEPCode' ); $this->DEPCode = $this->session->userdata ( 'DEPCode' );
$this->HeadDept = $this->session->userdata ( 'HeadDept' ); $this->HeadDept = $this->session->userdata ( 'HeadDept' );
$this->DepartmentName = $this->session->userdata ( 'DepartmentName' ); $this->DepartmentName = $this->session->userdata ( 'DepartmentName' );

0
application/libraries/Excel.php Executable file → Normal file
View File

0
application/libraries/Excel2.php Executable file → Normal file
View File

0
application/libraries/dompdf_gen.php Executable file → Normal file
View File

0
application/libraries/index.html Executable file → Normal file
View File

0
application/libraries/pdf.php Executable file → Normal file
View File

View File

@ -1,10 +0,0 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@ -1,70 +0,0 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2021-06-28 11:23:21 --> Session: The session cookie was not signed.
ERROR - 2021-06-28 12:24:42 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:30:31 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:32:22 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:32:26 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:34:14 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:34:16 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 12:38:34 --> Severity: 4096 --> Object of class PHPExcel_Reader_Excel5 could not be converted to string /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 649
ERROR - 2021-06-28 15:03:58 --> Severity: Notice --> Undefined variable: objTpl /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 651
ERROR - 2021-06-28 15:04:02 --> Severity: Notice --> Undefined variable: objTpl /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 651
ERROR - 2021-06-28 15:06:00 --> Severity: Notice --> Undefined variable: worksheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 655
ERROR - 2021-06-28 17:24:55 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 17:32:45 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 17:39:33 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 17:58:20 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 17:58:20 --> Severity: Notice --> Undefined index: dirname /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 277
ERROR - 2021-06-28 17:58:20 --> Severity: Notice --> Undefined index: basename /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 277
ERROR - 2021-06-28 18:01:21 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:02:11 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:02:57 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:03:45 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:03:51 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:04:17 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:04:27 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:05:30 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:05:35 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:06:03 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:06:33 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:06:36 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:07:06 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:07:10 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:07:39 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:09:29 --> The filetype you are attempting to upload is not allowed.
ERROR - 2021-06-28 18:09:33 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:13:04 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:13:47 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:16:03 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 18:33:49 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:33:49 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 273
ERROR - 2021-06-28 18:34:28 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:34:28 --> Severity: Warning --> pathinfo() expects parameter 1 to be string, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/IOFactory.php 225
ERROR - 2021-06-28 18:34:28 --> Severity: Warning --> file_exists() expects parameter 1 to be a valid path, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 72
ERROR - 2021-06-28 18:34:28 --> Severity: Notice --> Array to string conversion /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 73
ERROR - 2021-06-28 18:35:25 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:35:25 --> Severity: Warning --> pathinfo() expects parameter 1 to be string, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/IOFactory.php 225
ERROR - 2021-06-28 18:35:25 --> Severity: Warning --> file_exists() expects parameter 1 to be a valid path, array given /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 72
ERROR - 2021-06-28 18:35:25 --> Severity: Notice --> Array to string conversion /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/third_party/Classes/PHPExcel/Reader/Excel2007.php 73
ERROR - 2021-06-28 18:35:54 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:39:27 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:43:13 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:43:13 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 280
ERROR - 2021-06-28 18:43:36 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:58:37 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:58:37 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 286
ERROR - 2021-06-28 18:59:26 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 18:59:26 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
ERROR - 2021-06-28 19:00:06 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 19:00:06 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
ERROR - 2021-06-28 19:00:11 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/views/bankingfile.php 132
ERROR - 2021-06-28 19:00:28 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 19:00:28 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
ERROR - 2021-06-28 19:01:01 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 19:02:23 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 19:02:23 --> Severity: Notice --> Undefined variable: sheet /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 287
ERROR - 2021-06-28 19:03:37 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 19:04:15 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 20:04:44 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257
ERROR - 2021-06-28 20:05:19 --> Severity: Notice --> Undefined variable: path /opt/lampp/htdocs/SIA/SIUnitTest_20210626/application/controllers/cashbook.php 257

View File

@ -0,0 +1,92 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-10 19:07:22 --> #####loggin_name : Govindaraj
ERROR - 2023-05-10 19:07:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:22 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-10 19:07:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-10 19:07:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-10 19:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:07:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:09:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 14:39:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 14:40:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-10 19:10:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-10 19:10:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-10 19:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:10:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:11:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 14:41:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 14:42:28 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-10 19:12:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:12:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:14:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:14:10 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-10 19:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 19:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:37:21 --> #####loggin_name : Govindaraj
ERROR - 2023-05-10 20:37:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:37:22 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-10 20:37:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:37:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:08:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:08:36 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-10 20:38:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:38:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:23:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-10 16:23:33 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-10 20:53:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:53:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:25:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-10 16:25:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-10 20:55:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 20:55:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:32:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-10 16:32:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-10 21:02:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 21:02:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:36:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-10 16:36:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-10 21:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 21:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:37:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-10 16:37:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-10 21:07:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-10 21:07:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,563 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-11 07:34:23 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-11 07:34:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:23 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-11 07:34:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 03:04:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 03:04:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 03:04:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:04:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:04:53 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-11 03:04:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:34:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:05:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:07:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:07:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 03:07:54 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 03:07:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 03:07:54 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:37:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:08:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:38:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 07:38:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 03:08:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-11 11:03:44 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 11:03:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:03:44 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 11:03:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:03:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 06:34:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 06:35:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 11:05:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:05:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:07 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 12:23:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:08 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 12:23:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 12:23:16 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:23:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:24:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 07:54:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 07:55:02 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 12:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 12:28:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 12:28:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:28:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:29:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:30:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:31:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 12:32:37 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 12:32:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:32:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:33:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 08:03:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 08:04:37 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 12:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 12:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:16 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 15:40:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:17 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 15:40:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:24 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 15:40:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:24 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 15:40:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:41:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:41:52 --> #####loggin_name : Ramki
ERROR - 2023-05-11 15:41:52 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 15:41:52 --> #####Dashboard session name : Ramki
ERROR - 2023-05-11 15:41:55 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 15:41:55 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:12:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:13:38 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 15:43:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:43:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:15:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 15:45:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:45:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:48:01 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 15:48:01 --> #####Dashboard session name : Ramki
ERROR - 2023-05-11 15:48:04 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 15:48:04 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:18:10 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:18:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 15:48:50 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 15:48:50 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:20:19 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:20:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:20:20 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:01 --> #####In BaseController - isLoggedIn function ci session : Ramki
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:26:01 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:02 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 11:26:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:26:50 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 15:56:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 15:56:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:30:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:30:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:00:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:00:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:31:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:31:53 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:01:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:01:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:32:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:32:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:36:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 11:36:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:06:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:06:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 17:10:35 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-11 17:10:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:10:35 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-11 17:10:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:10:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:45:42 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:46:04 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:46:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:46:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:13 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:13 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 17:16:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:16:37 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-11 17:16:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:16:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:46:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:46:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:57 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:46:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 17:16:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:16:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:16:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:47:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:47:17 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-11 12:47:17 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-11 12:47:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:17:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:17:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:47:54 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:49:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:49:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:49:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:49:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:49:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:19:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:49:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:19:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:19:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:50:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-11 12:52:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:52:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-11 12:52:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 17:22:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 12:52:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-11 18:36:43 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 18:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:36:43 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 18:36:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:36:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 18:37:07 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 18:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:37:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:38:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:08:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:09:07 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 18:39:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:39:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:39:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 18:39:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 18:39:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:39:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:40:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:46:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 18:46:54 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 18:46:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:46:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:48:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:48:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:48:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:50:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:20:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:20:43 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 18:50:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:50:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-11 18:51:00 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-11 18:51:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:21:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 14:22:32 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 18:52:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 18:52:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:28:06 --> #####loggin_name : Govindaraj
ERROR - 2023-05-11 20:28:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:28:06 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-11 20:28:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:28:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:01:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:01:53 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-11 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:05:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:05:06 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:05:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 20:35:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:35:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:07:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:07:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 16:07:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:07:15 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 20:37:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:37:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:09:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:09:10 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 20:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:10:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:10:57 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 20:40:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:40:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:12:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined offset: 0 /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Trying to get property of non-object /var/www/html/si/SIA/application/views/includes/pdfheader.php 153
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$DiscountType /var/www/html/si/SIA/application/views/revenuepopdf.php 344
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$PackagingType /var/www/html/si/SIA/application/views/revenuepopdf.php 345
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 16:12:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType /var/www/html/si/SIA/application/views/revenuepopdf.php 388
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:12:53 --> Severity: Notice --> Undefined index: dom /var/www/html/si/SIA/application/third_party/mpdf/mpdf.php 26073
ERROR - 2023-05-11 16:13:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-11 16:13:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-11 20:43:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-11 20:43:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,252 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-12 08:52:54 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-12 08:52:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:52:55 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-12 08:53:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:53:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:23:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-12 04:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-12 04:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-12 04:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-12 08:53:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:53:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:53:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:25:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:25:28 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-12 04:25:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:55:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:55:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:25:38 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:27:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:27:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-12 04:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-12 04:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-12 04:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:27:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:58:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 08:58:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 04:28:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-12 10:02:00 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 10:02:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 10:02:01 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 10:02:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 10:02:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 05:32:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 05:33:14 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 10:03:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 10:03:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 11:35:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 11:35:33 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 11:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 11:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:05:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:06:38 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 11:36:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 11:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:10:52 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 12:10:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:10:53 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 12:11:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-12 12:11:22 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-12 12:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:13:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:43:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:44:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 12:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-12 12:14:21 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-12 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:15:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:45:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 07:46:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 12:16:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:16:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 08:10:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 12:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:40:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:23:58 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 14:23:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:23:58 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 14:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:24:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:29:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:32:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:32:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:06 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 14:43:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:06 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 14:43:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:43:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:44:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:44:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 14:44:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:49 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 17:16:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:49 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 17:16:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-12 17:16:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-12 17:16:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:16:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:17:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:18:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:48:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:49:06 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-12 17:19:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-12 17:19:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:20:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:50:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:51:02 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 17:21:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-12 17:21:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-12 17:21:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:21:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:22:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 12:53:01 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 17:23:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:23:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:19 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 17:24:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 17:24:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:14:13 --> #####loggin_name : Govindaraj
ERROR - 2023-05-12 20:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:14:13 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-12 20:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 15:46:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 15:46:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-12 20:16:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:16:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 15:58:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 15:58:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 20:28:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:28:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:04:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 16:04:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 20:34:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:34:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:24:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 16:24:21 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 20:54:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:54:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:28:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 16:28:52 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 20:58:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 20:58:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:39:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-12 16:39:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-12 21:09:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-12 21:09:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,131 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-13 07:35:35 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 07:41:04 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 07:46:34 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 07:46:34 --> #####loggin_name : Govindaraj
ERROR - 2023-05-13 07:46:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:46:34 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 07:46:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:46:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:53:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:53:24 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 07:53:24 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 07:53:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:53:24 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 03:23:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 07:53:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:53:25 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 03:23:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:23:26 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:23:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 07:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 07:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:25:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:25:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:25:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:26:34 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:26:44 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:26:57 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:27:02 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:27:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:28:15 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:28:15 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:28:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:28:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:28:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:28:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:28:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:28:54 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:29:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:29:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:30:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:30:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 08:00:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:30:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-13 03:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-13 08:00:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 08:00:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:30:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 08:01:22 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-13 03:31:24 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-13 03:31:25 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-13 08:01:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-13 08:01:37 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-13 03:32:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:35:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:36:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:39:57 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:40:13 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:40:43 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 03:47:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:48:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:49:55 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:49:55 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:50:04 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:50:04 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:50:22 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 03:50:22 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 03:51:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:52:01 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:52:18 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:52:36 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 03:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 03:56:29 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:57:40 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 03:59:24 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 10:11:38 --> #####loggin_name : Govindaraj
ERROR - 2023-05-13 10:12:35 --> #####loggin_name : Govindaraj
ERROR - 2023-05-13 10:16:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 10:16:18 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 10:20:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 10:21:07 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 10:21:58 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 10:22:17 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-13 10:22:50 --> Query error: MySQL server has gone away
ERROR - 2023-05-13 10:34:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 10:34:42 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 12:39:57 --> #####loggin_name : Govindaraj
ERROR - 2023-05-13 12:39:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:39:59 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-13 12:40:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:40:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:40:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-13 12:40:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-13 12:40:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:40:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:41:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:41:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:41:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:44:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 08:14:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 08:15:04 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-13 12:45:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-13 12:45:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,82 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-14 07:46:46 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-14 07:46:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 07:46:47 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-14 07:46:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 07:47:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 07:56:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 07:56:43 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-14 07:56:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 07:56:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:39:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:39:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:39:55 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:39:55 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:09:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:40:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:40:12 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-14 03:40:13 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-14 03:40:13 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-14 03:40:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:10:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:10:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:40:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:42:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:42:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:42:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:42:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:42:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:12:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:42:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:12:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:12:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:42:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:44:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:44:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:44:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:44:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:44:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 08:14:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:14:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:14:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:45:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:15:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:15:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:45:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-14 03:47:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:47:24 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-14 03:47:24 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-14 08:17:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:47:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:17:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:48:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:48:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:18:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 08:18:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-14 03:48:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar

View File

@ -0,0 +1,142 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-15 07:04:12 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-15 07:04:13 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:04:13 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-15 07:04:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:04:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:37:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-15 02:37:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-15 02:37:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-15 02:37:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-15 07:07:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:07:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:07:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:37:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:37:24 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-15 02:37:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:07:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:07:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:37:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:39:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:39:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-15 02:40:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-15 02:40:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-15 02:40:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-15 07:10:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:10:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:10:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:40:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:10:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 07:10:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 02:40:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-15 10:03:58 --> #####loggin_name : Govindaraj
ERROR - 2023-05-15 10:03:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 10:03:58 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-15 10:04:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 10:04:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:34:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:35:26 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 10:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 10:05:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:40:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-15 05:40:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-15 10:10:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 10:10:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:44:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-15 05:44:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-15 10:14:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 10:14:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 11:18:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 11:18:19 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-15 11:18:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 11:18:22 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-15 11:18:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 11:18:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 07:21:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 07:22:09 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 11:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 11:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:56:39 --> #####loggin_name : Govindaraj
ERROR - 2023-05-15 12:56:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:56:40 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-15 12:57:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-15 12:57:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-15 12:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:57:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:58:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:28:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:29:09 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 12:59:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-15 12:59:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-15 12:59:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 12:59:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:00:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:30:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:31:10 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 13:01:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-15 13:01:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-15 13:01:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:01:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:02:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:32:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:32:55 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 13:02:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:02:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-15 13:03:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-15 13:03:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:03:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:04:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:34:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 08:34:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-15 13:04:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-15 13:04:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,363 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-16 07:35:15 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-16 07:35:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:35:15 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-16 07:35:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:35:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:07:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 03:07:21 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 03:07:21 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 03:07:21 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:37:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:07:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:07:43 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-16 03:07:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:37:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:37:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:07:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:10:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:10:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 03:10:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 03:10:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 03:10:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 07:40:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:40:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:40:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:10:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:40:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 07:40:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 03:10:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 09:45:14 --> #####loggin_name : Govindaraj
ERROR - 2023-05-16 09:45:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:45:15 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 09:45:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:45:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:16:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:17:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 09:47:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:47:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:18:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 05:18:24 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 09:48:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:48:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:22:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 05:22:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 09:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 05:24:35 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 09:54:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:54:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:27:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 05:27:13 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 09:57:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 09:57:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:09:21 --> #####loggin_name : Govindaraj
ERROR - 2023-05-16 12:09:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:09:21 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 12:09:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:09:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:09:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-16 12:09:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-16 12:09:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:10:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:15:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:15:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:45:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:46:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 12:16:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:16:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-16 12:17:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-16 12:17:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:18:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:48:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:49:20 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 12:19:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:19:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:20:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-16 12:20:12 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-16 12:20:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:20:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:20:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:21:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:21:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:22:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:52:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:53:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 12:23:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-16 12:23:30 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-16 12:23:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:54:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 07:55:24 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 12:25:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:25:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:29:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:39:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:39:42 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 12:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:39:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 08:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 08:11:30 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 12:41:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 12:41:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 13:13:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 13:13:19 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 13:13:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 13:13:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 13:13:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 13:13:34 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-16 13:13:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:13:35 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-16 13:13:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:13:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:43:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:43:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:43:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:43:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 13:13:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:13:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:13:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:43:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:43:59 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-16 08:43:59 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-16 08:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:14:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:14:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:44:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:45:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:45:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:45:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:45:56 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:45:56 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 13:15:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:15:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:15:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:45:59 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:16:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:16:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:46:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-16 08:48:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:48:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-16 08:48:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-16 13:18:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:13 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 13:18:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 08:48:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-16 16:38:06 --> #####loggin_name : Govindaraj
ERROR - 2023-05-16 16:38:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:07 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 16:38:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:38:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:44:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:54:25 --> #####loggin_name : Govindaraj
ERROR - 2023-05-16 16:54:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:54:25 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:54:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 16:54:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:22:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:22:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:22:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:25:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:25:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:25:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:26:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:27:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:28:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:28:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:28:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:30:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:30:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:30:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:05:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:05:44 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:05:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:06:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:06:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 18:06:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 19:48:28 --> #####loggin_name : Govindaraj
ERROR - 2023-05-16 19:48:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 19:48:28 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-16 19:48:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 19:48:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 15:18:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 15:19:35 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-16 19:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 19:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:02:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:02:39 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:32:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:07:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:07:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:37:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:37:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:08:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:08:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:38:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:38:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:12:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:12:22 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:42:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:42:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:17:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:17:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:47:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:47:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-16 17:17:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-16 21:47:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 21:47:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-16 22:02:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,306 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-17 09:24:28 --> #####loggin_name : Govindaraj
ERROR - 2023-05-17 09:24:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:24:28 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 09:24:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:24:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:54:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:54:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:55:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 04:55:35 --> Query error: Lock wait timeout exceeded; try restarting transaction
ERROR - 2023-05-17 04:55:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 04:56:03 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 09:27:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:27:06 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 09:27:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:27:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:57:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 04:57:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 09:30:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:30:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 10:33:57 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-17 10:33:58 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:33:58 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-17 10:34:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:34:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:07:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:07:06 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:07:06 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:07:06 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 10:37:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:37:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:37:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:07:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:07:25 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-17 06:07:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-17 06:07:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-17 06:07:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:07:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:10:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 295
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 321
ERROR - 2023-05-17 06:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/application/controllers/quality.php 339
ERROR - 2023-05-17 06:11:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:11:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:11:16 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:11:16 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:11:16 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 10:41:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:41:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:41:18 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:11:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:41:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:41:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:11:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-17 06:14:05 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:14:05 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-17 06:14:05 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-17 10:44:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 10:44:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 06:14:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-17 13:06:48 --> #####loggin_name : Govindaraj
ERROR - 2023-05-17 13:06:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:06:48 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 13:06:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:06:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:06:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 13:06:55 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 13:06:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:06:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:07:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:07:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:07:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:08:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:38:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:39:13 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 13:09:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:09:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:09:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 13:09:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 13:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:10:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:10:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:10:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:14:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:44:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:44:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 13:14:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:14:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 13:15:03 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 13:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:15:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:16:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:46:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 08:47:51 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 13:17:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:17:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 13:34:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 13:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:34:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:42:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:47:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:47:20 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 13:47:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:47:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:17:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:18:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 13:48:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:48:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 09:19:07 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 13:49:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 13:49:33 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 13:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:49:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:50:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:21:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:21:46 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 13:51:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:51:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:22:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 09:22:04 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 13:52:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:52:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:52:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:52:23 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 13:52:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:53:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:30 --> #####loggin_name : Govindaraj
ERROR - 2023-05-17 16:14:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:30 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 16:14:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-17 16:14:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-17 16:14:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:15:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:15:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:15:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:16:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 11:46:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 11:47:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 16:17:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:17:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:31:57 --> #####loggin_name : Govindaraj
ERROR - 2023-05-17 17:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:31:57 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 17:32:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:32:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:34:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:05:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:05:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 17:35:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:35:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:09:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:10:07 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 17:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:40:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:11:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 13:12:41 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 17:42:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 17:42:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:44:09 --> #####loggin_name : Govindaraj
ERROR - 2023-05-17 20:44:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:44:09 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-17 20:44:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:44:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:15:03 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-17 20:45:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:45:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:19:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 16:19:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 20:49:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:49:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:21:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 16:21:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 20:51:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:51:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:25:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 16:25:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 20:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:26:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 16:26:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 20:56:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:56:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-17 16:27:49 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-17 20:57:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-17 20:57:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,283 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-18 07:51:01 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-18 07:51:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:02 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-18 07:51:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:21:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:21:12 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:21:12 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:21:12 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 07:51:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:15 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:21:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:21:32 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-18 03:21:32 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-18 03:21:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:21:43 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:24:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:24:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:24:31 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:24:31 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:24:31 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 07:54:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:24:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:54:40 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:54:41 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:24:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:27:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:27:14 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 03:27:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:27:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 03:27:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 07:57:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:57:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:57:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:28:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:58:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:58:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:28:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:29:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:59:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 07:59:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 03:29:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 09:53:29 --> #####loggin_name : Govindaraj
ERROR - 2023-05-18 09:53:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 09:53:29 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 09:53:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 09:53:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 05:24:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 05:24:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 09:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 09:54:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:10:34 --> #####loggin_name : Govindaraj
ERROR - 2023-05-18 12:10:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:10:41 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 12:10:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:11:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:12:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-18 12:12:27 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-18 12:12:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:12:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:12:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:13:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:13:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:14:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 07:44:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 07:45:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 12:15:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:15:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:25:16 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 12:25:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 12:25:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:39:50 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-18 14:39:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:39:50 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-18 14:39:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:39:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:09:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:10:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:10:00 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:10:00 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 14:40:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:40:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:40:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:10:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:10:19 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-18 10:10:19 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-18 10:10:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:40:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:40:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:10:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:18:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:18:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:18:59 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:18:59 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:18:59 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 14:48:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:48:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:49:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:19:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:49:02 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:49:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:19:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:23:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:23:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-18 10:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:23:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-18 10:23:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:53:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:25:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:55:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:55:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:25:15 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:25:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:55:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 14:55:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 10:25:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-18 17:08:47 --> #####loggin_name : Govindaraj
ERROR - 2023-05-18 17:08:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:08:47 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 17:08:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:08:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:09:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:09:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:09:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:07 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:17:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:19:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:27:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:27:51 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 17:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:30:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:30:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 17:30:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:38 --> #####loggin_name : Govindaraj
ERROR - 2023-05-18 18:35:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:38 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 18:35:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-18 18:35:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-18 18:35:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:35:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:36:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:06:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:07:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 18:37:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-18 18:37:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-18 18:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:37:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:38:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:38:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:08:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:09:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 18:39:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:53 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 18:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:39:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:10:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 14:10:46 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 18:40:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:40:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 18:52:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 20:54:05 --> #####loggin_name : Govindaraj
ERROR - 2023-05-18 20:54:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 20:54:05 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-18 20:54:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 20:54:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:24:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:24:50 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-18 20:54:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 20:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:26:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-18 16:26:51 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-18 20:56:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 20:56:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:32:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-18 16:32:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-18 21:02:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 21:02:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:35:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-18 16:35:17 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-18 21:05:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 21:05:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-18 21:49:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,262 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-19 07:49:47 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-19 07:49:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:49:47 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-19 07:49:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:49:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:23:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 03:23:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 03:23:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 03:23:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 07:53:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:53:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:53:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:23:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:23:38 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-19 03:23:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:53:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:53:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:23:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:26:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:26:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 03:26:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 03:26:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 03:26:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:56:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:26:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:56:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 07:56:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 03:26:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-19 10:23:43 --> #####loggin_name : Govindaraj
ERROR - 2023-05-19 10:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:23:43 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-19 10:23:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:23:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:28:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:28:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:29:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:29:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:29:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:30:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 10:31:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:02:44 --> #####loggin_name : Govindaraj
ERROR - 2023-05-19 11:02:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:02:44 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-19 11:02:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:02:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 06:32:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 06:33:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 11:03:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:03:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:46:55 --> #####loggin_name : Govindaraj
ERROR - 2023-05-19 11:46:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:46:55 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-19 11:46:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:46:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 11:47:05 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 11:47:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:47:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:48:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 07:18:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 07:18:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 11:48:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:48:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 11:49:15 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 11:49:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:49:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:50:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 07:20:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 07:21:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 11:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 11:51:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 12:26:02 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 12:26:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:26:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 12:36:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 12:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:36:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:37:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:37:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:37:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:37:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:44:58 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-19 16:44:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:44:58 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-19 16:45:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:45:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:15:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 12:15:08 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 12:15:08 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 12:15:08 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:45:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:15:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:15:27 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-19 12:15:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:45:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:45:33 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:15:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:22:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:22:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-19 12:22:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 12:22:10 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-19 12:22:10 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-19 16:52:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:52:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:52:11 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:22:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:52:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 16:52:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 12:23:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-19 17:09:36 --> #####loggin_name : Govindaraj
ERROR - 2023-05-19 17:09:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:36 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-19 17:09:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 17:09:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 17:09:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:09:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:40:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 12:41:22 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 17:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:11:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 13:09:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-19 13:09:18 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-19 17:39:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:39:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-19 17:40:59 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:40:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:41:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:41:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:41:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:41:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 13:11:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 13:12:40 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 17:42:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 17:42:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:10:23 --> #####loggin_name : Govindaraj
ERROR - 2023-05-19 21:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:10:23 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-19 21:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:10:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:41:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:41:49 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-19 21:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:11:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:42:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-19 16:42:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-19 21:12:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:12:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:47:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-19 16:47:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-19 21:17:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:17:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:50:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-19 16:50:02 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-19 21:20:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:20:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:53:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-19 16:53:28 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-19 21:23:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-19 21:23:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,92 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-20 07:53:44 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-20 07:53:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:53:44 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-20 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:23:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-20 03:23:51 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-20 03:23:51 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-20 03:23:51 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:23:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:24:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-20 03:24:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:54:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:24:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:27:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:27:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-20 03:27:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-20 03:27:42 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-20 03:27:42 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:57:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:27:49 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:57:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 07:57:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 03:27:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-20 11:21:44 --> #####loggin_name : Govindaraj
ERROR - 2023-05-20 11:21:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:21:44 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-20 11:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:21:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:22:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:23:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-20 11:23:19 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-20 11:23:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:23:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:23:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:23:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:57:42 --> #####loggin_name : Govindaraj
ERROR - 2023-05-20 15:57:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:57:42 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-20 15:57:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:57:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-20 15:58:57 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:58:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:59:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:59:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 15:59:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:01:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:31:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 11:32:19 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-20 16:02:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:02:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:03:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:03:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-20 16:03:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,96 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-21 07:59:37 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-21 07:59:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 07:59:37 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-21 07:59:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 07:59:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:29:45 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:29:45 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:29:45 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:29:45 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 07:59:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:29:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:30:02 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-21 03:30:03 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-21 03:30:03 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-21 03:30:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:00:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:00:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:30:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:34:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:34:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:34:28 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:34:28 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:34:28 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 08:04:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:04:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:04:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:34:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:04:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:34:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:37:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:37:32 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:37:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:37:32 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:37:32 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:07:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:37:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:07:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:07:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:37:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:42:50 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:42:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-21 03:42:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:42:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-21 03:42:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:12:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:46:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:16:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:16:55 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:46:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:47:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:17:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:17:10 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:47:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:47:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:17:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 08:17:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 03:47:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-21 21:19:16 --> #####loggin_name : Govindaraj
ERROR - 2023-05-21 21:19:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 21:19:16 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-21 21:19:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 21:19:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 17:01:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 17:01:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-21 21:31:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 21:31:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 17:02:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-21 17:02:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-21 21:32:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 21:32:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-21 21:34:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,271 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-22 07:17:03 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-22 07:17:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:04 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-22 07:17:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:07 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:47:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 02:47:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 02:47:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 02:47:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 07:17:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:47:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:47:29 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-22 02:47:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:17:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:47:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:49:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:49:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 02:49:38 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 02:49:38 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 02:49:38 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 07:19:38 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:19:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:19:39 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:49:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:19:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 07:19:44 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 02:49:47 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-22 09:49:34 --> #####loggin_name : Govindaraj
ERROR - 2023-05-22 09:49:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 09:49:34 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-22 09:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 09:49:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 05:22:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 05:22:48 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 09:52:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 09:52:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 11:16:04 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-22 11:16:05 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:16:05 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-22 11:16:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:16:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:51:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:51:36 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:51:36 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:51:36 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 11:21:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:21:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:21:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:51:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:51:54 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-22 06:51:54 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-22 06:51:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:22:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:52:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:55:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:55:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:55:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:55:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:55:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 11:25:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:25:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:25:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:55:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:25:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:25:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:55:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:58:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:58:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-22 06:58:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:58:18 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-22 06:58:18 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-22 11:28:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:28:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:28:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 07:00:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:30:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:30:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 07:00:59 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 07:01:12 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:31:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 11:31:13 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 07:01:16 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-22 12:19:40 --> #####loggin_name : Govindaraj
ERROR - 2023-05-22 12:19:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:40 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-22 12:19:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:19:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:19:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:20:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:20:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:23:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:54:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:24:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:24:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:26:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:56:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:57:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:27:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:27:45 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:27:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:27:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:28:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:58:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 07:59:18 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:29:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:29:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:30:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:00:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:01:28 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:31:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:31:43 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:31:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:32:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:34:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:04:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:04:50 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:34:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:34:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:49:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-22 12:49:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-22 12:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:50:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:50:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:50:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:50:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:53:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:23:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 08:24:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 12:54:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 12:54:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 13:17:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:19:38 --> #####loggin_name : Govindaraj
ERROR - 2023-05-22 20:19:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:19:38 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-22 20:19:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:19:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:50:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:51:20 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-22 20:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:51:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 15:51:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:21:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:21:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:55:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 15:55:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:25:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:25:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:59:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 15:59:37 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:29:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:29:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:02:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 16:02:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:32:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:05:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 16:05:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:35:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:35:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:06:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-22 16:06:41 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-22 20:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-22 20:36:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,273 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-23 11:03:42 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 11:03:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:03:42 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 11:03:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:03:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 06:34:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 06:34:56 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 11:04:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:04:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:54:47 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 11:54:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:54:49 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 11:54:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:54:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:55:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 11:55:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 11:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:55:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:55:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:56:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:56:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 11:59:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:29:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:30:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 12:00:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:00:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:00:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 12:00:48 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 12:00:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:00:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:00:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:01:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:01:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:02:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:32:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:33:33 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 12:03:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:03:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 12:04:20 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 12:04:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:04:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:07:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:37:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:38:53 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 12:08:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:08:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 12:09:10 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 12:09:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:09:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:10:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:40:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 07:41:43 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 12:11:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 12:11:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:02 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 13:10:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:03 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 13:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:10:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:11:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:11:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:13:11 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 13:13:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:13:11 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 13:13:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:13:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 08:44:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 08:45:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 08:45:57 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 08:46:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 13:16:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:16:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 08:47:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 13:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 14:50:56 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-23 14:50:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:50:56 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-23 14:51:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:51:00 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:21:06 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:21:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:21:07 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:21:07 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:51:07 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:21:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-23 10:21:26 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-23 10:21:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:51:31 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:51:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:21:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:27:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:27:18 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:27:19 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:27:19 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 14:57:19 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:57:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:27:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:57:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 14:57:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:27:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:32:03 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:32:08 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-23 10:32:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:32:09 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-23 10:32:09 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-23 15:02:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:02:10 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:02:11 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:33:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:03:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:03:37 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:33:39 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:33:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:03:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 15:03:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 10:33:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-23 18:16:47 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 18:16:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:16:47 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 18:16:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:16:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 18:17:09 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 18:17:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-23 18:17:24 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:17:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:18:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:48:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:49:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 18:19:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:19:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:49:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 13:49:47 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 18:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:19:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:20:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:20:01 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 18:20:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:20:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:21:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:21:47 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 18:21:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 18:21:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:31:53 --> #####loggin_name : Govindaraj
ERROR - 2023-05-23 20:31:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:31:54 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-23 20:31:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:31:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:06:00 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-23 20:36:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:36:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:08:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 16:08:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 20:38:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:38:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:13:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 16:13:08 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 20:43:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:43:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:14:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 16:14:12 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 20:44:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:44:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:15:25 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 16:15:26 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 20:45:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:45:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:21:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-23 16:21:32 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-23 20:51:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-23 20:51:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,314 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-24 07:48:59 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-24 07:49:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:49:06 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 07:49:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:49:20 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:26:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:27:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:57:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:57:27 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 03:28:40 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:28:46 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:28:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 03:29:01 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:29:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:29:26 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:35:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:35:41 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:35:41 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 08:05:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:05:42 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 08:05:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:05:42 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 08:05:46 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:05:46 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 08:05:54 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:05:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:36:06 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:36:10 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 03:36:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:36:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 03:36:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 08:06:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:06:22 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:06:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:36:31 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:37:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-24 03:37:08 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-24 03:37:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:08:00 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 08:08:08 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:38:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:41 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:41 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 03:55:41 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 03:55:41 --> Query error: MySQL server has gone away
ERROR - 2023-05-24 03:55:42 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 03:55:43 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 11:18:52 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 11:18:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:18:52 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 11:19:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:19:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:11:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:12:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 11:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:14:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-24 07:14:00 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-24 11:44:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:44:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:10:19 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 12:10:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:10:19 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 12:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:10:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:13:46 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:13:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:13:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:13:57 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-24 12:13:57 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:13:57 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-24 12:14:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:14:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:44:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 07:44:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 07:44:14 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 07:44:14 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:14:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:44:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:44:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:44:21 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:09 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-24 07:46:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 07:46:11 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-24 07:46:11 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-24 12:16:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:11 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:12 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:14 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:16 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:17 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:16:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 07:46:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:17:19 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-24 12:17:22 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 12:17:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:22 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 12:17:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:26 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:17:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:17:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:37 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:17:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:18:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:48:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:49:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:19:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:20:29 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:20:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:20:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:51:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:52:33 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:22:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:22:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:22:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:22:51 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:22:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:22:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:22:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:23:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:23:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:24:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:54:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:54:52 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:25:28 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:25:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:25:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:28:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:59:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 07:59:54 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:29:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 12:40:04 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 12:40:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:04 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:40:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:42:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 08:12:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 08:13:05 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:43:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 12:43:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:17 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 16:05:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:17 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 16:05:42 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:05:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:06:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:36:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:37:26 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 16:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-24 16:07:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:07:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:08:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:08:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:38:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:40:19 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 16:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:10:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:14:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:11 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 16:24:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:11 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 16:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:24:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:25:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:26:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:26:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:26:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:26:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:56:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:56:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:57:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:57:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:57:47 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 16:27:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:27:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 11:58:04 --> Query error: Lock wait timeout exceeded; try restarting transaction
ERROR - 2023-05-24 11:58:16 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 12:00:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:30:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:30:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 20:56:39 --> #####loggin_name : Govindaraj
ERROR - 2023-05-24 20:57:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 20:57:25 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 21:03:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 21:07:01 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
ERROR - 2023-05-24 21:07:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 21:08:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 21:08:06 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-24 16:42:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:42:47 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 16:42:52 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 16:43:00 --> Query error: MySQL server has gone away
ERROR - 2023-05-24 16:43:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:44:36 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-24 16:48:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-24 16:50:20 --> Query error: MySQL server has gone away
ERROR - 2023-05-24 16:50:20 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
ERROR - 2023-05-24 17:04:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-24 17:04:58 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38

View File

@ -0,0 +1,245 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-25 07:55:22 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-25 07:55:23 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:55:23 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 07:59:15 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 08:01:40 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 08:01:55 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
ERROR - 2023-05-25 08:07:34 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 08:07:54 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 08:09:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 08:09:25 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:09:44 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:09:48 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 08:10:00 --> Query error: MySQL server has gone away
ERROR - 2023-05-25 08:10:54 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:11:03 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:11:13 --> Query error: MySQL server has gone away
ERROR - 2023-05-25 08:12:04 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:12:04 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:12:05 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:12:05 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:12:05 --> Query error: MySQL server has gone away
ERROR - 2023-05-25 08:12:05 --> Query error: MySQL server has gone away
ERROR - 2023-05-25 08:15:01 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 08:15:43 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 08:18:25 --> Severity: Warning --> mysqli_query(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:18:52 --> Severity: Warning --> mysqli_query(): Error reading result set's header /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 180
ERROR - 2023-05-25 08:19:30 --> Query error: MySQL server has gone away
ERROR - 2023-05-25 08:21:59 --> Severity: Warning --> mysqli_ping(): MySQL server has gone away /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 108
ERROR - 2023-05-25 09:54:44 --> #####loggin_name : Govindaraj
ERROR - 2023-05-25 09:54:44 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 09:54:44 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-25 09:54:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 09:54:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:25:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:26:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-25 09:56:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 09:56:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:29:18 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:29:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 09:59:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 09:59:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:31:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:31:56 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:01:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:01:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:35:39 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:35:40 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:05:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:05:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:40:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:40:30 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:10:30 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:10:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:44:47 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:44:48 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:14:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:14:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:48:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:48:42 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:18:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:18:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:49:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$FirstName /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 122
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined variable: update /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 238
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4060
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$FilePath /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4061
ERROR - 2023-05-25 05:49:58 --> Severity: Notice --> Undefined property: stdClass::$BillNo /var/www/html/si/SIA/application/views/editRevenuepurchaseorder.php 4232
ERROR - 2023-05-25 10:19:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:19:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:18:45 --> #####loggin_name : Govindaraj
ERROR - 2023-05-25 11:18:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:18:59 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-25 11:19:30 --> Severity: Warning --> mysqli_connect(): (HY000/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
ERROR - 2023-05-25 11:19:30 --> Severity: Warning --> mysqli_connect(): (08004/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
ERROR - 2023-05-25 11:19:30 --> Unable to connect to the database
ERROR - 2023-05-25 11:19:30 --> Unable to connect to the database
ERROR - 2023-05-25 11:19:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-25 11:19:39 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-25 11:19:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:19:41 --> Severity: Warning --> mysqli_connect(): (HY000/1040): Too many connections /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_driver.php 77
ERROR - 2023-05-25 11:19:41 --> Unable to connect to the database
ERROR - 2023-05-25 11:19:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:19:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:20:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:22:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 06:52:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 06:55:15 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-25 11:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:25:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:26:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:26:51 --> #####loggin_name : Sathish Kumar
ERROR - 2023-05-25 11:26:51 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:26:51 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 11:26:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:26:56 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 06:57:02 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 06:57:03 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 06:57:03 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 06:57:03 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 11:27:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:27:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:27:04 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 06:57:05 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 06:57:20 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-25 06:58:24 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:28:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:28:25 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 06:58:27 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:02:26 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:02:28 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 07:02:29 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 07:02:29 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 07:02:29 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 11:32:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:29 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:30 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:02:33 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:35 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:36 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 07:02:37 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:48 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:48 --> #####Dashboard session name : Sathish Kumar
ERROR - 2023-05-25 11:32:52 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:32:53 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:33:03 --> #####In BaseController - isLoggedIn function ci session : Sathish Kumar
ERROR - 2023-05-25 11:33:07 --> #####loggin_name : Govindaraj
ERROR - 2023-05-25 11:33:07 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:33:07 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-25 11:33:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 11:33:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:09 --> #####loggin_name : Govindaraj
ERROR - 2023-05-25 14:51:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:09 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-25 14:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:16 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-25 14:51:56 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-25 14:51:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:52:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:52:08 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:52:12 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:52:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:23:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 10:24:10 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-25 14:54:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:54:11 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:59:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-25 14:59:41 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-25 14:59:41 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 14:59:41 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-25 14:59:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 14:59:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:29:51 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:29:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:29:52 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:29:52 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 14:59:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 14:59:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 14:59:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:33:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:33:37 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-25 10:33:37 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-25 10:33:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:03:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:03:45 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:33:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:37:23 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 15:07:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:35 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:36 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:38 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:46 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:07:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:37:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:41:20 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:41:22 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-25 10:41:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:41:22 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-25 10:41:22 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-25 15:11:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:11:23 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:11:24 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:41:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:11:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 15:11:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-25 10:41:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth

View File

@ -0,0 +1,265 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-26 10:11:45 --> #####loggin_name : Govindaraj
ERROR - 2023-05-26 10:11:46 --> #####loggin_name : Govindaraj
ERROR - 2023-05-26 12:14:16 --> #####loggin_name : Govindaraj
ERROR - 2023-05-26 12:14:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:17 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-26 12:14:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-26 12:14:36 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-26 12:14:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:14:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:15:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:17:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 07:47:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 07:48:29 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-26 12:18:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:18:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:18:52 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: RequistionDetails /var/www/html/si/SIA/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: MaterialList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-26 12:18:52 --> Severity: Notice --> Undefined variable: CostList /var/www/html/si/SIA/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-26 12:18:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:18:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:18:55 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:19:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:19:02 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:19:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 07:50:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 07:50:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /var/www/html/si/SIA/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-26 12:20:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:20:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:21:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:21:16 --> #####loggin_name : Hariprasanth
ERROR - 2023-05-26 12:21:17 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:17 --> #####Dashboard session name : Hariprasanth
ERROR - 2023-05-26 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:21 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:51:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:51:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:51:25 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:51:25 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 12:21:26 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:51:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:51:44 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-26 07:51:44 --> Severity: Notice --> Undefined variable: item_igst_amt /var/www/html/si/SIA/application/controllers/quality.php 786
ERROR - 2023-05-26 07:51:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:21:55 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:51:58 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:53:47 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:53:48 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:53:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:53:48 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:53:48 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 12:23:49 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:23:50 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:23:51 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:53:52 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:23:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:23:53 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:54:01 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:58:25 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:58:27 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 07:58:27 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:58:27 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 07:58:27 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 12:28:28 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:28:29 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:28:30 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:58:32 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:28:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:28:34 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 07:58:44 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 08:02:56 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:32:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:32:57 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 08:03:09 --> #####In BaseController - isLoggedIn function ci session : Hariprasanth
ERROR - 2023-05-26 12:51:18 --> #####loggin_name : Govindaraj
ERROR - 2023-05-26 12:51:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:19 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-26 12:51:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:23 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:33 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 08:21:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: fdate /var/www/html/si/SIA/application/controllers/batchcard.php 729
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: tdate /var/www/html/si/SIA/application/controllers/batchcard.php 729
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined variable: type /var/www/html/si/SIA/application/controllers/batchcard.php 729
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Date /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 138
ERROR - 2023-05-26 12:51:57 --> Severity: Notice --> Undefined property: stdClass::$Maint_Time /var/www/html/si/SIA/application/views/BatchcardMaintListing.php 139
ERROR - 2023-05-26 12:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:51:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:53:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:53:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 08:23:48 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: products2 /var/www/html/si/SIA/application/views/reportmasterlist.php 54
ERROR - 2023-05-26 08:23:49 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 08:23:49 --> Severity: Notice --> Undefined variable: customers2 /var/www/html/si/SIA/application/views/reportmasterlist.php 58
ERROR - 2023-05-26 08:23:49 --> Severity: Warning --> Invalid argument supplied for foreach() /var/www/html/si/SIA/system/helpers/form_helper.php 332
ERROR - 2023-05-26 12:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:53:49 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-26 12:53:50 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,308 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-29 14:29:45 --> #####loggin_name : Govindaraj
ERROR - 2023-05-29 14:29:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:29:45 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-29 14:29:49 --> Query error: Expression #9 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.Cost_Center_Budget.BudgetYear' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:30:38 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:31:48 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given /opt/lampp/htdocs/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-29 14:31:48 --> Query error: Expression #1 of ORDER BY clause is not in SELECT list, references column 'kasiram9_SIAPROD.POMast.UpdatedOn' which is not in SELECT list; this is incompatible with DISTINCT
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-29 14:37:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:38:45 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given /opt/lampp/htdocs/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-29 14:39:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:39:27 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:39:41 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:39:41 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:39:54 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:39:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:39:57 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:39:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:40:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:40:06 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:46:06 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:46:06 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:53:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:53:36 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:58:36 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:58:36 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 14:59:05 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 14:59:05 --> Query error: Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'kasiram9_SIAPROD.pl.Rate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
ERROR - 2023-05-29 15:06:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:06:57 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:07:09 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:07:19 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:07:29 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:07:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:08:03 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:08:21 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:19:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:20:01 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:20:45 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:20:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:21:42 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:21:46 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-29 15:21:53 --> #####In BaseController - isLoggedIn function ci session : Govindaraj

View File

@ -0,0 +1,459 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
ERROR - 2023-05-30 06:41:58 --> #####loggin_name : Govindaraj
ERROR - 2023-05-30 06:41:59 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 06:41:59 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-30 06:43:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 06:43:15 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 06:43:22 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 08:15:12 --> #####loggin_name : Govindaraj
ERROR - 2023-05-30 08:15:13 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 08:15:13 --> #####Dashboard session name : Govindaraj
ERROR - 2023-05-30 08:15:28 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 08:15:31 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 08:16:32 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:22:42 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:22:43 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:17 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:23:31 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given /opt/lampp/htdocs/siddharth_application/system/database/drivers/mysqli/mysqli_result.php 38
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1984
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1985
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1987
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 1988
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2058
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2059
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2061
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2062
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2240
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2241
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2243
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2244
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2858
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2859
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2861
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2862
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2864
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2865
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2867
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 2868
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 3977
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4598
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4599
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4601
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4602
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4604
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4605
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 4865
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8879
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8880
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 8881
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 10707
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 11159
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22350
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22352
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22356
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22361
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22366
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22395
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22396
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22398
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22399
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22401
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 22402
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25372
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25373
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25822
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25823
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25828
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25829
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25831
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25832
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25842
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25843
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25849
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25850
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25852
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 25853
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28462
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28479
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28498
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 28534
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31895
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31896
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31897
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31898
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31899
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> Severity: 8192 --> Array and string offset access syntax with curly braces is deprecated /opt/lampp/htdocs/siddharth_application/application/third_party/mpdf/mpdf.php 31900
ERROR - 2023-05-30 09:23:56 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:23:57 --> Query error: execute command denied to user 'seuser'@'localhost' for routine 'kasiram9_SIAPROD.P_PURCHASEORDER_DETAILS'
ERROR - 2023-05-30 09:24:14 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:24:14 --> Severity: Notice --> Undefined variable: RequistionDetails /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-30 09:24:14 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-30 09:24:14 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-30 09:24:14 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-30 09:24:14 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-30 09:24:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:24:20 --> Severity: Notice --> Undefined variable: RequistionDetails /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-30 09:24:20 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-30 09:24:20 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-30 09:24:20 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-30 09:24:20 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-30 09:24:24 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:24:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:24:40 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:26:35 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 09:26:35 --> Query error: Field 'ReqNo' doesn't have a default value
ERROR - 2023-05-30 11:06:58 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:06:58 --> Severity: Notice --> Undefined variable: RequistionDetails /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-30 11:06:58 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-30 11:06:58 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-30 11:06:58 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-30 11:06:58 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-30 11:07:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:07:10 --> Severity: Notice --> Undefined variable: RequistionDetails /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-30 11:07:10 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-30 11:07:10 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-30 11:07:10 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-30 11:07:10 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 313
ERROR - 2023-05-30 11:07:20 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:07:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:07:34 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:12:10 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:12:10 --> Severity: Warning --> log() expects parameter 1 to be float, string given /opt/lampp/htdocs/siddharth_application/application/controllers/emergencypurchaseorder.php 587
ERROR - 2023-05-30 11:12:10 --> Query error: Field 'ReqNo' doesn't have a default value
ERROR - 2023-05-30 11:15:51 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:15:51 --> Severity: Warning --> log() expects parameter 1 to be float, string given /opt/lampp/htdocs/siddharth_application/application/controllers/emergencypurchaseorder.php 587
ERROR - 2023-05-30 11:15:51 --> Query error: Field 'ReqNo' doesn't have a default value
ERROR - 2023-05-30 11:16:00 --> #####In BaseController - isLoggedIn function ci session : Govindaraj
ERROR - 2023-05-30 11:16:00 --> Severity: Notice --> Undefined variable: RequistionDetails /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 237
ERROR - 2023-05-30 11:16:00 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 238
ERROR - 2023-05-30 11:16:00 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 239
ERROR - 2023-05-30 11:16:00 --> Severity: Notice --> Undefined variable: MaterialList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 285
ERROR - 2023-05-30 11:16:00 --> Severity: Notice --> Undefined variable: CostList /opt/lampp/htdocs/siddharth_application/application/views/alterpurchaseorder.php 313

Some files were not shown because too many files have changed in this diff Show More