Key:
Warning: include(calendar.php): failed to open stream: No such file or directory in /var/www/vhosts/powerprogramme.eu/httpdocs/events_content.php on line 30
Warning: include(calendar.php): failed to open stream: No such file or directory in /var/www/vhosts/powerprogramme.eu/httpdocs/events_content.php on line 30
Warning: include(): Failed opening 'calendar.php' for inclusion (include_path='.:') in /var/www/vhosts/powerprogramme.eu/httpdocs/events_content.php on line 30
db error:
select e.*, c.color, date_format(event_on, '%D %b %Y') as event_on_fmt
from event e
inner join event_category c on c.id = e.event_category_id
where
date_format(event_on, '%m') = and
date_format(event_on, '%Y') =
and event_is_hidden = ''
order by if(event_on < now() or bring_to_top = '', 999, bring_to_top), event_on desc
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and
date_format(event_on, '%Y') =
and event_is_hidde' at line 5
Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in /var/www/vhosts/powerprogramme.eu/httpdocs/events_content.php on line 45