Home › Forums › Calendar Products › Events Calendar PRO › Slow query problem with The Events Calendar
- This topic has 10 replies, 2 voices, and was last updated 12 years ago by
Barry.
-
AuthorPosts
-
February 27, 2014 at 3:02 pm #110487
baynature
ParticipantOur website has been throwing Bad Gateway errors for the last hour, and our host WP Engine sent us this log showing slow queries coming from The Events Calendar. We haven’t changed or updated the site in any way for the last 3 days so it’s strange that it would start throwing errors now. I deactivated TEC and TEC Pro, and the site comes back up, but all the widgets are missing on the home page. Help!
February 28, 2014 at 8:00 am #110811Barry
MemberHi!
It looks like you have the list widget up and running on the frontpage again – is that part of the issue resolved?
A quick sampling suggests you have around 160 events (that are still upcoming) and not many seem to be recurring in nature – so I’m surprised to hear our queries might be causing issues. Can you provide any more details along the lines of what WP Engine shared with you?
Thanks!
February 28, 2014 at 8:14 am #110815baynature
ParticipantHI Barry,
I meant to paste this in the first post. This is the part of the query that they indicated to me showing the problem. I restored the site files from the previous night’s backup and turned on just The Events Calendar but *not* Events Calendar Pro or Events Calendar Community. This seems to be working okay. Can you see anything in the query that indicates I should try to modify some code before activating the other plugins?
Thanks,
Laura______________
329 [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481]
44 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/events-calendar-pro/lib/tribe-geoloc.class.php:754]
13 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/lib/post-count-correction.php:31]
7 [/nas/wp/www/cluster-2051/sffilmschool/wp-content/plugins/404-redirected/includes/functions.php:444]
1 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php:856]
For example, here are a few of the queries that are taking an long time to finish processing:# User@Host: baynature2[baynature2] @ localhost [127.0.0.1]
# Thread_id: 11919883 Schema: wp_baynature2 Last_errno: 1160 Killed: 1053
# Query_time: 45.173392 Lock_time: 0.000278 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Rows_read: 0
# Bytes_sent: 0
SET timestamp=1393540265;
SELECT SQL_CALC_FOUND_ROWS DISTINCT bay_nature_posts.*, bay_nature_postmeta.meta_value as EventStartDate, IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) as EventEndDate, tribe_event_duration.meta_value as EventDuration FROM bay_nature_posts INNER JOIN bay_nature_term_relationships ON (bay_nature_posts.ID = bay_nature_term_relationships.object_id) INNER JOIN bay_nature_postmeta ON (bay_nature_posts.ID = bay_nature_postmeta.post_id)
INNER JOIN bay_nature_postmeta AS mt1 ON (bay_nature_posts.ID = mt1.post_id)
INNER JOIN bay_nature_postmeta AS mt2 ON (bay_nature_posts.ID = mt2.post_id) LEFT JOIN bay_nature_postmeta as tribe_event_end_date ON ( bay_nature_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) LEFT JOIN bay_nature_postmeta as tribe_event_duration ON ( bay_nature_posts.ID = tribe_event_duration.post_id AND tribe_event_duration.meta_key = ‘_EventDuration’ ) WHERE 1=1 AND ( bay_nature_term_relationships.term_taxonomy_id IN (3981) ) AND bay_nature_posts.post_type = ‘tribe_events’ AND (bay_nature_posts.post_status = ‘publish’) AND (bay_nature_postmeta.meta_key = ‘_EventStartDate’
AND mt1.meta_key = ‘_EventStartDate’
AND (mt2.meta_key = ‘_EventStartDate’ AND CAST(mt2.meta_value AS CHAR) >= ‘2014-02-27’) ) AND (bay_nature_postmeta.meta_value >= ‘2014-02-27 14:30:20’ OR (bay_nature_postmeta.meta_value <= ‘2014-02-27 14:30:20’ AND IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) >= ‘2014-02-27 14:30:20’ )) ORDER BY DATE(bay_nature_postmeta.meta_value) ASC, TIME(bay_nature_postmeta.meta_value) ASC LIMIT 0, 3 /* From [baynature.org/articles/signs-of-the-season-from-crab-pot-to-stovetop-dungeness-crabs-arrive/3047_female_dungeness_crab_munsel_odfw/] in [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481] */;
# User@Host: baynature2[baynature2] @ localhost [127.0.0.1]
# Thread_id: 11919813 Schema: wp_baynature2 Last_errno: 1160 Killed: 1053
# Query_time: 76.104385 Lock_time: 0.000269 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Rows_read: 0
# Bytes_sent: 0
SET timestamp=1393540265;
SELECT SQL_CALC_FOUND_ROWS DISTINCT bay_nature_posts.*, bay_nature_postmeta.meta_value as EventStartDate, IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) as EventEndDate, tribe_event_duration.meta_value as EventDuration FROM bay_nature_posts INNER JOIN bay_nature_term_relationships ON (bay_nature_posts.ID = bay_nature_term_relationships.object_id) INNER JOIN bay_nature_postmeta ON (bay_nature_posts.ID = bay_nature_postmeta.post_id)
INNER JOIN bay_nature_postmeta AS mt1 ON (bay_nature_posts.ID = mt1.post_id)
INNER JOIN bay_nature_postmeta AS mt2 ON (bay_nature_posts.ID = mt2.post_id) LEFT JOIN bay_nature_postmeta as tribe_event_end_date ON ( bay_nature_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) LEFT JOIN bay_nature_postmeta as tribe_event_duration ON ( bay_nature_posts.ID = tribe_event_duration.post_id AND tribe_event_duration.meta_key = ‘_EventDuration’ ) WHERE 1=1 AND ( bay_nature_term_relationships.term_taxonomy_id IN (3981) ) AND bay_nature_posts.post_type = ‘tribe_events’ AND (bay_nature_posts.post_status = ‘publish’) AND (bay_nature_postmeta.meta_key = ‘_EventStartDate’
AND mt1.meta_key = ‘_EventStartDate’
AND (mt2.meta_key = ‘_EventStartDate’ AND CAST(mt2.meta_value AS CHAR) >= ‘2014-02-27’) ) AND (bay_nature_postmeta.meta_value >= ‘2014-02-27 14:29:49’ OR (bay_nature_postmeta.meta_value <= ‘2014-02-27 14:29:49’ AND IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) >= ‘2014-02-27 14:29:49’ )) ORDER BY DATE(bay_nature_postmeta.meta_value) ASC, TIME(bay_nature_postmeta.meta_value) ASC LIMIT 0, 3 /* From [baynature.org/articles/crystal-springs-trail-open-to-public/] in [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481] */;
# User@Host: baynature2[baynature2] @ localhost [127.0.0.1]
# Thread_id: 11919885 Schema: wp_baynature2 Last_errno: 1160 Killed: 1053
# Query_time: 45.096031 Lock_time: 0.000293 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Rows_read: 0
# Bytes_sent: 0
SET timestamp=1393540265;
SELECT SQL_CALC_FOUND_ROWS DISTINCT bay_nature_posts.*, bay_nature_postmeta.meta_value as EventStartDate, IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) as EventEndDate, tribe_event_duration.meta_value as EventDuration FROM bay_nature_posts INNER JOIN bay_nature_term_relationships ON (bay_nature_posts.ID = bay_nature_term_relationships.object_id) INNER JOIN bay_nature_postmeta ON (bay_nature_posts.ID = bay_nature_postmeta.post_id)
INNER JOIN bay_nature_postmeta AS mt1 ON (bay_nature_posts.ID = mt1.post_id)
INNER JOIN bay_nature_postmeta AS mt2 ON (bay_nature_posts.ID = mt2.post_id) LEFT JOIN bay_nature_postmeta as tribe_event_end_date ON ( bay_nature_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) LEFT JOIN bay_nature_postmeta as tribe_event_duration ON ( bay_nature_posts.ID = tribe_event_duration.post_id AND tribe_event_duration.meta_key = ‘_EventDuration’ ) WHERE 1=1 AND ( bay_nature_term_relationships.term_taxonomy_id IN (3981) ) AND bay_nature_posts.post_type = ‘tribe_events’ AND (bay_nature_posts.post_status = ‘publish’) AND (bay_nature_postmeta.meta_key = ‘_EventStartDate’
AND mt1.meta_key = ‘_EventStartDate’
AND (mt2.meta_key = ‘_EventStartDate’ AND CAST(mt2.meta_value AS CHAR) >= ‘2014-02-27’) ) AND (bay_nature_postmeta.meta_value >= ‘2014-02-27 14:30:20’ OR (bay_nature_postmeta.meta_value <= ‘2014-02-27 14:30:20’ AND IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) >= ‘2014-02-27 14:30:20’ )) ORDER BY DATE(bay_nature_postmeta.meta_value) ASC, TIME(bay_nature_postmeta.meta_value) ASC LIMIT 0, 3 /* From [baynature.org/articles/painted-wings/] in [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481] */;
# User@Host: baynature2[baynature2] @ localhost [127.0.0.1]
# Thread_id: 11919858 Schema: wp_baynature2 Last_errno: 1160 Killed: 1053
# Query_time: 52.272452 Lock_time: 0.000301 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Rows_read: 0
# Bytes_sent: 0
SET timestamp=1393540265;
SELECT SQL_CALC_FOUND_ROWS DISTINCT bay_nature_posts.*, bay_nature_postmeta.meta_value as EventStartDate, IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) as EventEndDate, tribe_event_duration.meta_value as EventDuration FROM bay_nature_posts INNER JOIN bay_nature_term_relationships ON (bay_nature_posts.ID = bay_nature_term_relationships.object_id) INNER JOIN bay_nature_postmeta ON (bay_nature_posts.ID = bay_nature_postmeta.post_id)
INNER JOIN bay_nature_postmeta AS mt1 ON (bay_nature_posts.ID = mt1.post_id)
INNER JOIN bay_nature_postmeta AS mt2 ON (bay_nature_posts.ID = mt2.post_id) LEFT JOIN bay_nature_postmeta as tribe_event_end_date ON ( bay_nature_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) LEFT JOIN bay_nature_postmeta as tribe_event_duration ON ( bay_nature_posts.ID = tribe_event_duration.post_id AND tribe_event_duration.meta_key = ‘_EventDuration’ ) WHERE 1=1 AND ( bay_nature_term_relationships.term_taxonomy_id IN (3981) ) AND bay_nature_posts.post_type = ‘tribe_events’ AND (bay_nature_posts.post_status = ‘publish’) AND (bay_nature_postmeta.meta_key = ‘_EventStartDate’
AND mt1.meta_key = ‘_EventStartDate’
AND (mt2.meta_key = ‘_EventStartDate’ AND CAST(mt2.meta_value AS CHAR) >= ‘2014-02-27’) ) AND (bay_nature_postmeta.meta_value >= ‘2014-02-27 14:30:13’ OR (bay_nature_postmeta.meta_value <= ‘2014-02-27 14:30:13’ AND IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) >= ‘2014-02-27 14:30:13’ )) ORDER BY DATE(bay_nature_postmeta.meta_value) ASC, TIME(bay_nature_postmeta.meta_value) ASC LIMIT 0, 3 /* From [baynature.org/articles/can-off-roading-and-nature-coexist/] in [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481] */;
# Time: 140227 22:31:06
# User@Host: baynature2[baynature2] @ localhost [127.0.0.1]
# Thread_id: 11919854 Schema: wp_baynature2 Last_errno: 1160 Killed: 1053
# Query_time: 53.881647 Lock_time: 0.000288 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Rows_read: 0
# Bytes_sent: 0
SET timestamp=1393540266;
SELECT SQL_CALC_FOUND_ROWS DISTINCT bay_nature_posts.*, bay_nature_postmeta.meta_value as EventStartDate, IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) as EventEndDate, tribe_event_duration.meta_value as EventDuration FROM bay_nature_posts INNER JOIN bay_nature_term_relationships ON (bay_nature_posts.ID = bay_nature_term_relationships.object_id) INNER JOIN bay_nature_postmeta ON (bay_nature_posts.ID = bay_nature_postmeta.post_id)
INNER JOIN bay_nature_postmeta AS mt1 ON (bay_nature_posts.ID = mt1.post_id)
INNER JOIN bay_nature_postmeta AS mt2 ON (bay_nature_posts.ID = mt2.post_id) LEFT JOIN bay_nature_postmeta as tribe_event_end_date ON ( bay_nature_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) LEFT JOIN bay_nature_postmeta as tribe_event_duration ON ( bay_nature_posts.ID = tribe_event_duration.post_id AND tribe_event_duration.meta_key = ‘_EventDuration’ ) WHERE 1=1 AND ( bay_nature_term_relationships.term_taxonomy_id IN (3981) ) AND bay_nature_posts.post_type = ‘tribe_events’ AND (bay_nature_posts.post_status = ‘publish’ OR bay_nature_posts.post_status = ‘private’) AND (bay_nature_postmeta.meta_key = ‘_EventStartDate’
AND mt1.meta_key = ‘_EventStartDate’
AND (mt2.meta_key = ‘_EventStartDate’ AND CAST(mt2.meta_value AS CHAR) >= ‘2014-02-27’) ) AND (bay_nature_postmeta.meta_value >= ‘2014-02-27 14:30:12’ OR (bay_nature_postmeta.meta_value <= ‘2014-02-27 14:30:12’ AND IF(tribe_event_duration.meta_value IS NULL, tribe_event_end_date.meta_value, DATE_ADD(CAST(bay_nature_postmeta.meta_value AS DATETIME), INTERVAL tribe_event_duration.meta_value SECOND)) >= ‘2014-02-27 14:30:12’ )) ORDER BY DATE(bay_nature_postmeta.meta_value) ASC, TIME(bay_nature_postmeta.meta_value) ASC LIMIT 0, 3 /* From [baynature.org/] in [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481] */;March 3, 2014 at 11:12 am #111660baynature
ParticipantSince my last post (last Friday) I re-activated The Events Calendar plugin with no problem. Then I reactivated The Events Calendar: Community Events .plugin. It seemed to work at first but then users reported that they would be redirected from our Add an Event page:
http://baynature.org/events/community/addto a random page:
The error log is below. I have not re-activated The Events Calendar Pro plugin.Thanks,
Laura________________
[Mon Mar 03 06:26:22 2014] [error] [client 66.249.64.245] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:30:58 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:31:20 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:31:39 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:34:05 2014] [error] [client 66.249.76.137] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:34:45 2014] [error] [client 5.157.36.124] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 06:35:33 2014] [error] [client 162.234.253.239] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:42:00 2014] [error] [client 65.55.208.18] PHP Fatal error: Call to undefined function really_simple_share_publish() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/archive.php on line 66
[Mon Mar 03 06:43:32 2014] [error] [client 112.5.252.78] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:51:54 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:55:22 2014] [error] [client 65.55.219.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 06:56:37 2014] [error] [client 68.71.76.242] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=cODD4UGQYwQrqSH.g5ZnLIkjF2I-
[Mon Mar 03 06:58:18 2014] [error] [client 41.78.147.105] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=cODD4UGQYwQrqSH.g5ZnLIkjF2I-
[Mon Mar 03 07:00:52 2014] [error] [client 108.163.195.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 07:00:54 2014] [error] [client 108.163.195.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:00:56 2014] [error] [client 184.154.149.10] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:00:58 2014] [error] [client 184.154.149.10] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:01:14 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/hummingbird-days/
[Mon Mar 03 07:01:29 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/hummingbird-days/
[Mon Mar 03 07:01:36 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/hummingbird-days/
[Mon Mar 03 07:01:40 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/hummingbird-days/
[Mon Mar 03 07:01:56 2014] [error] [client 41.178.156.50] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=cODD4UGQYwQrqSH.g5ZnLIkjF2I-
[Mon Mar 03 07:03:40 2014] [error] [client 196.196.18.68] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/01/08/songbirds-dying-at-birdfeeders/
[Mon Mar 03 07:06:05 2014] [error] [client 69.175.54.181] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:06:08 2014] [error] [client 69.175.54.181] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:06:14 2014] [error] [client 173.0.53.150] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:06:15 2014] [error] [client 173.0.53.150] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/submissions/
[Mon Mar 03 07:07:16 2014] [error] [client 107.161.81.123] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/01/08/songbirds-dying-at-birdfeeders/
[Mon Mar 03 07:09:45 2014] [error] [client 199.15.233.181] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 07:14:33 2014] [error] [client 50.115.173.209] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 07:17:50 2014] [error] [client 162.221.184.49] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 07:19:25 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/nature-news/
[Mon Mar 03 07:19:55 2014] [error] [client 192.95.0.197] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 07:20:54 2014] [error] [client 96.127.171.109] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 07:23:31 2014] [error] [client 192.227.239.125] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 07:24:22 2014] [error] [client 192.184.90.61] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 07:26:20 2014] [error] [client 66.249.64.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 07:27:42 2014] [error] [client 184.154.77.205] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 07:28:18 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 07:31:47 2014] [error] [client 173.44.57.242] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 07:55:03 2014] [error] [client 68.180.225.98] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 08:10:06 2014] [error] [client 107.161.83.185] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 08:16:44 2014] [error] [client 108.222.68.233] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/building-wetland-ground/
[Mon Mar 03 08:17:10 2014] [error] [client 108.222.68.233] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/news-digest-signup/
[Mon Mar 03 08:17:15 2014] [error] [client 108.222.68.233] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/building-wetland-ground/
[Mon Mar 03 08:19:14 2014] [error] [client 192.34.108.138] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 08:26:04 2014] [error] [client 196.196.18.250] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 08:32:03 2014] [error] [client 91.121.11.117] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 08:34:15 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 08:41:12 2014] [error] [client 111.206.125.42] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 08:41:25 2014] [error] [client 221.130.17.36] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 08:41:35 2014] [error] [client 109.175.6.192] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 08:41:53 2014] [error] [client 120.192.83.198] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 08:41:57 2014] [error] [client 128.12.255.132] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 08:48:12 2014] [error] [client 5.254.139.214] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 08:51:05 2014] [error] [client 157.56.93.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 08:53:36 2014] [error] [client 23.94.36.150] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/black-coal-bright-flowers/
[Mon Mar 03 08:56:54 2014] [error] [client 107.161.83.56] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/black-coal-bright-flowers/
[Mon Mar 03 09:01:15 2014] [error] [client 23.94.36.168] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/black-coal-bright-flowers/
[Mon Mar 03 09:06:49 2014] [error] [client 50.115.174.175] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/black-coal-bright-flowers/
[Mon Mar 03 09:09:00 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:09:13 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:10:21 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:11:16 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:16:26 2014] [error] [client 5.254.139.214] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 09:19:24 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/issue/jan-mar-2014/
[Mon Mar 03 09:19:32 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/issue/jan-mar-2014/
[Mon Mar 03 09:19:35 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/issue/jan-mar-2014/
[Mon Mar 03 09:19:44 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/issue/jan-mar-2014/
[Mon Mar 03 09:22:06 2014] [error] [client 66.249.64.245] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:22:51 2014] [error] [client 196.196.28.32] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/01/08/songbirds-dying-at-birdfeeders/
[Mon Mar 03 09:23:37 2014] [error] [client 66.249.64.245] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:26:10 2014] [error] [client 66.249.64.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:27:29 2014] [error] [client 198.27.64.167] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org
[Mon Mar 03 09:32:15 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:32:16 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:32:20 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:32:22 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:32:23 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:37:23 2014] [error] [client 23.108.147.58] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=TEp7mlDo_yOzdbo4KM6Xat.zxfQ-
[Mon Mar 03 09:37:37 2014] [error] [client 5.157.36.4] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 09:42:13 2014] [error] [client 192.95.43.50] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 09:44:06 2014] [error] [client 65.55.219.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:49:11 2014] [error] [client 141.105.68.118] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:50:52 2014] [error] [client 93.118.74.215] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 09:53:31 2014] [error] [client 157.55.33.49] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 09:57:23 2014] [error] [client 199.15.233.178] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 10:04:04 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:04:17 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function really_simple_share_publish() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/archive.php on line 66
[Mon Mar 03 10:08:55 2014] [error] [client 196.196.20.154] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/the-fremont-peak-experience/RK=0/RS=W3yLZatGjopiENKShFkrkyeEVsk-
[Mon Mar 03 10:08:59 2014] [error] [client 65.55.219.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:10:04 2014] [error] [client 162.248.102.181] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/the-fremont-peak-experience/RK=0/RS=W3yLZatGjopiENKShFkrkyeEVsk-
[Mon Mar 03 10:10:40 2014] [error] [client 204.45.55.14] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 10:12:10 2014] [error] [client 196.196.20.215] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/the-fremont-peak-experience/RK=0/RS=W3yLZatGjopiENKShFkrkyeEVsk-
[Mon Mar 03 10:13:42 2014] [error] [client 162.248.102.233] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/the-fremont-peak-experience/RK=0/RS=W3yLZatGjopiENKShFkrkyeEVsk-
[Mon Mar 03 10:16:23 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:16:54 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:16:58 2014] [error] [client 174.122.252.91] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 10:17:03 2014] [error] [client 176.61.140.201] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 10:17:08 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:17:11 2014] [error] [client 199.83.103.249] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 10:20:04 2014] [error] [client 196.196.36.106] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/behind-fracking-boom-unearthing-secrets-monterey-shale/
[Mon Mar 03 10:22:46 2014] [error] [client 182.91.213.210] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 10:28:56 2014] [error] [client 178.33.20.186] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADASIQizpJ1RqrYB5A2RJBPLRF9Euk-
[Mon Mar 03 10:28:59 2014] [error] [client 5.135.114.29] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADASIQizpJ1RqrYB5A2RJBPLRF9Euk-
[Mon Mar 03 10:29:03 2014] [error] [client 176.31.22.242] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADASIQizpJ1RqrYB5A2RJBPLRF9Euk-
[Mon Mar 03 10:29:06 2014] [error] [client 5.135.114.30] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADASIQizpJ1RqrYB5A2RJBPLRF9Euk-
[Mon Mar 03 10:35:26 2014] [error] [client 60.166.197.181] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 10:37:16 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 10:37:27 2014] [error] [client 14.121.28.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 10:43:35 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:52:44 2014] [error] [client 37.203.211.251] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADA6wvbO9jc8.lil0zv.uz0dDMDfkc-
[Mon Mar 03 10:52:58 2014] [error] [client 5.39.15.148] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADA6wvbO9jc8.lil0zv.uz0dDMDfkc-
[Mon Mar 03 10:53:00 2014] [error] [client 178.32.43.21] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADA6wvbO9jc8.lil0zv.uz0dDMDfkc-
[Mon Mar 03 10:53:03 2014] [error] [client 46.105.133.42] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RS=ADA6wvbO9jc8.lil0zv.uz0dDMDfkc-
[Mon Mar 03 10:53:15 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:53:17 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:53:19 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:53:21 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:53:22 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 10:56:36 2014] [error] [client 173.213.96.45] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 11:20:41 2014] [error] [client 5.157.36.101] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/01/08/songbirds-dying-at-birdfeeders/
[Mon Mar 03 11:22:36 2014] [error] [client 5.255.75.6] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/bay-areas-750-legged-millipede/
[Mon Mar 03 11:22:44 2014] [error] [client 188.165.155.245] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/bay-areas-750-legged-millipede/
[Mon Mar 03 11:23:53 2014] [error] [client 5.255.75.43] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/bay-areas-750-legged-millipede/
[Mon Mar 03 11:24:07 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 11:24:32 2014] [error] [client 188.165.155.230] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/bay-areas-750-legged-millipede/
[Mon Mar 03 11:25:43 2014] [error] [client 66.249.74.160] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 11:42:51 2014] [error] [client 68.180.225.98] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 11:43:27 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 11:48:27 2014] [error] [client 112.5.234.185] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 11:54:07 2014] [error] [client 199.15.233.182] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 11:56:54 2014] [error] [client 5.135.113.140] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 11:57:00 2014] [error] [client 178.33.21.77] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 12:01:20 2014] [error] [client 66.249.74.163] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:03:53 2014] [error] [client 157.55.33.49] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:07:37 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:07:47 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:07:55 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:07:58 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:00 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:01 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:02 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:04 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:05 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:07 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:09 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:10 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:11 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:12 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:12 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:13 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:08:19 2014] [error] [client 83.233.207.74] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:10:59 2014] [error] [client 198.23.196.56] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/field-guide-to-the-lost-species-of-the-san-francisco-bay-area/
[Mon Mar 03 12:12:22 2014] [error] [client 165.231.1.234] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:13:40 2014] [error] [client 107.161.81.21] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:16:12 2014] [error] [client 176.31.202.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 12:16:12 2014] [error] [client 165.231.12.90] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:17:24 2014] [error] [client 65.55.208.18] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:17:55 2014] [error] [client 118.98.75.50] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:18:06 2014] [error] [client 173.0.62.147] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:18:36 2014] [error] [client 208.115.113.87] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:19:03 2014] [error] [client 183.207.224.19] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 12:19:31 2014] [error] [client 199.30.17.77] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:19:56 2014] [error] [client 46.37.162.24] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 12:21:06 2014] [error] [client 198.175.124.211] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/field-guide-to-the-lost-species-of-the-san-francisco-bay-area/
[Mon Mar 03 12:22:57 2014] [error] [client 68.180.225.98] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:24:48 2014] [error] [client 5.135.30.134] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 12:26:28 2014] [error] [client 173.233.83.153] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=8bIkOYylaoXw8IHUK4Lc1J6w96c-
[Mon Mar 03 12:27:09 2014] [error] [client 188.165.120.115] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=NhHaZqMpg6mdqN2jD0m7QyZx8dE-
[Mon Mar 03 12:27:45 2014] [error] [client 178.33.21.78] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 12:28:45 2014] [error] [client 91.207.7.78] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 12:33:15 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:34:47 2014] [error] [client 198.23.134.140] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/field-guide-to-the-lost-species-of-the-san-francisco-bay-area/
[Mon Mar 03 12:35:36 2014] [error] [client 31.6.71.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 12:38:48 2014] [error] [client 107.161.83.17] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/finding-my-charlie-brown-perfect-at-san-pedro-headlands/
[Mon Mar 03 12:42:55 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:44:19 2014] [error] [client 180.183.238.169] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/11/08/news-digest-4/
[Mon Mar 03 12:45:09 2014] [error] [client 184.154.153.213] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 12:46:24 2014] [error] [client 177.43.232.66] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 12:52:40 2014] [error] [client 184.154.116.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: https://baynature.org/
[Mon Mar 03 12:55:25 2014] [error] [client 60.168.8.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:56:58 2014] [error] [client 60.168.8.235] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 12:58:52 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:00:57 2014] [error] [client 120.29.158.227] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 13:06:37 2014] [error] [client 211.138.121.37] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/videos/fieldnotes/inthefield/
[Mon Mar 03 13:09:51 2014] [error] [client 157.55.33.49] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:09:55 2014] [error] [client 5.255.75.214] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/point-pinole-loop/:ReubenDuffy:P0j8PV6n
[Mon Mar 03 13:10:29 2014] [error] [client 157.55.33.49] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:10:50 2014] [error] [client 162.248.102.198] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/point-pinole-loop/:ReubenDuffy:P0j8PV6n
[Mon Mar 03 13:11:20 2014] [error] [client 192.99.12.128] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/mori-point-frog-snake-hike/
[Mon Mar 03 13:11:21 2014] [error] [client 192.99.12.128] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/mori-point-frog-snake-hike/
[Mon Mar 03 13:11:23 2014] [error] [client 192.99.12.128] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/mori-point-frog-snake-hike/
[Mon Mar 03 13:11:25 2014] [error] [client 192.99.12.128] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/event/mori-point-frog-snake-hike/
[Mon Mar 03 13:11:42 2014] [error] [client 162.248.102.194] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/point-pinole-loop/:ReubenDuffy:P0j8PV6n
[Mon Mar 03 13:12:52 2014] [error] [client 178.216.54.166] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/point-pinole-loop/:ReubenDuffy:P0j8PV6n
[Mon Mar 03 13:14:15 2014] [error] [client 54.220.19.58] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:14:16 2014] [error] [client 54.220.9.32] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:14:17 2014] [error] [client 46.51.164.249] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:15:29 2014] [error] [client 95.237.37.109] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:15:31 2014] [error] [client 95.237.37.109] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:17:43 2014] [error] [client 66.249.74.175] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:17:59 2014] [error] [client 222.76.238.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:18:12 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function really_simple_share_publish() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/archive.php on line 66
[Mon Mar 03 13:19:29 2014] [error] [client 222.76.238.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:24:03 2014] [error] [client 199.15.233.170] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:24:06 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 13:25:22 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:25:25 2014] [error] [client 65.55.219.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:25:26 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:25:31 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:25:32 2014] [error] [client 95.215.0.27] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:28:39 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:29:10 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:31:00 2014] [error] [client 198.167.138.117] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/field-guide-to-the-lost-species-of-the-san-francisco-bay-area/
[Mon Mar 03 13:31:03 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 13:36:04 2014] [error] [client 192.95.43.51] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:39:26 2014] [error] [client 176.31.205.229] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/
[Mon Mar 03 13:42:11 2014] [error] [client 165.231.4.101] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 13:42:17 2014] [error] [client 165.231.4.103] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 13:42:50 2014] [error] [client 107.158.22.195] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 13:43:26 2014] [error] [client 107.158.22.195] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 13:44:03 2014] [error] [client 222.76.238.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:46:55 2014] [error] [client 222.76.238.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 13:49:04 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 14:00:57 2014] [error] [client 66.249.74.207] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:01:14 2014] [error] [client 199.15.233.170] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 14:01:25 2014] [error] [client 50.115.174.218] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/trail-land-sea-california-coastal-national-monument/
[Mon Mar 03 14:02:03 2014] [error] [client 66.249.74.173] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:03:21 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:07:29 2014] [error] [client 66.249.74.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:08:34 2014] [error] [client 66.249.74.194] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:11:14 2014] [error] [client 50.129.230.157] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2014/03/01/bay-nature-annual-awards-dinner-2014-silent-auction-preview/
[Mon Mar 03 14:11:15 2014] [error] [client 91.121.11.117] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:12:31 2014] [error] [client 80.72.37.242] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 14:15:01 2014] [error] [client 5.135.114.231] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/2013/11/08/news-digest-4/
[Mon Mar 03 14:16:46 2014] [error] [client 208.43.225.85] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:16:48 2014] [error] [client 208.43.225.85] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:20:51 2014] [error] [client 173.236.26.226] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 14:21:46 2014] [error] [client 208.43.225.84] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:22:20 2014] [error] [client 199.16.156.125] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:22:33 2014] [error] [client 196.196.20.155] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/cross-marin-trail-south/
[Mon Mar 03 14:23:20 2014] [error] [client 66.249.74.200] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:24:09 2014] [error] [client 208.43.225.84] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:25:01 2014] [error] [client 66.249.74.188] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:25:17 2014] [error] [client 68.64.172.220] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org
[Mon Mar 03 14:26:13 2014] [error] [client 208.43.225.85] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:26:51 2014] [error] [client 126.255.213.43] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:32:51 2014] [error] [client 192.95.43.48] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 14:36:21 2014] [error] [client 199.15.233.170] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 14:37:56 2014] [error] [client 199.15.233.170] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 14:38:06 2014] [error] [client 208.43.225.85] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:38:44 2014] [error] [client 192.3.108.217] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/map-sense-topos-tablets-east-bay-regional-parks/
[Mon Mar 03 14:39:50 2014] [error] [client 68.180.225.98] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:41:43 2014] [error] [client 199.180.128.249] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=pgS_L8UE.o36yxX0udW5r7jJNkI-
[Mon Mar 03 14:42:12 2014] [error] [client 141.105.68.118] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:56:26 2014] [error] [client 66.249.74.208] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 14:57:49 2014] [error] [client 192.3.183.228] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 15:03:43 2014] [error] [client 173.208.39.26] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/RK=0/RS=IDnEbR7StyDakle0IpiYhGnMCSc-
[Mon Mar 03 15:04:12 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:08:17 2014] [error] [client 91.121.11.117] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:18:29 2014] [error] [client 151.237.188.158] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 15:19:07 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 15:19:51 2014] [error] [client 198.175.124.151] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/
[Mon Mar 03 15:22:50 2014] [error] [client 65.55.213.69] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:28:48 2014] [error] [client 65.55.219.189] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:29:03 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 15:34:08 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 15:44:45 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:49:09 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 15:50:59 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:52:28 2014] [error] [client 91.207.7.78] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/board-of-directors/
[Mon Mar 03 15:53:01 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:53:26 2014] [error] [client 199.119.225.115] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/panorama-drive-to-lafayette-ridge-trail/
[Mon Mar 03 15:55:28 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 15:55:43 2014] [error] [client 192.208.185.226] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/star-gazing-and-night-hiking-resources/
[Mon Mar 03 15:56:32 2014] [error] [client 68.180.225.98] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:00:09 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:01:02 2014] [error] [client 196.196.20.84] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/star-gazing-and-night-hiking-resources/
[Mon Mar 03 16:02:34 2014] [error] [client 96.127.191.51] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/trail/panorama-drive-to-lafayette-ridge-trail/
[Mon Mar 03 16:07:49 2014] [error] [client 172.246.254.115] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/star-gazing-and-night-hiking-resources/
[Mon Mar 03 16:08:17 2014] [error] [client 199.21.99.95] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:15:24 2014] [error] [client 125.20.13.82] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://www.google.com/url?q=http://baynature.org/submissions/&sa=U&ei=c6kUU_yHJcazrgeG64CICg&ved=0CDYQFjAK&sig2=IhrO96Fvgq1iLDvHlbGTJQ&usg=AFQjCNF3ALDJEbMFqZyY4g94CoGqk4qX1w
[Mon Mar 03 16:15:29 2014] [error] [client 125.20.13.82] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://www.google.com/url?q=http://baynature.org/submissions/&sa=U&ei=c6kUU_yHJcazrgeG64CICg&ved=0CDYQFjAK&sig2=IhrO96Fvgq1iLDvHlbGTJQ&usg=AFQjCNF3ALDJEbMFqZyY4g94CoGqk4qX1w
[Mon Mar 03 16:15:41 2014] [error] [client 125.20.13.82] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://www.google.com/url?q=http://baynature.org/submissions/&sa=U&ei=c6kUU_yHJcazrgeG64CICg&ved=0CDYQFjAK&sig2=IhrO96Fvgq1iLDvHlbGTJQ&usg=AFQjCNF3ALDJEbMFqZyY4g94CoGqk4qX1w
[Mon Mar 03 16:15:54 2014] [error] [client 125.20.13.82] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://www.google.com/url?q=http://baynature.org/submissions/&sa=U&ei=c6kUU_yHJcazrgeG64CICg&ved=0CDYQFjAK&sig2=IhrO96Fvgq1iLDvHlbGTJQ&usg=AFQjCNF3ALDJEbMFqZyY4g94CoGqk4qX1w
[Mon Mar 03 16:16:00 2014] [error] [client 8.37.224.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://www.google.com/search?hl=en&ie=ISO-8859-1&q=nature%2ffaist%2fdecoretion%2fpic
[Mon Mar 03 16:16:04 2014] [error] [client 66.249.74.166] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:16:28 2014] [error] [client 173.236.61.109] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/star-gazing-and-night-hiking-resources/
[Mon Mar 03 16:16:32 2014] [error] [client 8.37.224.38] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:17:02 2014] [error] [client 107.161.82.211] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/articles/black-coal-bright-flowers/
[Mon Mar 03 16:21:00 2014] [error] [client 205.225.207.97] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/author/lisaowensviani/
[Mon Mar 03 16:22:56 2014] [error] [client 199.21.99.95] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:23:55 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function really_simple_share_publish() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/archive.php on line 66
[Mon Mar 03 16:23:59 2014] [error] [client 173.0.56.238] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/
[Mon Mar 03 16:24:48 2014] [error] [client 65.55.219.100] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:26:34 2014] [error] [client 199.21.99.95] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:28:46 2014] [error] [client 65.55.219.121] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:32:12 2014] [error] [client 178.216.54.113] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organization/san-francisco-bay-regional-water-quality-control-board-sfbrwqcb/
[Mon Mar 03 16:32:28 2014] [error] [client 178.216.54.113] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organization/san-francisco-bay-regional-water-quality-control-board-sfbrwqcb/
[Mon Mar 03 16:32:54 2014] [error] [client 178.216.54.113] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organization/san-francisco-bay-regional-water-quality-control-board-sfbrwqcb/
[Mon Mar 03 16:33:19 2014] [error] [client 188.165.157.6] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organization/san-francisco-bay-regional-water-quality-control-board-sfbrwqcb/
[Mon Mar 03 16:36:09 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:36:40 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:36:46 2014] [error] [client 65.55.219.99] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 16:39:04 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 16:44:15 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 16:49:07 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 16:54:06 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 17:09:04 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 17:59:13 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 18:54:05 2014] [error] [client 69.164.197.127] PHP Warning: file_get_contents(https://api.transitandtrails.org/api/v1/trips?key=267de82bc6c6c1c56ac5c10dfc0f50e42dde75810f4b32c1c0c4db012d3f22d4) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 503 Service Unavailable\r\n in /nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/importers/tnt/tnt.php on line 15
[Mon Mar 03 19:02:34 2014] [error] [client 66.249.74.187] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 19:03:20 2014] [error] [client 65.55.219.83] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 19:03:32 2014] [error] [client 66.249.74.177] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14
[Mon Mar 03 19:03:32 2014] [error] [client 94.23.17.137] PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php on line 14, referer: http://baynature.org/organizations/March 3, 2014 at 1:23 pm #111787Barry
MemberThanks for sharing that information.
329 [/nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/options/theme-widgets.php:481]
44 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/events-calendar-pro/lib/tribe-geoloc.class.php:754]
13 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/baynature/lib/post-count-correction.php:31]
7 [/nas/wp/www/cluster-2051/sffilmschool/wp-content/plugins/404-redirected/includes/functions.php:444]
1 [/nas/wp/www/cluster-2051/baynature2/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php:856]So not all of those relate to our plugin, but we are certainly aware for instance that the geolocation query (the second item on that list) needs some attention and that we could improve things overall. I’m afraid there’s no short term solution we can provide there – besides suggesting you work with your host to enable query caching if that’s not already in place – but I’d like to think you will see things improve in this regard over time as we turn out future releases.
PHP Fatal error: Call to undefined function tribe_is_community_my_events_page() in /nas/wp/www/cluster-2051/baynature2/wp-content/themes/bay-nature/page.php
I think this is really a separate issue and I’d recommend creating a new thread for it. If you hvae customized your theme’s page.php template at all please do provide details in the new thread.
Thanks!
March 3, 2014 at 1:37 pm #111806baynature
ParticipantHi Barry,
Yes, I saw that there are other plugins in the error log so there may be some conflict. The thing I don’t understand is why this started to occur suddenly. We haven’t updated the plugin since whenever the last update was, and hadn’t done any updates to the site in about a week. Any idea why the plugin would unexpectedly start throwing errors?
I’ll put the other issue in another post.
Thanks,
LauraMarch 4, 2014 at 11:35 am #112390Barry
MemberIt’s really difficult to answer a question like that – there are so many variables that could impact, from the php.ini file (which can change how PHP behaves and may be altered by the hosting provider without your knowledge – not that that is necessarily the case here) or updates and changes to other plugins/your theme or even to settings.
March 4, 2014 at 11:53 am #112404baynature
ParticipantHi Barry,
I see what your saying. What’s perplexing is that we didn’t do any updates to the site for at least four days before this happened, and it never had a problem on our staging server which is identical.
Is there any code I could add to try to circumvent this problem?March 4, 2014 at 12:15 pm #112426Barry
MemberThat is strange. If the number of events hasn’t changed drastically and no key settings have been altered – and additionally WordPress and your stack of plugins/theme haven’t changed, that does tend to suggest what’s different is something in the hosting environment.
Unfortunately, though we’d love to be able to, I just don’t think we can provide you with a snippet that will function as a cure-all for this.
March 4, 2014 at 12:24 pm #112430baynature
ParticipantOkay, thanks for your help!
LauraApril 21, 2014 at 7:38 am #138288Barry
MemberClosing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!
-
AuthorPosts
- The topic ‘Slow query problem with The Events Calendar’ is closed to new replies.
