|
Wednesday, September 86235 events and growing!
Error!: class.mysql.php :: query() :: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) select search_Calendars.id, search_Calendars.title from
search_EventTypes
left join search_Calendars on search_Calendars.id = search_EventTypes.id
where search_EventTypes.calendar = 9
and search_Calendars.id in (3,6,7,10,30,32,33,36,37,38,39,41,42,43,44,45,46,47,48,52,53,55,56,57,58,61,62,64,65,66,67,68,69,71,72,73,75,76,77,78,83,84,85,86,87,88,89,90,91,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,116,117,119,123,124,125,126,127,128,129,130,131,132,135,136,137,139,142,143,144,145,146,149,150,151,152,153,154,155,156,158,159,160,162,163,164,167,170,172,174,176,180,181,182,185,187,188,189,190,191,192,193,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,216,220,221,222,223,224,226,228)
order by lower(search_Calendars.title)
| |
Error!: class.mysql.php :: query() :: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
select id, starttime as start , endtime as end ,
freq, finterval, byday, bymonthday, bymonth, bysetpos, wkst, owner,
added, updated,
allday, timezone, dst, override_id, title, use_tz,
title, icon, duration, flag, etype as type, calendar
from search_Events
where
calendar in (3,6,7,10,30,32,33,36,37,38,39,41,42,43,44,45,46,47,48,52,53,55,56,57,58,61,62,64,65,66,67,68,69,71,72,73,75,76,77,78,83,84,85,86,87,88,89,90,91,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,116,117,119,123,124,125,126,127,128,129,130,131,132,135,136,137,139,142,143,144,145,146,149,150,151,152,153,154,155,156,158,159,160,162,163,164,167,170,172,174,176,180,181,182,185,187,188,189,190,191,192,193,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,216,220,221,222,223,224,226,228) and
starttime < 1278871200 and
(
(
(endtime >= 1278136800
or
endtime is NULL)
and freq > 0
)
or
(starttime >= 1278136800 and (freq = 0 or freq is null))
)
Error!: class.mysql.php :: query() :: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
select search_Calendars.title as title ,
search_Calendars.description as description ,
search_Calendars.options as options ,
search_Calendars.request_pre as request_pre ,
search_Calendars.request_post as request_post ,
search_Calendars.request_notify as request_notify ,
search_Calendars.request_contact as request_contact ,
search_Calendars.type as type ,
search_Calendars.owner as owner from search_Calendars where search_Calendars.id = '0'
Error!: class.mysql.php :: query() :: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
select calendar, id, name, icon from
search_EventTypes where calendar in (3,6,7,10,30,32,33,36,37,38,39,41,42,43,44,45,46,47,48,52,53,55,56,57,58,61,62,64,65,66,67,68,69,71,72,73,75,76,77,78,83,84,85,86,87,88,89,90,91,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,116,117,119,123,124,125,126,127,128,129,130,131,132,135,136,137,139,142,143,144,145,146,149,150,151,152,153,154,155,156,158,159,160,162,163,164,167,170,172,174,176,180,181,182,185,187,188,189,190,191,192,193,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,216,220,221,222,223,224,226,228) order by lower(name)
|