hello,
i'm using wb 2.8 with the sitemap 3.1-module.
the sitemap don't work anymore.
after turning PHP Error Reporting Level to E_ALL&E_STRICT i got the following message in the frontend
Fatal error: Call to a member function numRows() on a non-object in C:\...\www\wb2\modules\sitemap\view.php on line 99
(path replaces by ...)
the code in view.php (line 98 to 101) is:
// Check if there are any pages to show
if($query_menu->numRows() > 0) {
// Print level header
echo $level_header;
can somebody give me a hint?
thanks