WPIntell

Source evidence

Fix to avoid fatal error

Seriously Simple Stats · support · 2021-06-02T03:47:00+00:00

complaintsentiment
highseverity
0.85relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
pjriordan unresolved
I was getting a fatal error from this plugin under certain conditions: Fatal error: Uncaught Error: Class 'SeriouslySimpleStats\Classes\Stats' not found in ... wp-content/plugins/seriously-simple-stats/seriously-simple-stats.php:48 Changing line 30 in seriously-simple-stats.php to explicitly include the correct autoload.php file like this: require_once __DIR__ . '/vendor/autoload.php'; seems to fix the issue for me. Can you make this update in the code for future releases? @pjriordan and anyone else who runs across this, there is a relatively simple fix available here: https://github.com/CastosHQ/Seriously-Simple-Stats/pull/57

Comments

1 shown
macbookandrew 2021-11-24T14:25:00+00:00

@pjriordan and anyone else who runs across this, there is a relatively simple fix available here: https://github.com/CastosHQ/Seriously-Simple-Stats/pull/57