I added some numbers and I got some errors :
WordPress database error: [Can’t create/write to file ‘/tmp/#sql_82b_0.MYI’ (Errcode: 28)]
SHOW FULL COLUMNS FROM wp_options
WordPress database error: [Table ‘wp_esp_question_group’ already exists]
CREATE TABLE wp_esp_question_group ( QSG_ID int(10) unsigned NOT NULL AUTO_INCREMENT, QSG_name varchar(255) NOT NULL, QSG_identifier varchar(100) NOT NULL, QSG_desc text NULL, QSG_order tinyint(2) unsigned NOT NULL DEFAULT 0, QSG_show_group_name tinyint(1) NOT NULL, QSG_show_group_desc tinyint(1) NOT NULL, QSG_system tinyint(2) NULL, QSG_deleted tinyint(1) unsigned NOT NULL DEFAULT 0, QSG_wp_user bigint(20) unsigned NULL, PRIMARY KEY (QSG_ID), UNIQUE KEY QSG_identifier_UNIQUE (QSG_identifier), KEY QSG_order (QSG_order) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
Its an issue with your host, either the /tmp directory is full or mysql does not have access to it.
I’d recommend contacting your host and asking them to fix this error:
“WPDB Error: “Can’t create/write to file ‘/tmp/#sql_82b_0.MYI’ (Errcode: 28)””
The additional details shown is the SQL command that is attempting to be ran, the above is the problem.
I don’t want to lose the data
Do you have a database backup? If not create one before moving further just to be safe.
Viewing 2 reply threads
The support post ‘Database Error during Check in’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.