DCDawg
Forum Replies Created
-
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Update problemERROR 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
)Forum: Plugins
In reply to: [Name Directory] Broken SearchSorry for the delay… it’s been a bad week.
It looks like it is working!!
Thank you for your assistance.
Forum: Plugins
In reply to: [Name Directory] Broken SearchSorry… it does not work right. It’s giving me too many results.
On the blog search, it should only give me blog posts but it is also giving me pictures and the sitemap. Before, it only gave me blog posts, which is what I want.
From the Posts page on the admin panel, no change. It is giving me everything including saved autodrafts, the sitemap, and picture pages. It should only give me posts.
Maybe this is a feature you want to abandon for now?
Forum: Plugins
In reply to: [Simple Download Monitor] Stats page URL conflicts with Jetpack@mbrsolution when something works prior to an update and then doesn’t work after, it’s broken. Creating a conflict is breaking the interface whether you want to recognize that fact or not. Please don’t school me on semantics. I probably have been in this business long before you were born!
@mra13: I applied the update and the conflict no longer exists. Thank you for your attention to this issue.
Forum: Plugins
In reply to: [Simple Download Monitor] Stats page URL conflicts with JetpackI just ran into this problem, too. This is the first time I have seen this suggesting that it was broken in the last update.
Forum: Plugins
In reply to: [Name Directory] Not importing .csvJust to follow up, after looking at the schema of the table, I rewrote my list of words to do an SQL INSERT for each line. I was able to load the table with the words.
I added a word through the admin panel form with success. I was also successful in editing entries through the admin panel. The only thing that appears to not be working is the import of a .csv file.
Other than that, so far so good. The rest of it might be what I am looking for!!
- Change the directory (cd) to