DB_ERROR_SYNTAX in Action List - Purchase Order

Hello friends!

I got an error DB_ERROR_SYNTAX when I click in the actions of a purchase order with the following details. I am trying to figure out the problem but it’s difficult to find exactly where the query generates and what is exactly the problem of the query.

[b]URL: /fourn/commande/info.php?id=3
Referer: https://www.incontri-erp.info/fourn/commande/card.php?id=3
Menu manager: eldy_menu.php

mysqli
ORDER BY dp DESC, id
DB_ERROR_SYNTAX
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ORDER BY dp DESC, id’ at line 1[/b]

Could anybody help me on this? Why is this?

Hi,

It seems that you are in Dolibarr 10.0.0-alpha
This is the developpement version and it is unstable.
Are you a developper ? why using this version ?
No support for this version on the forum, go to https://github.com/Dolibarr/dolibarr/issues

Hi!,
I had the same error, and I found a solution.

My problem was that I had the events/agendas module disabled.
Try activating it to see if it goes.

I hope it has been helpful.