Support Name for eMail Alert - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Support Name for eMail Alert (/showthread.php?tid=1343) |
Support Name for eMail Alert - rslemer - 11-20-2018 This variable is a Global Variable or a older variable in config file? RE: Support Name for eMail Alert - joebordes - 11-21-2018 Global Variable. All the important configuration settings have been moved to GVs. Look in the config.template.php file to see the variables that will remain in the config.inc.php file and adapt your config.inc,php accordingly RE: Support Name for eMail Alert - rslemer - 11-21-2018 (11-21-2018, 03:18 PM)joebordes Wrote: Global Variable. All the important configuration settings have been moved to GVs. Look in the config.template.php file to see the variables that will remain in the config.inc.php file and adapt your config.inc,php accordingly But mais GV have a correct value .... RE: Support Name for eMail Alert - joebordes - 11-21-2018 for all users? are you sure? RE: Support Name for eMail Alert - joebordes - 11-21-2018 The code says it is using that variable: https://github.com/tsolucio/corebos/blob/master/modules/CronTasks/cronWatcher.service#L97 RE: Support Name for eMail Alert - rslemer - 11-22-2018 is a unique (centralized) code? because this error only occurs, when workflow alert (workflows is too long ..) RE: Support Name for eMail Alert - joebordes - 11-22-2018 I added the user ID in case there is no current_user, update and let me know if there is any difference RE: Support Name for eMail Alert - rslemer - 11-25-2018 works now Is possible this alert listed the specif workflow? RE: Support Name for eMail Alert - joebordes - 11-25-2018 activate debug and background log to see if you can catch it. RE: Support Name for eMail Alert - rslemer - 11-25-2018 I think because this -> https://discussions.corebos.org/showthread.php?tid=1349 |