• We have a issue when moving a file in Media Folder. The url in _wp_attached_file does not update for the 2nd language.

    subcatalog/picture.jpg <– _wp_attached_file value for primary language
    picture.jpg <– _wp_attached_file value for secondary language

    Are your plugin supposed to be compatible with WPML? …and if not, would it be possible for you to provide us some information on where code should be modified to make it update both _wp_attached_file language entries?

    If you even only could point us in the right direction on how to solve this it would be very appreciated!

    Thanks in advance!

Viewing 16 replies (of 16 total)
  • Plugin Author dbarrere

    (@dbarrere)

    About the query, it is used to look for content to replace in serialized data in database.
    Plugins and WordPress itself may have serialized data with a reference to an attachment.
    If you don’t run this query you may not replace the old attachement path by the new one in all serizalized datas.
    If you have a lot of post meta in your database it could take some time and the more content you’ll have the more time will take the queries.

Viewing 16 replies (of 16 total)
  • The topic ‘WPML compatibility’ is closed to new replies.