Hi All, I the following error on all the _export.php pages in PHPRunner 10.5
PHP Fatal error: Call to a member function exists() on null in Nest_Locations_export.php on line 30
If I comment out this line in all my _export.php pages (for all my PHPRunner 10.5 projects) it works
if( !$eventObj->exists("ListGetRowCount") && !$eventObj->exists("ListQuery") )
$params["needSearchClauseObj"] = false;
thanks
gordon
PHP Fatal error: Call to a member function exists() on null in Nest_Locations_export.php on line 30
If I comment out this line in all my _export.php pages (for all my PHPRunner 10.5 projects) it works
if( !$eventObj->exists("ListGetRowCount") && !$eventObj->exists("ListQuery") )
$params["needSearchClauseObj"] = false;
thanks
gordon