WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
show tables like 'wp_custom_contact_fields'
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SHOW TABLES;
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
CREATE TABLE wp_custom_contact_fields(
`id` int(5) NOT NULL auto_increment,
`label` text default '',
`required` tinyint(1) NOT NULL default '0',
`input_type` tinyint(1) NOT NULL default '0',
`text_max_chars` int(9) NOT NULL default '4096',
`form_position` int(9) NOT NULL default '0',
`options` text default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
INSERT INTO `wp_custom_contact_fields` (`label`, `required`, `input_type`, `form_position`, `text_max_chars`) VALUES ('Your Name', 1, 0, 0, 0)
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
INSERT INTO `wp_custom_contact_fields` (`label`, `required`, `input_type`, `form_position`, `text_max_chars`) VALUES ('Your Email', 1, 0, 1, 0)
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
INSERT INTO `wp_custom_contact_fields` (`label`, `required`, `input_type`, `form_position`, `text_max_chars`) VALUES ('Your Website', 0, 0, 2, 0)
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
INSERT INTO `wp_custom_contact_fields` (`label`, `required`, `input_type`, `form_position`, `text_max_chars`) VALUES ('Your Message', 1, 1, 3, 0)
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SELECT * FROM wp_custom_contact_fields ORDER BY form_position
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_image' LIMIT 1
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_color' LIMIT 1
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_display' LIMIT 1
|
Array
(
[itemId] => 15
[show] => randomImage
[blocks] => |randomImage
[maxSize] => 150
)
Error:1
|
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)] |
|