11-20-2017, 09:49 AM
(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.
Any Help?
Thanks you,
Andrea Anigoni.