ISSUE IN INSTALLING/UPDATING LAST VERSION - 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: ISSUE IN INSTALLING/UPDATING LAST VERSION (/showthread.php?tid=2013) |
ISSUE IN INSTALLING/UPDATING LAST VERSION - inspectorflint - 11-04-2020 Hello I am trying to install a new installation of corebos's last version but, cloning the git´s repository, and after fill the data of database and admin user , instalation stops and show this message: Fatal error: Uncaught Error: Call to a member function FetchRow() on bool in /homepages/18/d578145843/htdocs/coreboslast/corebos/include/database/PearDatabase.php:650 Stack trace: #0 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/expression_functions/loadfromDB.php(18): PearDatabase->fetch_array(false) #1 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/expression_engine/VTExpressionEvaluater.inc(447): include_once('/homepages/18/d...') #2 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/expression_engine/include.inc(12): require_once('/homepages/18/d...') #3 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/VTSimpleTemplate.inc(13): require_once('/homepages/18/d...') #4 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/VTEntityCache.inc(11): require_once('/homepages/18/d...') #5 /homepages/18/d578145843/htdocs/coreboslast/corebos/modules/com_vtiger_workflow/VTWorkflowM in /homepages/18/d578145843/htdocs/coreboslast/corebos/include/database/PearDatabase.php on line 650 If I try to udpate older version, at the same moment shows the same error: Fatal error: Uncaught Error: Call to a member function FetchRow() on bool in /homepages/18/d578145843/htdocs/corebos8/corebos8/include/database/PearDatabase.php:650 Stack trace: #0 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/expression_functions/loadfromDB.php(18): PearDatabase->fetch_array(false) #1 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/expression_engine/VTExpressionEvaluater.inc(447): include_once('/homepages/18/d...') #2 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/expression_engine/include.inc(12): require_once('/homepages/18/d...') #3 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/VTSimpleTemplate.inc(13): require_once('/homepages/18/d...') #4 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/VTEntityCache.inc(11): require_once('/homepages/18/d...') #5 /homepages/18/d578145843/htdocs/corebos8/corebos8/modules/com_vtiger_workflow/VTWorkflowManager.inc(12) in /homepages/18/d578145843/htdocs/corebos8/corebos8/include/database/PearDatabase.php on line 650 What can be the problem? Thank you RE: ISSUE IN INSTALLING/UPDATING LAST VERSION - joebordes - 11-04-2020 Hi I think I fixed it: https://github.com/tsolucio/corebos/commit/000da4235a726ccfa0bfb6f2d641781b347ea7ac pull the code again and give it a try let me know how it goes thanks for informingg RE: ISSUE IN INSTALLING/UPDATING LAST VERSION - inspectorflint - 11-05-2020 Solved! Thanks, Joe RE: ISSUE IN INSTALLING/UPDATING LAST VERSION - inspectorflint - 11-06-2020 Hello: I just finish a new instalation of coreBos8, and, when I try to configure Mail Administrator, the values dont t save in the database. Console shows this message: The password contains a special character (+), because it´s usual use this type of characters for create a safe pasword. Is that character the trouble? Thanks I answer to myself. That's the problem. I have changed that character for another and it works fine. RE: ISSUE IN INSTALLING/UPDATING LAST VERSION - joebordes - 11-10-2020 fixed: https://github.com/tsolucio/corebos/commit/c5c05f563b4deb82ac3146c8c3e60cdd3cc2fb03 thanks for informing! |