Fatal error on statistics view for a test
-
Hi there!
Since version 1.0.2 of the plugin I get a fatal error when viewing statistics for a Test. The error persists in v1.0.3 too.Fatal error: Uncaught Error: Class ‘TestManager’ not found in /app/public/wp-content/plugins/split-test-for-elementor/admin/classes/repo/StatisticsRepo.php on line 26
Error: Class ‘TestManager’ not found in /app/public/wp-content/plugins/split-test-for-elementor/admin/classes/repo/StatisticsRepo.php on line 26
Obviously in line 26 of StatisticsRepo.php the full namespace needs to be used:
change this: $testManager = new \TestManager();
to this: $testManager = new \SplitTestForElementor\classes\repo\TestManager();Then all works fine again ??
Thanks, Dave ??
- The topic ‘Fatal error on statistics view for a test’ is closed to new replies.