WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_posts`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfblocks7`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfblocks7`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT COLLATION_NAME FROM information_schema.columns WHERE TABLE_SCHEMA = '0x-g8t3-COMEVOLVEDGUIDE_develop_db' AND TABLE_NAME = 'wp_icl_strings' AND COLUMN_NAME = 'context'

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfblocks7`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wfblocks7`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `fc_sessions`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `fc_sessions`

WordPress database error: [Disk full (/tmp/#sql_68d_2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `fc_sessions`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '-' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('- ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('- ',start) AS block_start, CONCAT('- ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '4' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('- ',`start`) AS block_start, CONCAT('- ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '4' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '-' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('- ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('- ',start) AS block_start, CONCAT('- ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '4' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('- ',`start`) AS block_start, CONCAT('- ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '4' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '2025-04-13' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('2025-04-13 ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('2025-04-13 ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('2025-04-13 ',start) AS block_start, CONCAT('2025-04-13 ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '0' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('2025-04-13 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-13 ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('2025-04-13 ',`start`) AS block_start, CONCAT('2025-04-13 ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '0' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('2025-04-13 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-13 ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL AND t.id IN (SELECT tour_id FROM fc_tour_times WHERE time >= '00:00:00') AND t.last_second = 1 GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '2025-04-14' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('2025-04-14 ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('2025-04-14 ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('2025-04-14 ',start) AS block_start, CONCAT('2025-04-14 ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '1' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('2025-04-14 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-14 ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('2025-04-14 ',`start`) AS block_start, CONCAT('2025-04-14 ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '1' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('2025-04-14 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-14 ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL AND t.id IN (SELECT tour_id FROM fc_tour_times WHERE time >= '00:00:00') AND t.last_minute = 1 GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '2025-04-15' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('2025-04-15 ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('2025-04-15 ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('2025-04-15 ',start) AS block_start, CONCAT('2025-04-15 ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '2' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('2025-04-15 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-15 ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('2025-04-15 ',`start`) AS block_start, CONCAT('2025-04-15 ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '2' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('2025-04-15 ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('2025-04-15 ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL AND t.id IN (SELECT tour_id FROM fc_tour_times WHERE time >= '00:00:00') AND t.last_minute = 1 GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '-' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('- ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('- ',start) AS block_start, CONCAT('- ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '4' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('- ',`start`) AS block_start, CONCAT('- ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '4' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '-' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('- ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('- ',start) AS block_start, CONCAT('- ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '4' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('- ',`start`) AS block_start, CONCAT('- ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '4' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL GROUP BY t.id ORDER BY final_price ASC LIMIT 0,100

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_wflivetraffichuman`

Sforza Castle Guided Tour | Evolved Guide

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_posts`

WordPress database error: [Disk full (/tmp/#sql_68d_4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT DISTINCT t.*, tp.price AS price, ROUND(IF(t.discount = 0,tp.price,tp.price*(1 - t.discount/100)),2) AS final_price, t.id as rating FROM fc_tours t JOIN fc_users u ON u.id = t.user_id AND u.state = 2 JOIN fc_tour_times tt ON tt.tour_id = t.id LEFT JOIN ( SELECT user_id, start, end, lx, ly FROM fc_guide_calendar WHERE DATE(start) = '-' ) gc ON ( gc.user_id = t.user_id AND gc.start < DATE_ADD(CONCAT('- ',tt.time), INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gc.end, INTERVAL 30*(1 + ROUND(SQRT(POW(gc.lx - 0,2) + POW(gc.ly - 0,2)))) MINUTE) ) LEFT JOIN ( SELECT user_id, CONCAT('- ',start) AS block_start, CONCAT('- ',end) AS block_end FROM fc_guide_day_blocks WHERE day = '4' ) gdb ON ( gdb.user_id = t.user_id AND gdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(gdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) LEFT JOIN ( SELECT tour_id, CONCAT('- ',`start`) AS block_start, CONCAT('- ',`end`) AS block_end FROM fc_tour_day_blocks WHERE day = '4' ) tdb ON ( tdb.tour_id = t.id AND tdb.block_start < DATE_ADD(CONCAT('- ',tt.time),INTERVAL t.duration + 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) AND CONCAT('- ',tt.time) < DATE_ADD(tdb.block_end, INTERVAL 30*(1 + ROUND(SQRT(POW(0,2) + POW(0,2)))) MINUTE) ) JOIN fc_tour_prices tp ON tp.tour_id = t.id WHERE t.state = 2 AND t.approve = 1 AND t.route_id IN (4458) AND t.state = 2 AND gc.user_id IS NULL AND gdb.user_id IS NULL AND tdb.tour_id IS NULL GROUP BY t.id LIMIT 0,100

0

Tours

0

Languages

If you’re in the city of Milan or nearby you can’t miss a Sforza Castle Guided Tour to get to know one of the largest castles in Europe.

A certified local guide of Evolved Guide will take you inside a real castle and defensive fortress that over the years it was also used as a ducal residence and military barracks. To better understand the size of the castle, just think that under the Spanish occupation, it contained a hospital, various shops and even two churches.

The Sforza Castle was built, destroyed and rebuilt several times by the most important families of the city, the Visconti and the Sforza. It offers you a lot to see, just because inside it has a series of museums and cultural institutions. Different and complex were the transformations that over the centuries have modified the Sforza Castle, among the most representative and popular monuments of Milan.

Today the castle is also home to civic museums and since the end of the 19th century it has housed one of the largest art collections in Milan. In fact it contains very important art collections, where during the Sforza Castle Guided Tour, you will have the opportunity to see, from frescoes to paintings, from furniture to musical instruments, from majolica to prints, but above all it contains the masterpiece, which alone is worth a visit that will move you, ?The Rondanini Piet?? by Michelangelo.

Moreover, it has also houses monuments and ancient remains of the city, an Art Gallery, an Egyptian Museum and Visconti rooms always enriched by exhibitions of various kinds and still historical archives and libraries.

Choose Evolved Guide, the only platform where the Sforza Castle Guided Tour in Milan is customised by our tour guides. Choose the tour depending on the itinerary, duration, departure time, price and offers. Evaluate the various proposals of our tour guides and choose the option that’s right for you! Come home with a unique memory of the private tour of Milan thanks to the EvolvedGuide Authorized Private Guide.

Check Availability

People
Adults
1
Children
4 - 14 years
0
Infants
0 - 3 years
0
Language
-- : --
Hours
--
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
Minutes
--
00
30
5 guide per il 17/08/2022
09:30

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`

WordPress database error: [Disk full (/tmp/#sql_68d_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_aioseo_notifications`