Quote Originally Posted by Lian View Post
Hi,

I have installed this mod on 5 of my sites and i love it, thank you very much for contributing.

However, on the last site i installed it on i have a very strange problem. No errors on the install, everything appears to be working fine, but the mod will only update the first 8 products.

It doesnt matter how many products you update, it just says 8 products updated. And its only the top 8 on the screen.

If i tried to edit the last product, or even the 9th one down the list, it just doesnt update. If i re arange them so a different 8 products are at the top, it updates them fine, but never more than 8. I cant find out whats wrong and im really confused

Any ideas anyone?
Lian,

I can only make a guess, but perhaps this is a server configuration issue. Since the script use POST, you may not have enough memory allocated to that area.
Run a phpinfo() test and check your settings for "post_max_size" my server is set to 8M which seems to be a common value.

Hope that helps.