You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inserting payment term gives me the following error:
O Dolibarr detectou um erro técnico.
You use an experimental or develop level of features, so please do NOT report any bugs, except if problem is confirmed moving option MAIN_FEATURES_LEVEL back to 0.
Esta informação pode ser útil para fins de diagnóstico:
Data: 20170919105420
Dolibarr: 6.0.1
Nível de funções: 2
PHP: 5.6.30
Servidor: Apache/2.4.25 (Unix) PHP/5.6.30
SO: Linux braserv 4.4.38 #2 SMP Sun Dec 11 16:18:36 CST 2016 x86_64
UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Tipo de gerente de base de dados: mysqli
Últimos erros de acesso ao banco de dados: SELECT c.rowid as rowid, c.code, c.libelle, c.libelle_facture, c.nbjour, c.type_cdr, c.decalage, c.active, c.sortorder FROM llx_c_payment_term AS c WHERE 1 = 1 ORDER BY sortorder 10, sortorder ASC, code ASC LIMIT 1001
Código de retorno do último erro de acesso ao banco de dados: DB_ERROR_SYNTAX
Informação do último erro de acesso ao banco de dados: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '10, sortorder ASC, code ASC LIMIT 1001' at line 1
I can also say that the insertion gets done and it works.
Environment
Version: 6.0.x updated with git branch/6.0
OS: Slackware Linux
Web server: Apache
PHP: 5.6.x
Database: MariaDB 10.x
URL(s): htdocs/admin/dict.php?id=12
The text was updated successfully, but these errors were encountered:
Bug
Inserting payment term gives me the following error:
O Dolibarr detectou um erro técnico.
You use an experimental or develop level of features, so please do NOT report any bugs, except if problem is confirmed moving option MAIN_FEATURES_LEVEL back to 0.
Esta informação pode ser útil para fins de diagnóstico:
Data: 20170919105420
Dolibarr: 6.0.1
Nível de funções: 2
PHP: 5.6.30
Servidor: Apache/2.4.25 (Unix) PHP/5.6.30
SO: Linux braserv 4.4.38 #2 SMP Sun Dec 11 16:18:36 CST 2016 x86_64
UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
URL solicitada: /htdocs/admin/dict.php?id=12
Referer: http://localhost/htdocs/admin/dict.php?id=12
Administração do menu: eldy_menu.php
Tipo de gerente de base de dados: mysqli
Últimos erros de acesso ao banco de dados: SELECT c.rowid as rowid, c.code, c.libelle, c.libelle_facture, c.nbjour, c.type_cdr, c.decalage, c.active, c.sortorder FROM llx_c_payment_term AS c WHERE 1 = 1 ORDER BY sortorder 10, sortorder ASC, code ASC LIMIT 1001
Código de retorno do último erro de acesso ao banco de dados: DB_ERROR_SYNTAX
Informação do último erro de acesso ao banco de dados: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '10, sortorder ASC, code ASC LIMIT 1001' at line 1
I can also say that the insertion gets done and it works.
Environment
The text was updated successfully, but these errors were encountered: