Automatic events (email send) empty in agenda module

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

1 Like

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.

1 Like

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

1 Like

oh thanks.

i dont know that you can fill those tables like you said.

TY very much!