Search found 487 matches

by Didou12
31 Jan 2024, 19:12
Forum: Bug Report version 3.5.3
Topic: Admin Dashboard not showing
Replies: 2
Views: 208

Re: Admin Dashboard not showing

The translation in your language is missing ? Check error_log at the root directory on your server.
by Didou12
26 Jan 2024, 14:38
Forum: Discussion
Topic: Error log
Replies: 6
Views: 232

Re: Error log

Did you try to set english and retry your language after ?
Really weird

Have you the same problem with the english or russian version ?

Maybe this line is also in the translate of main directory, check it (not the extension).
by Didou12
26 Jan 2024, 06:11
Forum: Discussion
Topic: Error log
Replies: 6
Views: 232

Re: Error log

Hi

As it said, the text constant (translation) is already defined (so the line is alreay here twice times).

What is your language and where had you the files ?
by Didou12
24 Jan 2024, 08:13
Forum: Bug Report version 3.5.3
Topic: [SOLVED] Global variables (string) in automation processes
Replies: 2
Views: 207

Re: Global variables (string) in automation processes

Ok so var_dump doesn't work, but it's ok

In the demo, two work (without quotes) :

Code: Select all

$alerts->add(VAR_STRING);
$alerts->add(VAR_NUMBER);

In my version too, so I don't understand what I did the first time, sorry.
by Didou12
24 Jan 2024, 07:49
Forum: Bug Report version 3.5.3
Topic: Value from parent in automate processes
Replies: 1
Views: 122

Value from parent in automate processes

Hi,

Is it normal I can't directly use a field like [123] from parents in the php field of actions ?

Thanks
by Didou12
22 Jan 2024, 07:57
Forum: Bug Report version 3.5.3
Topic: [SOLVED] Global variables (string) in automation processes
Replies: 2
Views: 207

[SOLVED] Global variables (string) in automation processes

Hi

I think I can't use global (string) var in processes. It's empty. When var is numeric, it works. I tried :

Code: Select all

$alerts->add(var_dump(VAR_TEST));
$alerts->add(var_dump('VAR_TEST'));
$alerts->add(var_dump("VAR_TEST"));
by Didou12
20 Jan 2024, 01:15
Forum: Discussion
Topic: Update entities fields in comment and comment date
Replies: 4
Views: 255

Re: Update entities fields in comment and comment date

Can you share your settings for automate actions and field ID
by Didou12
17 Jan 2024, 07:06
Forum: Bug Report version 3.5.3
Topic: Error after update
Replies: 8
Views: 529

Re: Error after update

Check your language file, you need to have the current translation of new version (or maybe switch in english)
by Didou12
17 Jan 2024, 07:05
Forum: Discussion
Topic: Email sending rule with a new comment
Replies: 3
Views: 375

Re: Email sending rule with a new comment

Yeah maybe,

I don't really know how sending rules work, sorry
But maybe it's a bug
by Didou12
14 Jan 2024, 07:01
Forum: Suggestions
Topic: Prevent Deleting Signature
Replies: 8
Views: 392

Re: Prevent Deleting Signature

+1 great idea