Hi all,

There appears to have been a recent problem with our webhost, and a site I've created using Zencart seems to have been affected. Hopefully someone will have more of a clue how to fix this than me!

On the front page of the shop, I receive 2 errors. The first one:

Fatal error: Cannot use object of type queryFactoryResult as array in /home/jaglass/public_html/includes/modules/ZC03C00178/new_products.php on line 73

Line 73 in new_products.php: $product_info_str .= '<td class="productBoxHeading"><a href="' . zen_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $product['products_name'] . '</a></td>';

And the second error:

Fatal error: Call to a member function Execute() on a non-object in /home/jaglass/public_html/includes/functions/sessions.php on line 61

Line 61 in sessions.php: $total = $db->Execute($qid);

If anyone can help I'd appreciate it.