ERROR MESSAGE AFTER UPDATING wp-quiz:
Warning: require_once(/homepages/29/d386238791/htdocs/CoinsBlog/wp-content/plugins/wp-quiz/vendor/autoload.php): failed to open stream: No such file or directory in /homepages/29/d386238791/htdocs/CoinsBlog/wp-content/plugins/wp-quiz/wp-quiz.php on line 25
Fatal error: require_once(): Failed opening required ‘/homepages/29/d386238791/htdocs/CoinsBlog/wp-content/plugins/wp-quiz/vendor/autoload.php’ (include_path=’.:/usr/lib/php7.3′) in /homepages/29/d386238791/htdocs/CoinsBlog/wp-content/plugins/wp-quiz/wp-quiz.php on line 25
There has been a critical error on this website.
TEMPORARY SOLUTION
From the directory at the top of your WordPress install
(either via FTP or the terminal, if you have access)
- Change the directory (cd) to
wp-content/plugins
- Rename the directory wp-quiz to wp-quiz-old (
mv wp-quiz wp-quiz-old
)
This will prevent the plugin from running. When the developer fixes the problem, you will have to rename wp-quiz-old back to wp-quiz (mv wp-quiz-old wp-quiz
)
-
This reply was modified 2 years, 9 months ago by DCDawg.
-
This reply was modified 2 years, 9 months ago by DCDawg.