anyone know how to fix this error:
Fatal error: Call to a member function on a non-object in /home/****/public_html/includes/calendar.txt on line 2
this thing is really bugging me now
can anyone help?
--------------------------------------------------------
this is a block of code i have at the top of calendar.txt:
Code:
$events = $db->query ("SELECT UNIX_TIMESTAMP() AS dateline, dateline_from, eventid, title
FROM event
WHERE calendarid = 1 AND dateline_from >= UNIX_TIMESTAMP()
ORDER BY dateline_from LIMIT 10");
this is the second line in the file:
Code:
$events = $db->query ("SELECT UNIX_TIMESTAMP() AS dateline, dateline_from, eventid, title