WPIntell

Source evidence

Fatal Error

VidSEO – Video transcript embedding for WordPress & LLM · support · 2022-08-24T21:05:00+00:00

mixedsentiment
highseverity
0.83relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zohaibhasan810 resolved
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? @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

Comments

1 shown
Sajjad Ali 2022-08-25T13:09:00+00:00

@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