• Resolved David Decker

    (@daveshine)


    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 ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error on statistics view for a test’ is closed to new replies.