publishpress / PublishPress-Blocks

PublishPress Blocks adds the missing blocks and configuration you need to build professional websites. Take the control of the new Gutenberg editor with user edition profile configuration and 20+ new blocks and options.
14 stars 8 forks source link

Query Monitor PHP deprecated #1124

Open rizaardiyanto1412 opened 1 year ago

rizaardiyanto1412 commented 1 year ago

Im getting this show up in Query Monitor. Will this be updated in the future?

Deprecated Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

wp-content/plugins/advanced-gutenberg/vendor/pimple/pimple/src/Pimple/Container.php:143 Plugin: advanced-gutenberg

Discussion: https://wordpress.org/support/topic/query-monitor-php-deprecated/

image

mrdonduck commented 1 year ago

We are not using PublishPress Blocks but do see the same error with debugging enabled for plugins/publishpress-pro

Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/public/wp-content/plugins/publishpress-pro/lib/wppf2/vendor/pimple/pimple/src/Pimple/Container.php on line 133

Deprecated: Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/public/wp-content/plugins/publishpress-pro/lib/wppf2/vendor/pimple/pimple/src/Pimple/Container.php on line 98

Deprecated: Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/public/wp-content/plugins/publishpress-pro/lib/wppf2/vendor/pimple/pimple/src/Pimple/Container.php on line 79

Deprecated: Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/public/wp-content/plugins/publishpress-pro/lib/wppf2/vendor/pimple/pimple/src/Pimple/Container.php on line 143

rizaardiyanto1412 commented 1 year ago

We dont have PublishPress Pro anymore. It was changed to PublishPress Planner Pro. Could you please make sure you have the latest version of PublishPress Planner Pro @mrdonduck ?

mrdonduck commented 1 year ago

We are using PublishPress Planner Pro Version 3.10.1 The files path is plugins/publishpress-pro

We have the following plugins Networked activated on a Multisite Network: PublishPress Capabilities Pro v2.6.1 PublishPress Permissions Pro 3.8.3 PublishPress Planner Pro 3.10.1 PublishPress Revisions Pro 3.1.8

rizaardiyanto1412 commented 1 year ago

Okay, I've created the issue for it. Thanks @mrdonduck https://github.com/publishpress/PublishPress-Planner/issues/1223