![]() |
Fail to close task from to dos page - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Administrator Support (https://discussions.corebos.org/forum-8.html) +--- Thread: Fail to close task from to dos page (/thread-1064.html) |
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 |