clickstorm / cs_seo

[clickstorm] SEO
Other
33 stars 49 forks source link

Twitter Image does not gets resolved #316

Closed develth closed 12 months ago

develth commented 1 year ago

Hi,

when saving on 8.1.0 an Image on Twitter Social section within a news Item, it gets persisted in DB via sys_file_reference on fieldname tw_image. The MetaTagGeneratorHook otherwise is seraching for tx_csseo_. (Line 119).

I migrated from v10, so currently only old Fields get shown in Frontend, but not in Backend, seems like caused by this mixture. Would be nice, if we could keep tx_csseo_tw_image so we do not need to migrate.

Thanks!

develth commented 1 year ago

This happens also on another upgraded instance with a new cs_seo entity. Searching for tx_csseo_og_image but in sys_file_reference the og_image is given

mhirdes commented 1 year ago

Hey, sry for the late response. A fix is online incl. an Update Wizard. Can you check if this works for you and give me feedback?

develth commented 12 months ago

Seems it fixed it.