SELECT * FROM content P WHERE contentType='bannerIndex' ORDER BY rand() MySql #1030: Got error 28 from storage engine
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\vhosts\the-travel-bar.com\httpdocs\TRAVELBAR\class\clDb.php on line 100
SELECT P.*, C.title as country , CI.title as city, R.title as region, PL.title as place, PR.title as province, PRI.title as priceval FROM t_tour P LEFT JOIN t_tour_country C ON C.countryId = P.countryId LEFT JOIN t_tour_region R ON R.regionId = P.regionId LEFT JOIN t_tour_city CI ON CI.cityId = P.cityId LEFT JOIN t_tour_place PL ON PL.placeId = P.placeId LEFT JOIN t_tour_province PR ON PR.provinceId = P.provinceId LEFT JOIN t_tour_price PRI ON PRI.priceId = P.priceId WHERE ( package = 2 ) and tourType=3 ORDER BY RAND() LIMIT 0, 2 MySql #1030: Got error 28 from storage engine
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\vhosts\the-travel-bar.com\httpdocs\TRAVELBAR\class\clDb.php on line 100
SELECT P.*, C.title as country , CI.title as city, R.title as region, PL.title as place, PR.title as province, PRI.title as priceval FROM t_tour P LEFT JOIN t_tour_country C ON C.countryId = P.countryId LEFT JOIN t_tour_region R ON R.regionId = P.regionId LEFT JOIN t_tour_city CI ON CI.cityId = P.cityId LEFT JOIN t_tour_place PL ON PL.placeId = P.placeId LEFT JOIN t_tour_province PR ON PR.provinceId = P.provinceId LEFT JOIN t_tour_price PRI ON PRI.priceId = P.priceId WHERE ( package = 2 ) and tourType=2 ORDER BY RAND() LIMIT 0, 2 MySql #1030: Got error 28 from storage engine
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in D:\vhosts\the-travel-bar.com\httpdocs\TRAVELBAR\class\clDb.php on line 100