Conversation
supportAdding Appsero for this plugin and click-to-top has caused sites to fatal. https://plugins.trac.wordpress.org/changeset/2497044 https://plugins.trac.wordpress.org/changeset/2494177 This is because when adding it you have the require statement reading as: if ( ! class_exists( 'Appsero\Client' ) ) { require_once __DIR__ . '/appsero/src/Client.php'; } however the path to the appsero client should actually be require_once __DIR__ . '/vendor/appsero/client/src/Client.php'; You’re trying to require a file that doesn’t exist, so the site dies.
Also xposted for the other plugin impacted here: https://wordpress.org/support/topic/adding-appsero-fatals-sites-2/ (if users come to the support forums for that plugin as well so they can see the fix)
Probably the same for me. I do not use Appsero but still the site crashes about Appsero file which does not exists. I need a fix or the plugin goes out of my web. 🙁 Thanks.
It’s not a question of you using Appsero, @flogsblog , it’s the plugin trying to include a newly bundled version. Rolling back to a prior version of the plugin should also work if you need to retain the functionality.
Hi, I am very sorry for your inconvenience. I’ve fixed the following issue please update the plugin again. I hope everything will be work fine after the update. Thank you
Also xposted for the other plugin impacted here: https://wordpress.org/support/topic/adding-appsero-fatals-sites-2/ (if users come to the support forums for that plugin as well so they can see the fix)
Probably the same for me. I do not use Appsero but still the site crashes about Appsero file which does not exists. I need a fix or the plugin goes out of my web. 🙁 Thanks.
It’s not a question of you using Appsero, @flogsblog , it’s the plugin trying to include a newly bundled version. Rolling back to a prior version of the plugin should also work if you need to retain the functionality.
Hi, I am very sorry for your inconvenience. I’ve fixed the following issue please update the plugin again. I hope everything will be work fine after the update. Thank you