WPIntell

Source evidence

Adding Appsero Fatals Sites.

WPEPP – Essential Security, Password Protect & Login Page Customizer · support · 2021-03-16T17:29:00+00:00

mixedsentiment
highseverity
0.88relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
George Stephanis resolved
Adding 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

Comments

4 shown
George Stephanis 2021-03-16T17:46:00+00:00

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)

exageo 2021-03-17T11:19:00+00:00

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.

George Stephanis 2021-03-17T13:13:00+00:00

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.

Noor Alam 2021-03-18T04:13:00+00:00

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