Hello @raghukm
Most likely, this fatal error is triggered because the plugin uses a previous version of psr/log . The more recent version that would be compatible with PHP 8.2 is this one: https://packagist.org/packages/psr/log#3.0.0. However, an update to this version might result in breaking compatibility with very old versions of PHP.
To resolve this issue, I recommend performing a full conflict test to rule out any potential compatibility problems with your theme or other plugins. Here’s how you can proceed:
- Activate the Default Theme Temporarily switch to the default Storefront theme. This step will help determine if your current theme is causing the issue.
- Disable Other Plugins Deactivate all plugins except for WooCommerce and Zettle
- Test the Process Check if Zettle works correctly, it should.
- Re-enable Plugins One by One If the problem resolves during the test, re-enable your plugins one at a time and test after each activation. This will help you identify the plugin causing the conflict.
If the issue continues even after following these steps, please let us know, and we’ll be happy to assist you further.
Looking for your response.
Kind regards,
Krystian
Thanks Krystian, that seemed to work.