Hello,
I just installed the module and I get the following error:
2018-08-14 13:34:14 xxxx http://xxxxxxx/admin/setup/path-history-central-manager/ Error: Call to a member function fetch_assoc() on null (line 10 of /var/share/site/modules/ProcessPathHistoryCentralManager/templateTable.php)
Line 10 is "while ($row = $redirectsQueryResult->fetch_assoc()) {"
but should $redirectsQueryResult be replaced with $res
Is this correct?
Thanks