CoreBOSBB
error message in log - 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 message in log (/showthread.php?tid=1697)



error message in log - rslemer - 02-01-2020

I see this message in my http error log

But I don't know original event origin this error, there any way to found what listview is affected ?

PHP Fatal error: Uncaught Error: Call to a member function FetchRow() on boolean in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php:671\nStack trace:\n#0 /usr/share/coreBOS/corebos-master/include/ListView/ListViewSession.php(128): PearDatabase->fetch_array(false)\n#1 /usr/share/coreBOS/corebos-master/modules/Vtiger/DetailView.php(72): ListViewSession::getListViewNavigation('1341784')\n#2 /usr/share/coreBOS/corebos-master/modules/ServiceContracts/DetailView.php(16): require_once('/usr/share/core...')\n#3 /usr/share/coreBOS/corebos-master/index.php(488): include_once('/usr/share/core...')\n#4 {main}\n thrown in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 671, referer: http://***/index.php?action=index&module=ServiceContracts


RE: error message in log - joebordes - 02-02-2020

that seems like a session issue, as if the session had deleted some information. you can try outputing the $list_query in line 126 to see if that gives you some clue