WPIntell

Source evidence

Fatal Error when opening settings

CRM Salesforce LearnDash Integration · support · 2020-05-05T14:40:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 28 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
deargeek unresolved
Installed and activated plugin ok. When I try to go to settings… Current plugin: CRM Salesforce LearnDash Integration (version 1.0.1) PHP version 7.3.16-1+0~20200320.56+debian9~1.gbp370a75 Error Details ============= An error of type E_ERROR was caused in line 265 of the file /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/Extension/CoreExtension.php. Error message: Uncaught Error: Class 'Twig\TwigTest' not found in /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/Extension/CoreExtension.php:265 Stack trace: #0 /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/ExtensionSet.php(440): Twig\Extension\CoreExtension->getTests() #1 /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/ExtensionSet.php(420): Twig\ExtensionSet->initExtension(Object(Twig\Extension\CoreExtension)) #2 /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/ExtensionSet.php(394): Twig\ExtensionSet->initExtensions() #3 /public_html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/Environment.php(972): Twig\ExtensionSet->get This topic was modified 6 years ago by deargeek . We have also the same error! Same error with one more precision : Uncaught Error: Class 'Twig\TwigTest' not found in /var/www/html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/Extension/CoreExtension.php:265 So I have modified the function on line 265 with “return [];” instead of all the tests that can’t be done because of the unfound function and it passed over it successfully I ended up with : public function getTests() { return []; // Added to bypass those tests return [ new TwigTest('even', null, ['node_class' => EvenTest::class]), new TwigTest('odd', null, ['node_class' => OddTest::class]), new TwigTest('defined', null, ['node_class' => DefinedTest::class]), new TwigTest('same as', null, ['node_class' => SameasTest::class]), new TwigTest('none', null, ['node_class' => NullTest::class]), ... I suppose a future update will override it but also fix it This reply was modified 6 years ago by jpmolla . This reply was modified 6 years ago by jpmolla . This reply was modified 6 years ago by jpmolla .

Comments

2 shown
jagal 2020-05-05T22:17:00+00:00

We have also the same error!

jpmolla 2020-05-05T23:55:00+00:00

Same error with one more precision : Uncaught Error: Class 'Twig\TwigTest' not found in /var/www/html/wp-content/plugins/crm-salesforce-learndash-integration/vendor/twig/twig/src/Extension/CoreExtension.php:265 So I have modified the function on line 265 with “return [];” instead of all the tests that can’t be done because of the unfound function and it passed over it successfully I ended up with : public function getTests() { return []; // Added to bypass those tests return [ new TwigTest('even', null, ['node_class' => EvenTest::class]), new TwigTest('odd', null, ['node_class' => OddTest::class]), new TwigTest('defined', null, ['node_class' => DefinedTest::class]), new TwigTest('same as', null, ['node_class' => SameasTest::class]), new TwigTest('none', null, ['node_class' => NullTest::class]), ... I suppose a future update will override it but also fix it This reply was modified 6 years ago by jpmolla . This reply was modified 6 years ago by jpmolla . This reply was modified 6 years ago by jpmolla .