Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Update causes "null errors"Hi,
See our response here for help:
https://wordpress.org/support/topic/null-error-1?replies=14#post-8521396
Forum: Plugins
In reply to: [The Events Calendar] Null errorHi,
Sorry for the issues you are having and for the late reply here.
The messages are warnings and do not break the plugin, but there are an annoyance and can be removed.
It is recommended that all live sites not show PHP Errors, Warnings, and Notices.
You can do that with your PHP.ini or in WordPress.
To do that in your wpconfig.php file replace this:
define(‘WP_DEBUG’, false);
with this:
ini_set(‘log_errors’,’On’);
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);That coding comes from this article:
https://aristath.github.io/blog/wp-hide-php-errors
That should hide the warnings for now and there will be a fix in 4.2.1, which we are working on.
You can also downgrade to 4.1.4 if you like.
You can download older versions of the core plugin here:
https://wordpress.org/plugins/the-events-calendar/developers/And follow these steps for a manual change:
https://theeventscalendar.com/knowledgebase/manual-updates/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] 'Attendees' page shows too many tickets sold…Hi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!
Forum: Plugins
In reply to: [The Events Calendar] Fatal ErrorHi,
You can add that coding above to fix the issue without downgrading the plugin.
You can download older versions of the core plugin here:
https://wordpress.org/plugins/the-events-calendar/developers/And follow these steps for manual updates:
Forum: Plugins
In reply to: [The Events Calendar] Fatal error with calendar display pageAlso, you can try adding the following to your theme’s functions.php
global $wp_version; if( version_compare( $wp_version, '4.4', '<' ) ) { if ( ! function_exists( 'is_embed' ) ) { function is_embed() { return false; } } }That should resolve the error without having to update WordPress.
Forum: Plugins
In reply to: [The Events Calendar] Fatal ErrorYou can try adding the following to your theme’s functions.php
global $wp_version; if( version_compare( $wp_version, '4.4', '<' ) ) { if ( ! function_exists( 'is_embed' ) ) { function is_embed() { return false; } } }That should protect you from getting fatal errors when you do update WordPress, but you will want to remove that coding after you update too.
Hi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I am seeing two javascript errors in the console that maybe breaking this:
TypeError: $(…).tabs is not a function
http://www.cwip.org/cwipevents/
Line 37TypeError: e is not a function
http://www.cwip.org/wp-content/themes/cwip/js/bootstrap.min.js
Line 6Not sure what is causing that, but the 2nd looks to be from your theme. Can you clean those up and see if that resolves the issue.
Forum: Plugins
In reply to: [The Events Calendar] Fatal ErrorHi,
Sorry for the issues here with the fatal.
What versions of WordPress were you using? And does just updating WordPress to the latest version fix the issue?
I believe it did for you adminyazo, correct?
Forum: Plugins
In reply to: [The Events Calendar] Fatal error with calendar display pageHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
What version of WordPress are you using?
If you are not on the latest version upgrade to that should fix this issue.
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Google map not showing the map…Hi,
Have you entered in a Google Maps API Key:
Events > Settings > API Tab > Google Maps API key
Do you still have issues with that key in place?
Forum: Plugins
In reply to: [The Events Calendar] Events Page Listing not displaying properlyHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
What theme are you using?
Have you tried changing the Events Template in the settings?
Head to this page:
Events > Settings > Display Tab
Then change this setting:
Events Template to Default Page Template
Or to another option and does that help?
Let us know.
Forum: Plugins
In reply to: [The Events Calendar] Change permalink structure for individual eventsHi,
Thanks for the feedback!
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
Forum: Plugins
In reply to: [Event Tickets and Registration] Unable to show community ticketsHi,
Sorry for your issues with The Events Calendar and Event Tickets and I apologize for us not bringing this up, but this is not the best place for support of our premium plugins and it is also against WordPress policy for us to support such plugins here.
Please take your support issue across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Now having said that there seems to be an issue with The Events Calendar 4.1.4 and savings not being shown as saved.
We recommend downgrading to 4.1.3 for both The Events Calendar and Events Tickets to fix the issue for now.
You can download older versions of the core plugin here:
https://wordpress.org/plugins/the-events-calendar/developers/
https://wordpress.org/plugins/event-tickets/developers/
And follow these steps to manually update the plugin:
https://theeventscalendar.com/knowledgebase/manual-updates/
This process does not delete or change events or their settings, but it is a good idea to backup your site.
Let us know how that works out in a new thread in our premium forums and we will get back to you there.
Please note per our terms and conditions we do not provide email or phone support and I would suggest removing both from your reply if you can as this is a public forum.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Display Calendar in HomepageHi mazyng & ensemblebd,
Thanks for posting your solution.
Good news about that infinite loop is that will be fixed in 4.2 so you could remove this: remove_all_filters(‘tribe_events_after_footer’);
Thanks again for posting!
Forum: Plugins
In reply to: [The Events Calendar] My event is not update on my siteHi,
Thanks for using the Events Calendar.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!