I'm publishing updates to core Price Tapestry later this month for PHP compatibility >= 8.1 however with warnings disabled for a new installation there is only 1 change required to setup.php which is to look for the following code at line 9:
However for the external scripts or the plugin; the compatibility issue may be revealed if you put WordPress into debug mode which you can do in wp-config.php by setting WP_DEBUG to true - if that reveals something let me know what is displayed and I'll check it out further for you...
Hi Jill,
I'm publishing updates to core Price Tapestry later this month for PHP compatibility >= 8.1 however with warnings disabled for a new installation there is only 1 change required to setup.php which is to look for the following code at line 9:
require("includes/common.php");
...and REPLACE with:
require("includes/common.php");
mysqli_report(MYSQLI_REPORT_OFF);
However for the external scripts or the plugin; the compatibility issue may be revealed if you put WordPress into debug mode which you can do in wp-config.php by setting WP_DEBUG to true - if that reveals something let me know what is displayed and I'll check it out further for you...
Cheers,
David.
--
PriceTapestry.com