Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexing not working for 10 language and more then 50 store shop #270

Closed
subhanshu opened this issue Feb 13, 2013 · 1 comment
Closed

Indexing not working for 10 language and more then 50 store shop #270

subhanshu opened this issue Feb 13, 2013 · 1 comment
Labels
< 1.7.x Affects versions

Comments

@subhanshu
Copy link

I have a website with 89 stores and 10 languages most of the products available in most of the stores. eg product 'A' may have 89*10=890 records in ps_product_lang table.

Now whenever I run a full re-index it only indexes only one store and in only one language. I even updated it to the latest version.

to me the issue seems to be with the line :

$limit = max(1, floor($limit / $max_possibilities) * $max_possibilities);

which always makes $limit = 1

I did tried changing this limit to 900 but this took almost a day to index 1000 products on a dedicated server.

Any Suggestions?

@marionf marionf added the < 1.7.x Affects versions label Aug 22, 2018
@marionf
Copy link
Contributor

marionf commented Aug 22, 2018

Hello,
This issue is old, so I close it.
If you still have it on the last version (PrestaShop 1.7.4.2), please open a new one.
Regards

@marionf marionf closed this as completed Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
< 1.7.x Affects versions
Projects
None yet
Development

No branches or pull requests

2 participants