I created a workflow to email me when a new records gets created in a custom module. I get an error. The record/module doesn’t have anything to do with dates. I also changed my user date and format many times with no fix. I use to be able to create workflows with emails without issue. I havent changed any cron jobs or anything of that nature.
Thu Oct 1 14:05:50 2020 [27014][1][ERROR] fromUser: Conversion of 2020-10-01 14:05:50 from user format m-d-Y h:i a failed
John
2 October 2020 10:22
#2
Hey,
I’ve found a few posts in the past with similar errors:
Hello fellow SuiteCRM users and programmers.
I have come across a strange issue and hope someone may point me in the right direction, or move this post to the developer section if more appropriate.
I have a workflow that works on the Leads module. It is set to “Always” run on “Modified Records” with “repeated runs”.
It runs on every Workflow task invocation.
I changed the workflow to run “Only on Save”, on “Modified Records” with “repeated runs”. Now, when I edit the lead that should trigge…
I am getting the following error hundreds of times in my suitelog.
Wed Sep 26 12:43:02 2018 [12817][1][ERROR] fromUser: Conversion of 2018-08-04 23:44:59 from user format d/m/Y h:ia failed
The locale and user are both configured as d/m/Y and 11:20pm.
I am using Suitecrm 7.10.7. Any ideas why ?
A common suggestion seems to be checking that the timezone config matches between the Web Server's php.ini the PHP CLI, (on which crontab runs)
(See: DateTime Format using Workflow is wrong format )
Would you be able to double check this?
Alternatively, have you tried saving a record with this workflow disabled?
If so, do you still see the error?
You mentioned previously being able to create workflows without issue
Are you aware of anything that may have changed in the environment since then?
(ie: CRM Upgrade, Web Server changes, etc)