Closed samhibberd closed 2 years ago
Hi @samhibberd,
Thanks for reporting this issue, it should be fixed in v1.1.2.
Thanks for such a quick response, not sure if it's local to me, but I get a dependency issue when upgrading to v1.1.2 in the cp:
Problem 1
- dwy/facebook-conversion v1.1.2 requires facebook/php-business-sdk dev-main#b90ab902cd0a61462ab428c23b466e2aa247936d -> found facebook/php-business-sdk[dev-main] but it does not match your minimum-stability.
- Root composer.json requires dwy/facebook-conversion v1.1.2 -> satisfiable by dwy/facebook-conversion[v1.1.2].
Could you provide some extra context like Craft and PHP versions?
I could reproduce the error on another test environment.
Since Facebook didn't release a package with the fix yet, I'm forced to use their development branch which requires some composer settings.
Please add the following to your composer.json:
"minimum-stability": "dev",
"prefer-stable": true
Sorry for the inconvience. I submitted a request to create an extra package release. And I'll reopen this issue so it's easier for other people to find the solution.
Thanks @Diewy
Facebook created a new package, updated our dependency to it. This issue should be resolved.
Just upgraded from 1.1.0 to 1.1.1, it looks like there is a syntax error with v15 of the Facebook SDK:
Shout if a stack trace is required.