m-vo / contao-facebook-import

Facebook posts and events for Contao Open Source CMS
Other
11 stars 5 forks source link

Fix broken Scraper::scrape for contao/core-bundle >= 4.8 #22

Closed markotodic closed 4 years ago

markotodic commented 4 years ago

Fix broken Scraper::scrape as in contao/core-bundle >= 4.8 ImageFactory expects absolute file path as an argument rather than relative

rabauss commented 4 years ago

see also my PR https://github.com/m-vo/contao-facebook-import/pull/21.

There is no need of version check, because absolute path worked for me in Contao 4.4 as well!

markotodic commented 4 years ago

You are right, I see now.

m-vo commented 4 years ago

Thanks for your contribution. As mentioned by @rabauss #21 (merged) fixes this as well.