After upgrading from PHP 7.4 to PHP 8.2 when I attempt to export data I receive a 502 code bad gateway. It prompts me to check my error log with a timestamp on my server and it says my server terminated the request.
This is the error log:
PHP Warning: parse_ini_file(/etc/php/8.2/fpm/php.ini): Failed to open stream: Permission denied in /nas/content/live/cartelroasting/wp-content/plugins/woocommerce-square/vendor/apimatic/jsonmapper/src/JsonMapper.php on line 130
I have contacted my server company and they said it’s not a timeout issue because my server does not have restrictions. Our staging site is currently on PHP 7.4 and the export executes just fine without this error log. Do you have a patch for PHP 8.2 or do you know why I am receiving this permission-denied issue with your plugin?