Hi After upgrading from 4.6 to 5.2.2 I've a big issue whith emailing my quotes.
I have a bad server response.
Here is the espo log I got :
Other Errors :
Ive had to set my php version to 7.0.30 to be able to import my quote as PDF but works now.
I have a bad server response.
Here is the espo log I got :
Code:
[2018-05-28 07:21:38] [URL="http://espo.error/"]Espo.ERROR:[/URL] Uncaught Exception Error: "Cannot use object of type stdClass as array" at /var/www/vhosts/[URL="https://forum.espocrm.com/core/chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Controllers/Quote.php"]espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Controllers/Quote.php[/URL] line 43 {"exception":"[object] (Error(code: 0): Cannot use object of type stdClass as array at /var/www/vhosts/[URL="https://forum.espocrm.com/core/chrome-extension://chlffgpmiacpedhhbkiomidkjlcfhogd/espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Controllers/Quote.php:43)"]espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Controllers/Quote.php:43)[/URL]"} []
Code:
Espo.WARNING: E_WARNING: Declaration of Espo\Modules\Advanced\Repositories\Quote::beforeSave(Espo\ORM\Entity $entity, array $options) should be compatible with Espo\Core\ORM\Repositories\RDB::beforeSave(Espo\ORM\Entity $entity, array $options = Array) {"code":2,"message":"Declaration of Espo\\Modules\\Advanced\\Repositories\\Quote::beforeSave(Espo\\ORM\\Entity $entity, array $options) should be compatible with Espo\\Core\\ORM\\Repositories\\RDB::beforeSave(Espo\\ORM\\Entity $entity, array $options = Array)","file":"/var/www/vhosts/espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Repositories/Quote.php","line":0,"context":{"file":"/var/www/vhosts/espo.etsprotection.fr/httpdocs/vendor/composer/../../application/Espo/Modules/Advanced/Repositories/Quote.php"}} []
Other Errors :
Code:
[2018-05-28 07:35:58] Espo.WARNING: E_WARNING: Declaration of Espo\Modules\Advanced\Controllers\MailChimp::actionUpdate($params, $data) should be compatible with Espo\Core\Controllers\Record::actionUpdate($params, $data, $request) {"code":2,"message":"Declaration of Espo\\Modules\\Advanced\\Controllers\\MailChimp::actionUpdate($params, $data) should be compatible with Espo\\Core\\Controllers\\Record::actionUpdate($params, $data, $request)","file":"/var/www/vhosts/espo.etsprotection.fr/httpdocs/application/Espo/Modules/Advanced/Controllers/MailChimp.php","line":19,"context":{"file":"/var/www/vhosts/espo.etsprotection.fr/httpdocs/vendor/composer/../../application/Espo/Modules/Advanced/Controllers/MailChimp.php"}} []
Comment