facebookarchive / facebook-for-magento2

* Pixel on all pages, which trigger events link, PageView, ViewContent, AddToCart, Initiatecheckout and Purchase.* In the background, Syncs the products from the merchants product catalog to Facebook Catalog.* Stores all the data, like pixel id, catalog id, business maanger id, on to the local database on the instance.
Other
46 stars 36 forks source link

[Bug]: Does not work on Magento EE 2.4.4 and PHP version 8.1 #116

Open pratikvs opened 2 years ago

pratikvs commented 2 years ago

Contact Details

pratik.sonawadekar@borngroup.com

What happened?

Hi Tried installing the FB module on Magento EE version of 2.4.4 and the PHP version is 8.1 . After installation I go to configure the facebook set in magento admin It shows me a blank page.

Steps to reproduce:

Expected :

Actual : Screenshot-from-2022-06-06-10-34-46

Magento Version

2.4.4 Enterprise Edition

Plugin Version

1.4.5

Relevant log output

No response

Code of Conduct

davirs commented 1 year ago

Esta é uma questão crítica! Todas as novas lojas desde 2022 estão usando o php 8.1 e gradualmente as versões passadas perdem suporte. É inacreditável que uma empresa que fatura bilhões de dólares não tem orçamento para resolver problemas simples de compatibilidade!

dankocrama commented 1 year ago

Same Here

richiardc commented 1 year ago

The problem is with the php-business-sdk library, as it is using old version 9. x instead of the latest one. That problem is also mentioned in https://github.com/facebookincubator/facebook-for-magento2/issues/124 and need a quick resolution because all Magento 2.4.4 and above that use this extension have that issue.

ecrocombe commented 1 year ago

Workaround provided in #131