user warning: Got error 28 from storage engine
query:
SELECT ln.lnid as event_id, n.nid, n.type, n.title, n.created, n.changed,
ced.field_event_date_value as start_date, ced.field_event_date_value2 as end_date,
cers.field_event_recurs_value as recurs, cer.field_event_region_value as region,
cel.field_event_location_value as location, cec.field_event_cancelled_value as cancelled,
cvt.field_event_venue_type_value, ceb.field_event_blurb_value as blurb
FROM dmv_node n
INNER JOIN dmv_node_lnid ln USING (nid)
INNER JOIN dmv_content_field_event_date ced USING (nid)
INNER JOIN dmv_content_field_event_region cer USING (nid)
INNER JOIN dmv_content_field_event_location cel USING (nid)
INNER JOIN dmv_location_instance li USING (nid)
INNER JOIN dmv_location l USING (lid)
LEFT JOIN dmv_content_field_event_recurs cers USING (nid)
LEFT JOIN dmv_content_field_event_cancelled cec USING (nid)
LEFT JOIN dmv_content_field_event_venue_type cvt USING (nid)
LEFT JOIN dmv_content_field_event_blurb ceb USING (nid)
WHERE (n.status = 1 AND ced.field_event_date_value2 >= "2025-11-03T00:00:00")
ORDER BY start_date, l.city
in /home/ubaidnow/public_html/regions/sites/all/modules/custom/sitehelper/sitehelper.module on line 1057.
user warning: Got error 28 from storage engine
query: SELECT DISTINCT b.* FROM dmv_blocks b LEFT JOIN dmv_blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'city_magazine_local' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home/ubaidnow/public_html/regions/modules/block/block.module on line 433.