• When we have the plugin set to convert PNG files to JPG and delete the original PNG files, it looks like it may be failing to convert serialized URLs in the DB to use the new filenames.

    The plugin converts the PNG file and creates a JPG such as:
    2026/02/Example.jpg

    The plugin deletes the old PNG file:
    2026/02/Example.png

    We run a 404 crawler and instances will be found where the DB is still referencing the png file instead of the jpg.

Viewing 1 replies (of 1 total)
  • Plugin Author kubiq

    (@kubiq)

    serialized data shouldn’t be a problem as we are not changing the amount of letters, just replacing “png” with “jpg” and that can not break anything, so only problem can be, that the script replacing these will miss something, so if you can give me exact database table name and column name then i can verify it

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.