WordPress database error: [Table 'sh_wp_st_cronjob_log' already exists]
CREATE TABLE SH_wp_st_cronjob_log ( id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY, time INTEGER, action varchar(255), log text ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Table 'sh_wp_st_tour_availability' already exists]
CREATE TABLE SH_wp_st_tour_availability ( id bigint NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id INT, check_in INT, check_out INT, starttime varchar(255), count_starttime INT DEFAULT 1, number INT DEFAULT 0, price varchar(255), adult_price varchar(255), child_price varchar(255), infant_price varchar(255), status varchar(255), groupday INT, number_booked INT DEFAULT 0, booking_period INT DEFAULT 0, is_base INT DEFAULT 1 ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Sidebar Search Layout – Shan Tours – Sri Lanka Travel Agent

WordPress database error: [Unknown column 'tb.min_price' in 'field list']
SELECT SQL_CALC_FOUND_ROWS SH_wp_posts.*, tb.min_price AS st_tour_price FROM SH_wp_posts WHERE 1=1 AND SH_wp_posts.post_type = 'st_tours' AND ((SH_wp_posts.post_status = 'publish')) GROUP BY SH_wp_posts.ID ORDER BY tb_st_tours.is_featured desc LIMIT 0, 12

Could not find any tours

Could not find any tours.