Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories limit of 195?


zinno

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...