I tried update my older coreBOS system ( in 5.8 ) to 7.0
Because first installation not used a git, I installed a new fresh copy and copy all data directory ( storage, test, user_privileges ), and config file.
Lightning design evvtmenuPHP Notice: Trying to get property of non-object in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 606
PHP Fatal error: Call to a member function FetchRow() on boolean in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 610
Notice: Trying to get property of non-object in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 606
Fatal error: Call to a member function FetchRow() on boolean in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 610
And not possible login in system ( shows same error ... ) - see attached file.
Do the steps of copying database, getting new code, copy all files and modify config.inc.php accordingly, then simply login and go to updater and apply all changes
06-29-2017, 05:51 PM (This post was last modified: 06-29-2017, 06:13 PM by rslemer.)
But when returned to older version ..
A PHP version from 5.3.x to 5.6.x is required. Your current PHP version is 7.1.6
Kindly adapt your PHP installation, and try again!
If i clone git repository
A PHP version from 5.3.x (5.5.x minimum recommended) to 7.0.0 is required. Your current PHP version is 7.1.6
Kindly adapt your PHP installation, and try again!
We haven't tried it on 7.1.* yet and I haven't read about the changes from 7.0 to 7.1. It is a minor number so there should be no breaking changes and I'd say you would be safe to simply change the version number here:
is your tabdata.php file writable by the webuser?
Look in vtiger_ws_entity, which module is 27?
Activate debug log and see which SQL is failing
The error above looks like an aftersave,....
(06-29-2017, 10:23 PM)joebordes Wrote: is your tabdata.php file writable by the webuser?
Look in vtiger_ws_entity, which module is 27?
Activate debug log and see which SQL is failing
The error above looks like an aftersave,....
Hi, I have the similar problem that happens when I create a new opportunity for a selected Organisation. I have just installed a fresh corebos installation, using GIT CLONE command on XAMPP stack (Windows 10 64bit). It's the first activity I do so I don't know if the problem exixts with other operation as well, like creating new task or new quote...
For testing, I have firts created a new organisation and everything went well; then, I created a new opportunity related to this organisation and I received following error:
Fatal error: Uncaught Error: Call to a member function FetchRow() on boolean in C:\xampp\htdocs\corebos\include\database\PearDatabase.php:610 Stack trace: #0 C:\xampp\htdocs\corebos\modules\com_vtiger_workflow\expression_engine\VTExpressionEvaluater.inc(91): PearDatabase->fetch_array(false) #1 C:\xampp\htdocs\corebos\modules\com_vtiger_workflow\tasks\VTUpdateFieldsTask.inc(77): VTFieldExpressionEvaluater->__construct(Object(VTExpressionTreeNode)) #2 C:\xampp\htdocs\corebos\modules\com_vtiger_workflow\VTWorkflowManager.inc(447): VTUpdateFieldsTask->doTask(Object(VTWorkflowEntity)) #3 C:\xampp\htdocs\corebos\modules\com_vtiger_workflow\VTEventHandler.inc(100): Workflow->performTasks(Object(VTWorkflowEntity)) #4 C:\xampp\htdocs\corebos\include\events\VTEventTrigger.inc(144): VTWorkflowEventHandler->handleEvent('vtiger.entity.a...', Object(VTWorkflowEntity)) #5 C:\xampp\htdocs\corebos\include\events\VTEventsManager.inc(111): VTEventTrigger->trigger(Object(VTEntityData)) #6 C:\xampp\htdocs\corebos\data\CRMEntity.php(1016): VTE in C:\xampp\htdocs\corebos\include\database\PearDatabase.php on line 610.
After the install and after each code upgrade you must go to the coreBOS Updater module, load and apply all the changesets. If you haven't done that do it and try creating the opportunity again.
After the install and after each code upgrade you must go to the coreBOS Updater module, load and apply all the changesets. If you haven't done that do it and try creating the opportunity again.
let us know how it goes.
Hi Joe,
please, see the file in attachment: is that windows that I have to use for CoreBOS Updating? I selected "Load Updates" button and then "Apply All" selecting all the updates listed. After that, I still have the same problem..
Furthermore, I noticed that, when I create a new opportunity, clicking to "+" button for "related to" Organization selecting, a pop up blank and empty windows is opened... I use Firefox web browser.