zinno Posted May 29, 2006 Posted May 29, 2006 Anyone know why the recursive algorithm that fills the categories on the front page hangs around 195 categories? If u have less then 195, the page displays fine, go over 195 and the loading of the page hangs. doesn't seem to be because of php limits like, these i use now: max_execution_time = 300 max_input_time = 600 memory_limit = 100M
zinno Posted May 30, 2006 Author Posted May 30, 2006 The limit seems to be at 193, after that it end at the call of "tep_parse_input_field_data" after 193 runs, this function no longer get executed. If u comment it out, it crashes a few lines later.
Guest Posted May 30, 2006 Posted May 30, 2006 seems there is a particular product in your database that causes the problem. A special character perhaps cause this? Identify the last product that was successfully retrieved then see what was its products_id and then check the next product based on the id field and examine the fields there.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.