Error after clean install - 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: Error after clean install (/showthread.php?tid=683) |
Error after clean install - rslemer - 07-14-2017 After created only 1 lead, graph in dashboard show wrong number formatted ( see attached image ) After run, vtigercron.sh in first time, show PHP Fatal error: Call to a member function FetchRow() on boolean in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 610 RE: Error after clean install - joebordes - 07-15-2017 This should fix the graph issue: https://github.com/tsolucio/corebos/commit/8a84de8c28b856eafa69812095fb74b7632d2e80 I ran the vtigercron with no problems, so that means that it is one of the scheduled task I don't have activated. Please open an individual post for that issue and upload a screenshot of your scheduled task configuration. Thanks! RE: Error after clean install - rslemer - 07-15-2017 (07-15-2017, 03:45 PM)joebordes Wrote: This should fix the graph issue: Ok, works! |