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

Reindex catalog_url always search for SELECT core_url_rewrite.* FROM core_url_rewrite WHERE (store_id = '1') AND (request_path = '-') #4307

Open
matteotestoni opened this issue Oct 24, 2024 · 1 comment
Labels

Comments

@matteotestoni
Copy link

matteotestoni commented Oct 24, 2024

Preconditions (*)

  1. openmage 20.10.2
  2. /opt/plesk/php/8.0/bin/php -d memory_limit=-1 shell/indexer.php --reindex catalog_url
  3. same with php 8.2
  4. if i watch queries always search for SELECT core_url_rewrite.* FROM core_url_rewrite WHERE (store_id = '1') AND (request_path = '-')

Steps to reproduce (*)

  1. go to ssh
  2. launch opt/plesk/php/8.0/bin/php -d memory_limit=-1 shell/indexer.php --reindex catalog_url

Expected result (*)

  1. [Screenshots, logs or description]
  2. reindex core_url_rewrite

Actual result (*)

  1. reindex stuck
  2. core_url_rewrite empty and never populated
@TangLiang
Copy link

try to TRUNCATE the core_url_rewrite table first and do the reindex again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants