Infinite loop (with memory exhaustion): `Could not decrypt key value`
-
On a development site that uses data of a production site I get the following error after a very long loading time:
Allowed memory size of 4294967296 bytes exhausted (tried to allocate 3429080 bytes) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Allowed memory size of 4294967296 bytes exhausted (tried to allocate 3429080 bytes) at [...]/plugins/woocommerce-germanized/vendor/defuse/php-encryption/src/Crypto.php:365)
Automattic\\WooCommerce\\Pinterest\\Logger::log
:Could not decrypt key value
As a workaround, deactivating the plugin fixes the issue and the site loads.
What is the underlying issue? Is the key encrypted differently on each site, and transferring the database from production to development results in the key being undecryptable?
- The topic ‘Infinite loop (with memory exhaustion): `Could not decrypt key value`’ is closed to new replies.