PHP / database errors right after installation
-
Hi there,
just installed your plugin and right away, my php error log (“error log monitor” plugin) informs me of the two following issue (German WP installation: Datenbank = database; Fehler = error; für = for; Abfrage = query; von = from):
WordPress-Datenbank-Fehler Duplicate column name ‘status’ für Abfrage ALTER TABLE
wp_cf_form_entries
ADDstatus
varchar(20) NOT NULL DEFAULT ‘active’ AFTERdatestamp
; von require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, Caldera_Forms::get_instance, Caldera_Forms->__construct, Caldera_Forms::activate_caldera_formsWordPress-Datenbank-Fehler Duplicate key name ‘status’ für Abfrage CREATE INDEX
status
ONwp_cf_form_entries
(status
); von require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, Caldera_Forms::get_instance, Caldera_Forms->__construct, Caldera_Forms::activate_caldera_formsAs I said, I have just installed it (didn’t even click on its menue), so I didn’t really experience any “real” errors, but I thought I should still post these issues here…
Thanks
Thomas
- The topic ‘PHP / database errors right after installation’ is closed to new replies.