• Resolved zohaibhasan810

    (@zohaibhasan810)


    I am trying this plugin for the first time and I am getting a fatal error as follows,

    Fatal error: Uncaught Error: Class 'Pagup\Vidseo\Controllers\ShortcodeController' not found in /data/vhosts/testdomain.com/html/wp-content/plugins/vidseo/video-seo-transcription-embedder.php:128 Stack trace: #0 /data/vhosts/testdomain.com/html/wp-settings.php(428): include_once() #1 /data/vhosts/testdomain.com/html/wp-config.php(96): require_once('/data/vhosts/de...') #2 /data/vhosts/testdomain.com/html/wp-load.php(50): require_once('/data/vhosts/de...') #3 /data/vhosts/testdomain.com/html/wp-blog-header.php(13): require_once('/data/vhosts/de...') #4 /data/vhosts/testdomain.com/html/index.php(17): require('/data/vhosts/de...') #5 {main} thrown in /data/vhosts/testdomain.com/html/wp-content/plugins/vidseo/video-seo-transcription-embedder.php on line 128

    How do i fix this issue?

Viewing 1 replies (of 1 total)
  • Plugin Author Sajjad Ali

    (@the-rock)

    @zohaibhasan810 Thanks for the report.

    It seems your server can’t find the required class, causing a fatal error.

    Please go to plugin folder /wp-content/plugins/vidseo and modify this file video-seo-transcription-embedder.php.

    Go to line #25. Replace this line.

    
    require 'vendor/autoload.php';
    

    with this one.

    
    require plugin_dir_path(__FILE__) . 'vendor/autoload.php';
    

    Let us know if that fixed the issue.

    I will release a new update to fix this.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error’ is closed to new replies.