CoreBOSBB

Full Version: error message in log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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