hello
in agenda module i’ve empty table to select auto events, like propale sent, invoice sent and so.
because this, i cant log and trace on propales, invoices etc:
someone could help me?
thanks
hello
in agenda module i’ve empty table to select auto events, like propale sent, invoice sent and so.
because this, i cant log and trace on propales, invoices etc:
someone could help me?
thanks
Hi,
which version of Dolibarr you are using?
Would you be able to post the error logs of your apache/nginx?
Do you see any errors in your browser console (F12)?
regards,
Kim
Versión Actual(Programs) 22.0.2
F12 dont show anything strange.
i think i cant access to error log on server…
the page is reading the information from the table llx_c_action_trigger of your database.
So could be the table is empty or the page can’t read the table. You should get access to the logs.
Without more information it would be wild guessing.
oh my table is empty
should i add every event?
edit: i fill this table with my old dolibarr table (export from 3.4 to this new one) and works perfect
thank you everyone for your support!
You can always fill the table with the actual data from the install folder of your actual version:
~/htdocs/install/mysql/data/llx_c_action_trigger.sql
oh thanks.
i dont know that you can fill those tables like you said.
TY very much!