Fail to close task from to dos page - 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: Fail to close task from to dos page (/showthread.php?tid=1064) |
Fail to close task from to dos page - addady2 - 04-25-2018 Hello, On my installation it fail to close task from to dos main page: index.php?action=index&module=cbCalendar When the user press the "close" link in the right side "Close | edit | del " of the line. there is a server error in the background: Quote:[25-Apr-2018 14:10:29 UTC] PHP Warning: require(user_privileges/user_privileges_.php): failed to open stream: No such file or directory in /home/crm/regulation/include/utils/UserInfoUtil.php on line 3745 It look for missing file "user_privileges/user_privileges_.php" How to fix it? RE: Fail to close task from to dos page - joebordes - 04-25-2018 Fixed: https://github.com/tsolucio/corebos/commit/23f026a20c0f776988ac06f949b6ba273a6502cf Thanks! RE: Fail to close task from to dos page - addady2 - 04-26-2018 Thank you it solve the issue |