hello
I get this error in links in admin
Fatal error: Cannot use object of type queryFactoryResult as array in /home/freetube/public_html/admin/links.php on line 554
how do I fix this please
this is what is on the line
####################################################################################################____
$categories_query = "select lcd.link_categories_name as links_category from " . TABLE_LINKS_TO_LINK_CATEGORIES . " l2lc left join " . TABLE_LINK_CATEGORIES_DESCRIPTION . " lcd on lcd.link_categories_id = l2lc.link_categories_id where l2lc.links_id = '" . (int)$links['links_id'] . "' and lcd.language_id = '" . $_SESSION['languages_id'] . "'";
$category = $db->Execute($categories_query);
####################################################################################################____
thanks in advance
Angel
Bookmarks