[solved] System shows a error message - 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: [solved] System shows a error message (/showthread.php?tid=1148) |
[solved] System shows a error message - rslemer - 07-11-2018 When I try created a new workflow, system shows Warning: session_name(): Cannot change session name when session is active in /usr/share/coreBOS/corebos-master/include/utils/Session.php on line 49 Warning: count(): Parameter must be an array or an object that implements Countable in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 487 RE: System shows a error message - rslemer - 07-11-2018 Debug file Prepared sql query parameters : [TraceIncomingCall] 2018-07-11T17:17:30-03:00 DEBUG index Exiting getActionid method: id selected is 2018-07-11T17:17:30-03:00 DEBUG index Exiting isPermitted method ... 2018-07-11T17:17:30-03:00 DEBUG index Prepared sql query being executed : SELECT handler_path, handler_class FROM vtiger_eventhandlers WHERE is_active=true AND event_name = ? 2018-07-11T17:17:30-03:00 DEBUG index Prepared sql query parameters : [corebos.permissions.ispermitted] 2018-07-11T17:17:30-03:00 INFO VT PearDatabase ->ADODB fetchByAssoc return null 2018-07-11T17:17:30-03:00 DEBUG root ########### Pemitted ---> yes ############## RE: System shows a error message - rslemer - 07-13-2018 Solved, system was upgraded to php 7.2.7 Was necessary downgrade to 7.0.30 works again RE: [solved] System shows a error message - joebordes - 07-13-2018 7.1 should work correctly also. we currently do not support 7.2 due to limitations in some of our third-party libraries |