Severity: Warning
Message: Undefined array key "Host"
Filename: models/CommonModel.php
Line Number: 31
Backtrace:
File: /var/www/as/en/eotServices/application/models/CommonModel.php
Line: 31
Function: _error_handler
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 10
Function: model
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Severity: 8192
Message: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated
Filename: models/PaypalModel.php
Line Number: 19
Backtrace:
File: /var/www/as/en/eotServices/application/models/PaypalModel.php
Line: 19
Function: json_decode
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 36
Function: paymentSuccessful
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Trying to access array offset on value of type null
Filename: models/PaypalModel.php
Line Number: 20
Backtrace:
File: /var/www/as/en/eotServices/application/models/PaypalModel.php
Line: 20
Function: _error_handler
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 36
Function: paymentSuccessful
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Trying to access array offset on value of type null
Filename: models/PaypalModel.php
Line Number: 21
Backtrace:
File: /var/www/as/en/eotServices/application/models/PaypalModel.php
Line: 21
Function: _error_handler
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 36
Function: paymentSuccessful
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Trying to access array offset on value of type null
Filename: models/PaypalModel.php
Line Number: 35
Backtrace:
File: /var/www/as/en/eotServices/application/models/PaypalModel.php
Line: 35
Function: _error_handler
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 36
Function: paymentSuccessful
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/as/en/eotServices/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 571
Backtrace:
File: /var/www/as/en/eotServices/application/models/CommonModel.php
Line: 42
Function: insert
File: /var/www/as/en/eotServices/application/models/PaypalModel.php
Line: 37
Function: insertData
File: /var/www/as/en/eotServices/application/controllers/PaypalController.php
Line: 36
Function: paymentSuccessful
File: /var/www/as/en/eotServices/index.php
Line: 315
Function: require_once
Error Number: 1048
Column 'ptxn_transactionid' cannot be null
INSERT INTO `eot_paypal_transaction` (`ptxn_transactionid`, `ptxn_payerEmail`, `ptxn_payerId`, `ptxn_payerStatus`, `ptxn_payerName`, `ptxn_currency`, `ptxn_amount`, `ptxn_status`, `ptxn_type`, `ptxn_txnType`, `ptxn_invid`, `ptxn_invCode`, `ptxn_receiverid`, `ptxn_bussiness`, `ptxn_paymentdate`, `ptxn_compid`) VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1734800251, NULL)
Filename: models/CommonModel.php
Line Number: 42