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
Register To our Newsletter
Ok, so you have time to listen to random stuff we have to say? Good
for you. Just sign down there and we'll send random
information to your inbox. Don't dispear. there will
be somewhat structure to the random information you
are getting. Also don't worry about your info, as it
will not be sold to anybody.
WordPress database error: [Can't open file: 'phpads_cache.MYI' (errno: 145)]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2010-09-04 17:33:59' AND (post_status = "publish") AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10