CoreBOSBB

Full Version: [solved] System shows a error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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 ##############
Solved, system was upgraded to php 7.2.7

Was necessary downgrade to 7.0.30

works again
7.1 should work correctly also. we currently do not support 7.2 due to limitations in some of our third-party libraries