Tidbeck Posted September 15, 2011 Posted September 15, 2011 i get the following error when Clicking to enlarge on a product image Fatal error: Call to a member function remove_current_page() on a non-object in /home2/myownart/public_html/popup_image.php on line 15 the popup_image.php around line 15 looks like: (line 15 underlined) require('includes/application_top.php'); $navigation->remove_current_page(); $products_query = tep_db_query("select pd.products_name, p.products_image from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = Anyone have any clue how to fix? thanks Elin
Tidbeck Posted September 15, 2011 Author Posted September 15, 2011 the error went away when i simply deleted the line, no clue why but it worked...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.