Home › Forums › Calendar Products › Community Events › Fatal Error on Website
- This topic has 4 replies, 3 voices, and was last updated 10 years, 7 months ago by
Support Droid.
-
AuthorPosts
-
September 21, 2015 at 10:45 am #1007149
Jason Stein
ParticipantHello,
I would like your help in solving the fatal error listed on our website. Attached is a screen shot of the error, you can see it at the bottom of the page. Can you please let me know how to fix this?Thank you.
September 21, 2015 at 6:15 pm #1007319George
ParticipantHey Shannon,
I’m sorry you have a fatal error on your site! Seeing the error directly is definitely a good start; unfortunately, we don’t have “attachments” on our support threads and so your screenshot is not available anywhere here for viewing.
Can you try posting the image to a site like Imgur.com and then linking to that image directly in your response?
We’ll take a look and can continue troubleshooting from there.
Also, in your reply can you include your “System Information” as directed here β https://theeventscalendar.com/knowledgebase/sharing-sys-info/ ?
These things will help us a lot, and give us a great foundation for troubleshooting your error.
Thanks!
GeorgeSeptember 23, 2015 at 4:20 pm #1008103Jason Stein
ParticipantThis reply is private.
September 24, 2015 at 1:56 pm #1008506George
ParticipantHey Shannon,
Thanks for sharing all this!
That error is coming from your theme, so unfortunately editing theme code is required here.
First, however, I’d recommend updating all your Tribe plugins to version 3.12.2 across the board β this is the most recent version for all plugins, your System Info shows you are running versions in the 3.11.x range.
As for the Fatal Error, to fix this you will have to head to the /tribe-events/single-event.php file in your theme. Then, where you see the function tribe_events_single_event_meta() being used, replace it with this:
<!-- Event meta -->
<?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
<?php tribe_get_template_part( 'modules/meta' ); ?>
<?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
That should help βΒ let us know if it does! π
Cheers,
GeorgeOctober 9, 2015 at 7:05 am #1013094Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Fatal Error on Website’ is closed to new replies.
