Hi Karim, Not at all certain, but it sounds like you may have a problem with character encoding in the database, the operating system, or both.
-ken On Sun, May 21, 2017 at 8:45 AM, Karim Gorjux <[email protected]> wrote: > I did some investigation and I wrote a script to import the missing > redirects. Maybe, but I'm not sure, it's something related with the accents > in the (entry.id). > Checking the import_wordpress code the `entry.id` is passed to the > `add_post` in the BaseImporter, but the `entry.id` sometimes doesn't > contains the slug. I found more reliable > the entry['link'] to get the permalink of the wordpress article. > > If it's just an isolate problem, I'm happy now to have my importer. But if > you think it's a bug, maybe I can investigate more. > > Thank you > > -- > Karim N. Gorjux > > > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
