CoreBOSBB

Full Version: Fail to close task from to dos page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

[25-Apr-2018 14:10:29 UTC] PHP Fatal error: require(): Failed opening required 'user_privileges/user_privileges_.php' (include_path='/home/crm/regulation/include/htmlpurifier/library:.:/opt/remi/php56/root/usr/share/pear:/opt/remi/php56/root/usr/share/php:/usr/share/pear:/usr/share/php') 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?
Thank you it solve the issue