Guest Posted August 2, 2004 Posted August 2, 2004 this maybe done before but anyway I am posting it... it happens that when you erase all manufactures (as well as other items) in the admin interface it returns with an error when trying to display the page. In the file split_page_results.php if the line if(%offset<0) $offset=0; is added before $sql_query .= " limit " . $offset . ", " . $max_rows_per_page; this malfunction is solved.
Guest Posted August 2, 2004 Posted August 2, 2004 sorry, I made a typo it is if($offset<0) $offset=0; instead of if(%offset<0) $offset=0; obvious but anyway....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.