Changes between Initial Version and Version 1 of Ticket #57350, comment 4
- Timestamp:
- 12/22/2022 10:41:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57350, comment 4
initial v1 2 2 3 3 This is a bug as the php-error class should only be added when there is a error. 4 5 Correction.. The error is thrown by latest woocommerce beta 7.30 6 7 {{{#!php 8 <?php 9 -:array(4) { ["type"]=> int(16384) ["message"]=> string(158) "The PSR-0 `Requests_...` class names in the Request library are deprecated. Switch to the PSR-4 `WpOrg\Requests\...` class names at your earliest convenience." ["file"]=> string(65) "/var/docs/server.tst/public/wp-includes/Requests/src/Autoload.php" ["line"]=> int(171) } 10 }}} 11