(@ramaa)
Same here:
Fehler-Details
==============
Ein Fehler vom Typ E_ERROR wurde in der Zeile 12 der Datei wordpress/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php verursacht. Fehlermeldung: Uncaught Error: Undefined constant “DecaLog\DECALOG_VERSION” in /webseiten/wordpress/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php:12
Stack trace:
#0 /webseiten/wordpress/wp-content/plugins/apcu-manager/includes/libraries/autoload.php(28): include_once()
#1 /webseiten/wordpress/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/Engine.php(197): {closure}()
#2 /webseiten/wordpress/wp-content/plugins/apcu-manager/apcu-manager.php(137): DecaLog\Engine::eventsLogger()
#3 /webseiten/wordpress/wp-content/plugins/apcu-manager/apcu-manager.php(155): apcm_run()
#4 /webseiten/wordpress/wp-settings.php(517): include_once(‘…’)
#5 /webseiten/wordpress/wp-config.php(89): require_once(‘…’)
#6 /webseiten/wordpress/wp-load.php(50): require_once(‘…’)
#7 /webseiten/wordpress/wp-admin/admin-ajax.php(22): require_once(‘…’)
#8 {main}
thrown
I’m having the same problem with the site crashing and going into recovery mode:
An error of type E_ERROR
was caused in line 12
of the file /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php
. Error message: Uncaught Error: Undefined constant "DecaLog\DECALOG_VERSION" in /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php:12 Stack trace: #0 /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/includes/libraries/autoload.php(28): include_once() #1 /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/Engine.php(197): {closure}('DecaLog\\EventsL...') #2 /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/apcu-manager.php(137): DecaLog\Engine::eventsLogger('apcu-manager') #3 /home4/pipbujmy/public_html/zanshin/wp-content/plugins/apcu-manager/apcu-manager.php(155): apcm_run() #4 /home4/pipbujmy/public_html/zanshin/wp-settings.php(517): include_once('/home4/pipbujmy...') #5 /home4/pipbujmy/public_html/zanshin/wp-config.php(90): require_once('/home4/pipbujmy...') #6 /home4/pipbujmy/public_html/zanshin/wp-load.php(50): require_once('/home4/pipbujmy...') #7 /home4/pipbujmy/public_html/zanshin/wp-login.php(12): require('/home4/pipbujmy...') #8 {main} thrown
Same here. Here’s how I was able to disable the plugin.
Edit the file /wp-content/plugins/apcu-manager/includes/libraries/decalog-sdk/EventsLogger.php
Replace line 12 if ( ! defined( 'DECALOG_VERSION' ) && version_compare(DECALOG_VERSION, '4.0.0', '<') ) {
with if (true) {
Then, on the command line, I ran wp plugin deactivate apcu-manager
which disabled the plugin.
Hope that’s of some use to people.
For my part, I added a . to the folder in the ftp to deactivate it and then removed its installation. I reinstalled version 3.7.2 while waiting for a patch.
Dear all!
I am deeply, deeply sorry for what has just happened: a wrong development version has been pushed on the WordPress directory (due to an error on my part) and, consequently, deployed on your sites.
A new version is now available and should fix this issue.
Please, accept my sincere apologies.
Pierre
The newly pushed version solved the problem, thanks! I’ve re-activated the plugin and everything seems to be working correctly.
@pierrelannoy Thank you !
Don’t worry, these things can happen. Thanks again for the quick fix.