Alex,2 - When trying to add links from admin this error message was displayed.
Without fixing these errors (mainly number 2) I am unable to add any links!PHP Code:Catchable fatal error: Object of class queryFactoryResult could not be converted to string in path\to\zencart\admin\includes\functions\html_output.php on line 333
Evidently this has something to do with line 365 in admin/links.php
and its interaction with this function in admin/includes/functions/html_output.phpPHP Code:echo zen_draw_pull_down_menu('links_category', $categories_array, $lInfo->links_category, '', true);
at line 325PHP Code:function zen_draw_pull_down_menu


Reply With Quote


