-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paiement.php - BILL_PAYED not working #18181
Comments
The same problem occurs as soon as you want to mark the invoice as paid. URL: compta/facture/card.php?facid=219 LOG: |
The problem has existed since version 14 |
Hello, Error 500 = PHP error => Have a look on the apache log |
[20-Jul-2021 15:18:22 Europe/Berlin] PHP Fatal error: Uncaught Error: Object of class Conf could not be converted to string in D:\inetpub\dolibarr_TEST\htdocs\core\class\notify.class.php:690 |
PHP Fatal error: Uncaught Error: Object of class Conf could not be converted to string in htdocs\core\class\notify.class.php:690 The error did not occur in version 10, 11, 12 and 13. Only since the update to version 14 does the problem persist. Dolibarr: First Setup: 10.0.2 PHP: OS: |
There is a mistake on Line : dolibarr/htdocs/core/class/notify.class.php Line 690 in a344ae8
There is a double $$ |
Yes, it works perfectly after the change. Thanks! |
At the moment it is no longer possible to enter the payment, the process is canceled and a website with an error is displayed.
Log:
2021-07-20 12:28:30 DEBUG 192.168.184.199 No notification to thirdparty sent, nothing into notification setup for the thirdparty socid = 42
2021-07-20 12:28:30 DEBUG 192.168.184.199 dol_getIdFromCode (value for field rowid from key BILL_PAYED not found into cache)
2021-07-20 12:28:30 DEBUG 192.168.184.199 sql=SELECT rowid as valuetoget FROM llx_c_action_trigger WHERE code = 'BILL_PAYED'
2021-07-20 12:28:30 ERR 192.168.184.199 DoliDBMysqli::close Closing a connection with an opened transaction depth=3
2021-07-20 12:28:30 WARNING 192.168.184.199 --- End access to /compta/paiement.php (Warn: db disconnection forced, transaction depth was 3)
The text was updated successfully, but these errors were encountered: