Hi Gian,
> Please confirm: status_if_new:"subscribed" does not change status for members
As this behavior is beyond...
User Profile
Collapse
-
Javascript files are complied into bundles. It's an industry standard nowadays. You can utilize monkey patching (it has been covered on the forum a few...Last edited by yuri; Today, 06:32 AM.👍 1Leave a comment:
-
https://docs.espocrm.com/administration/log/#handlers
The handler used by default: https://github.com/espocrm/espocrm/blob/9.1.8/applica...Leave a comment:
-
Hi,
As we use Monolog library for logging, you can create a custom handler that will log messages separately if certain conditions met. E.g....Leave a comment:
-
Hi. The Attachment entity has the 'size' field.
Code:$sizeInBytes = record\attribute('Attachment', $attachmentId, 'size');
Leave a comment:
-
-
You can remove 'implements AfterSave'. And remove 'array $data' from the method.Leave a comment:
-
It looks like it's an LLM generated code with programming language level mistakes. The error is likely not logged because invalid PHP code could not get...Last edited by yuri; 09-07-2025, 10:25 AM.Leave a comment:
-
As the system is open source, I encourage to look though the code to find a solution. We are quite loaded with work these months. -
Making this the default behavior will be undesired for many who usually attach documents unrelated to the record. I believe the majority won't attach...Leave a comment:
-
Our two engineers could not reproduce independently.
An already synced before target list with new contact added was synced with Sync Now...Leave a comment:
-
-
The race condition actually likely had happened when you had that warning. Maybe umask usage increases its probability drastically, not sure. I removed...👍 1Leave a comment:
-
Maybe we'd rather get rid of unmask which would reduce race condition probability. But this code is very crucial, and tested by time. Would require quite... -
This code is not race condition safe. As far as I remember, there's no race condition safe method to create dirs in PHP without throwing warning.
...Leave a comment:
-
Hi Vincenzo,
I believe the Delivery Order fits for the purpose of delivery notes. It misses the reference with invoices out of the box though,...Leave a comment:
-
Now I think I understand. You enabled PHP error printing somehow.
Then, your initial post should have been like this:
...👍 1Leave a comment:
-
The downside of this fix is that true permission errors won't be logged. -
Maybe such a fix will help. But requires testing.
Code:set_error_handler(fn() => {}); $result = mkdir($path, $permission);
Leave a comment:
-
If it's a race condition that two concurrent processes run the same code creating the dir simultaneously, then I'm not sure how to fix since error suppression...Leave a comment:
No activity results to display
Show More
Leave a comment: