-
Notifications
You must be signed in to change notification settings - Fork 46
Woosync order sync error 500 #107
Comments
apparently woosync does not like when there is a contact merged with a pre-existing dolibarr contact |
I've a similar error. Did you find a solution ? Dolibarr 16.0.5 PHP Fatal error: Uncaught Error: Call to a member function liste_contact() on null in /var/www/html/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php:7034 |
Yes, for me the problem come from the fact I merged the contact in Dolibarr to the new created by woocoommerce, and so Woosync dosen't like it |
Thank you. So I've tested with 4.1.65, 4.1.63 and 4.1.61 same issue. I'm trying to going back to 4.1.59 |
I recreate totaly all my woocommerce customer in my dolibarr and then it works |
Hi there,
Have an error 500 each time i'm trying to sync the order.
The php log show that :
[19-Oct-2023 05:08:02 Europe/Paris] PHP Fatal error: Uncaught Error: Call to a member function liste_contact() on null in /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php:7034 Stack trace: #0 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php(6692): eCommerceSynchro->addUpdateContact() #1 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php(4938): eCommerceSynchro->addContacts() #2 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php(4598): eCommerceSynchro->synchronizeInvoiceFromOrder() #3 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php(4028): eCommerceSynchro->synchronizeOrder() #4 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php(1356): eCommerceSynchro->synchronizeOrders() #5 /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/site.php(167): eCommerceSynchro->synchCommande() #6 {main} thrown in /srv/data/web/vhosts/XXXXXXX.fr/htdocs/custom/ecommerceng/class/business/eCommerceSynchro.class.php on line 7034
Do you have an idea ? Thanks
The text was updated successfully, but these errors were encountered: