Hi,
Can Facebook be disabled on certain Product addons.
If the 'enablefacebookconnect' is enabled it executes session_start();
This is causing the Product addon to fail due to the addon needing to be able to execute its own session_start();
This is only happening since upgrading to 4.1.7, as the previous versions didn't use session_start(); in the includes\facebook\facebook.php
Can Facebook be disabled on certain Product addons.
If the 'enablefacebookconnect' is enabled it executes session_start();
This is causing the Product addon to fail due to the addon needing to be able to execute its own session_start();
This is only happening since upgrading to 4.1.7, as the previous versions didn't use session_start(); in the includes\facebook\facebook.php
Comment