Simon Mundy
Simon Mundy
Hi @khalwat they were applied via updates in the control panel. There is an entry in the `seomatic_metabundles` table and I even restored that entry from older backups to see...
Thanks @khalwat I didn't know there should be extra tables. What has me puzzled, though, is that if there are no Entry records in that table, how do you regenerate...
OK - I just re-added those records via a database backup. Confirmed they were all present, navigated to the Entries page in the SEOmatic Control Panel. Somewhere during this process...
Hi @khalwat I've found and fixed the issue, not sure how best to prevent this in the future. The original site was published in 2017 and CraftCMS has obviously progressed...
Hi @Ocramius - for me it makes sense to pass it in as you're storing an instance of a `GeneratorInterface` anyway. It would not only be BC but closer to...
Great I'll provide some code for review ASAP with the above in mind
@froschdesign A little time has passed since the last comment but I've encountered the same issue. I have an Active Record style implementation, but sometimes I want to transform the...
Slight refactoring to allow the flexibility per above. The only other change needed would be to `ResultSet` to change the method names ```
@froschdesign OK will do. It's been a while and a bit rusty but will get onto it ASAP