Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 4 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,140
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 633
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,108
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 720
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,768
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,848
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,333
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,706
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,663
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,040
|
|
|
error import a service contracts |
Posted by: rslemer - 08-23-2018, 12:58 AM - Forum: Administrator Support
- Replies (2)
|
|
Fatal error: Uncaught exception 'WebServiceException' with message 'Permission to read given object is denied' in /usr/share/coreBOS/corebos-master/include/Webservices/Delete.php:47 Stack trace: #0 /usr/share/coreBOS/corebos-master/modules/Import/controllers/Import_Data_Controller.php(238): vtws_delete('25x274703', Object(Users)) #1 /usr/share/coreBOS/corebos-master/modules/Import/controllers/Import_Data_Controller.php(111): Import_Data_Controller->createRecords() #2 /usr/share/coreBOS/corebos-master/modules/Import/controllers/Import_Controller.php(56): Import_Data_Controller->importData() #3 /usr/share/coreBOS/corebos-master/modules/Import/controllers/Import_Index_Controller.php(315): Import_Controller->triggerImport(true) #4 /usr/share/coreBOS/corebos-master/modules/Import/index.php(27): Import_Index_Controller::process(Object(Import_API_Request), Object(Users)) #5 /usr/share/coreBOS/corebos-master/modules/ServiceContracts/Import.php(10): require_once('/usr/share/core...') #6 /usr/share/coreBOS/corebos-master/index.php( in /usr/share/coreBOS/corebos-master/include/Webservices/Delete.php on line 47
|
|
|
How to make date conditions work with workflows |
Posted by: partnerwerk - 08-21-2018, 07:12 PM - Forum: Administrator Support
- Replies (2)
|
|
I want to get a workflow running 24 hours before a scheduled calendar item but I can not figure out how to set the right conditions.
I set the first field to "date_start" and the second to "days_later". In the third field I use an expression: "1".
The test with evalwf.php is positive but the mail is not sent.
Are there any ideas what I could do?
|
|
|
Some problems with (scheduled) reports |
Posted by: Guido1982 - 08-21-2018, 12:44 PM - Forum: coreBOS Development
- Replies (7)
|
|
I'm experiencing some problems with reports:
- No matter which type in choose in the sending of scheduled reports, when I re-edit the report it always defaults to 'URL'. I checked the database, the save happens correctly but if you don't pay attention when editing a report your scheduled report will default to URL and send out that way.
- Scheduled reports don't use the same filtering as the reports in the application. For instance, we have a report that filters on the statusses for PurchaseOrders (they may NOT be those two statusses). We filter on the translated statusses, which works in the application. When we receive the scheduled report however, we receive many many more purchaseorders, including the ones that have the statusses we filtered out.
- We always have to set the time two hours early (one hour during the winter). Even though I set the time zone for the user correctly (UTC +02:00 in august). Where does the scheduled report system get the time it needs to send its reports? From the user or from some global value? I checked the date command through SSH, it displayed the correct time so server time is correct.
|
|
|
Error with multiple workflow tasks |
Posted by: partnerwerk - 08-20-2018, 02:02 PM - Forum: Administrator Support
- Replies (3)
|
|
I created three workflow tasks (all emails) in one workflow. Only the first one gets executed. When I change the conditions which would apply to the second and third nothing happens.
When I try to access the tasks I can access the first one but not second and third. Instead there is the following error message:
Quote:Warning: require_once(/.../include/htmlpurifier/library): failed to open stream: No such file or directory in /.../modules/com_vtiger_workflow/VTTaskManager.inc on line 152
Fatal error: require_once(): Failed opening required '' (include_path='/.../include/htmlpurifier/library:.:/usr/share/php') in /.../modules/com_vtiger_workflow/VTTaskManager.inc on line 152
The htmplpurifier library folder is existing. So I do not understand what might be wrong here.
PS: The evalwf.php script is producing all the three emails.
The Url to the first task is this:
/index.php?module=com_vtiger_workflow&action=edittask&task_id=30&return_url=index.php%3Fmodule%3Dcom_vtiger_workflow%26action%3Deditworkflow%26workflow_id%3D45%26return_url%3Dindex.php%253F
the second is much longer and is missing the task_id:
/index.php?module=com_vtiger_workflow&action=edittask&return_url=index.php%3Fmodule%3Dcom_vtiger_workflow%26action%3Deditworkflow%26workflow_id%3D45%26return_url%3Dindex.php%253Fmodule%253Dcom_vtiger_workflow%2526action%253Dworkflowlist%2526parenttab%253DSettings
When I am adding the task_id to the second url I can open the page and work on the task. However - it does not get executed when its conditions are met.
|
|
|
|