I’m creating a WordPress site on my local drive, via Elementor. (Once it is finished, it will be transferred to a webhost provider.) I’m close to completing it, but now I’m receiving an error that says my database cannot be found.
I tried using the WordPress tool to repair and optimize the database, but it ultimately returned the following error:
wp_options: Table ‘themavo.wp_options’ doesn’t exist in engine
What should I do to fix this problem and regain access to my site?
]]>過去のトピックを探り、updraft_lockは自動で削除されると話されていますが、知識不足の自分では削除されている様子が分かりません。updraft_lockのautoloadの状態は全てnoです。
この状態はバグなのか、不具合なのか、また最終的に手動で削除してもよい物なのか意見をお聞きしたいです。
]]>autoload=yes
)
Is there a way to disable some of them that I might not need to speed up the page loading?
Thank you.
]]>Can I delete all your entries there?
DELETE FROM wp_options WHERE option_name LIKE 'B2S_PLUGIN_POST_CONTENT_%';
Once again, thank you for this amazing plugin.
I use a plugin called “Advanced DB Cleaner”. In the “Options” tab, it shows me all entries from the “wp_options” table, their autoload status, and the associated plugin. In my WordPress installation, I see multiple “Orphan” entries (see below), which I believe are related to the Germanized plugin.
I wanted to confirm whether these entries are still in use or if they are erroneously flagged as “Orphan” by the “Advanced DB Cleaner” plugin. Also, I would like to know if any of these entries can be safely deleted.
Thanks!
+----------------------------------------------------+----------+
| Option name | Autoload |
+----------------------------------------------------+----------+
| _wc_gzd_hide_generator_versions_2.1.0_2.2.0_notice | yes |
+----------------------------------------------------+----------+
| _wc_gzd_hide_generator_versions_2.1.0_notice | yes |
+----------------------------------------------------+----------+
| _wc_gzd_hide_generator_versions_2.2.0_2.2.0_notice | auto |
+----------------------------------------------------+----------+
| _wc_gzd_hide_generator_versions_2.2.0_notice | yes |
+----------------------------------------------------+----------+
| agbs_v2_adresse | yes |
+----------------------------------------------------+----------+
| agbs_v2_digital_aktualisierung_information | yes |
+----------------------------------------------------+----------+
| agbs_v2_digital_aktualisierungspflicht | yes |
+----------------------------------------------------+----------+
| agbs_v2_digital_lizenz_page | on |
+----------------------------------------------------+----------+
| agbs_v2_digital_lizenzvereinbarung | yes |
+----------------------------------------------------+----------+
| agbs_v2_eigentumsvorbehalt | yes |
+----------------------------------------------------+----------+
| agbs_v2_email | yes |
+----------------------------------------------------+----------+
| agbs_v2_gebrauchtware_gewaehrleistung | yes |
+----------------------------------------------------+----------+
| agbs_v2_gewaehrleistung | yes |
+----------------------------------------------------+----------+
| agbs_v2_haftung | on |
+----------------------------------------------------+----------+
| agbs_v2_kundendienst | yes |
+----------------------------------------------------+----------+
| agbs_v2_kundendienst_daten | yes |
+----------------------------------------------------+----------+
| agbs_v2_land | yes |
+----------------------------------------------------+----------+
| agbs_v2_name | yes |
+----------------------------------------------------+----------+
| agbs_v2_produkttyp | yes |
+----------------------------------------------------+----------+
| agbs_v2_rechnung | yes |
+----------------------------------------------------+----------+
| agbs_v2_rechnung_max | yes |
+----------------------------------------------------+----------+
| agbs_v2_rechnung_min | yes |
+----------------------------------------------------+----------+
| agbs_v2_shop_name | yes |
+----------------------------------------------------+----------+
| agbs_v2_shop_url | yes |
+----------------------------------------------------+----------+
| widerruf_v2_dienstleistungen_exemption | on |
+----------------------------------------------------+----------+
| widerruf_v2_ware_abholung_andere_adresse | yes |
+----------------------------------------------------+----------+
| widerruf_v2_ware_abholung_kosten_rueck | yes |
+----------------------------------------------------+----------+
| widerruf_v2_ware_abholung_kosten_rueck_schaetzung | yes |
+----------------------------------------------------+----------+
| widerruf_v2_ware_abholung_kosten_voraus | yes |
+----------------------------------------------------+----------+
]]>However, I have come across one entry that the plugin doesn’t seem able to delete, or even change the autoload status: fernleafsystems\wordpress\plugin\shield\controller\controller
. It’s an old option from the Shield Security plugin that didn’t delete when Shield was uninstalled. Can you think of a reason why Advanced DB Cleaner wouldn’t be able to delete or change this wp_option entry? I’ve asked this question on the Shield Security support forum also.
Thanks in advance for your help.
]]>Combing through the database one line at a time is proving to be far too time-consuming. I tried reinstalling Shield, setting it to delete components on deactivation, and then deactivating/deleting, but those options are all still there.
What is the best/easiest way to clean those options from the table, bearing in mind that Shield was uninstalled some time ago?
]]>