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

Import complete message is incorrect #598

Open
MaximeChamont opened this issue Aug 3, 2024 · 2 comments
Open

Import complete message is incorrect #598

MaximeChamont opened this issue Aug 3, 2024 · 2 comments

Comments

@MaximeChamont
Copy link

Describe the bug
At the end of an import, the complete message (here https://github.com/magefan/module-blog/blob/master/Controller/Adminhtml/Import/Run.php#L60) is incorrect:

'The import process completed. %1 posts, %2 categories, %3 tags, %4 authors and %5 comments where imported.
Some posts or categories or tags or comments where skipped. %5 %6 %7 %8 %9'

  1. Replacement pattern %5 is duplicated. => "[...] and 303 comments where imported. Some posts or categories or tags or comments where skipped. 303 Skipped Posts: [...]"
  2. Replacement pattern %10 is missing

Preconditions:

  • Magento Version: 2.4.7
  • Module Version: 2.11.6
  • PHP Version: 8.2.18

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Magefan > Import > Import from WordPress'
  2. Click on 'Start Import'
  3. See the incorrect complete message
@MaximeChamont
Copy link
Author

Hello,
Any news about this issue ?

@VikaTarnavska
Copy link

Hello Maxime,

Thank you for the report.

This issue has been fixed, here is the merge request #621. The fix will be available in the next extension release.

Hope this helps.

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

No branches or pull requests

2 participants