Quote Originally Posted by numinix View Post
A current issue with the script which was a prominent concern from the previous thread is that if your store has a lot of products (i.e. 1000+), the script times out when pulling values from the database. A simple fix has been to lengthen the max execution time in your php.ini (if your host allows access), .htaccess, and also your zen cart admin configuration.

Here are the lines to add to php.ini and .htaccess:
Dear Friend,
I just follow your instruction add the
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
to the .htaccess file ( the end of the file)

I got the error.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.


what is happened.

I am not sure whether it is timeout problem ,or just uncompatible with zen cart 1.3.5

Thanks