kims126
Forum Replies Created
-
That update you sent worked!
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24Hi. So I cloned the website over to a dev install so I could go about deactivating plugins and trying to figure out the issue. I deactivated all non-essential plugins and updated Events Calendar without issue. I reactivated all plugins and everything worked fine. I could NOT update Events Calendar Pro because of the single license issue.
I then replicated the same on the live site and updated the base plugin without any issue. When I updated the Pro plugin I got the same Fatal ErrorFatal error: Call to undefined function tribe_is_using_basic_gmaps_api() in /home/clientdomain/public_html/wp-content/plugins/events-calendar-pro/src/Tribe/Geo_Loc.php on line 126
.With the live site I can’t really disable all plugins to troubleshoot since this is a client site and I can’t troubleshoot further on dev install since I only have one license.
Any ideas?
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24Hi Barry,
I am not using the TRX addons. I have both the regular plugin and Pro version installed. I’ll try the troubleshooting steps.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24Is there a reason there hasn’t been a response from the plugin developer about a fix for this?
Forum: Plugins
In reply to: [The Events Calendar] ?? The Events Calendar 4.6.24When I update the plugin it throws the following error:
Fatal error: Call to undefined function tribe_is_using_basic_gmaps_api() in /home/domain/public_html/wp-content/plugins/the-events-calendar/src/admin-views/tribe-options-display.php on line 128
Forum: Plugins
In reply to: [WP Customer Area] Cannot Assign User to Private PageThanks! Just posted there.
Forum: Plugins
In reply to: [WP Customer Area] Cannot Assign User to Private PageDoes anyone monitor this forum?
Tried to troubleshoot again today. Deactivated ALL plugins. Installed WPCA Twenty Twelve+ theme and activated it. Gave the user (Contributor) ALL capabilities. When I try to assign the user, there is nothing in the drop down.
Is this plugin not compatible with the latest version of WP (4.9.6)?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Fatal Error in Admin upon update to 4.0I re-downloaded the plugin and updated it and now it’s fine. Something must’ve happened with the update in the WP admin.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Fatal Error in Admin upon update to 4.0Correction: I can access the admin, but I cannot access the Mailchimp plugin settings. I get the fatal error.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery won't show up on front page anymoreI’m having this same issue. Worked fine in development and now site is live and gallery in widget went missing. If I deactivate the plugin, it reappears. Now happing on development site and live site. I’m using Genesis.
Tried the gallery in a page and it works fine.
Forum: Plugins
In reply to: [Events Maker by dFactory] New event dates added do not show up on calendarFound the issue – had “Show Occurrences” unchecked in the settings
Having same authenticate issues. Can’t believe no response from the developer. I always thought highly of Yoast. Tried all the workarounds and still nothing. Hope they release fix soon.
Forum: Hacks
In reply to: Woocommerce – Add Shipping Phone NumberI have the same issue. Using code form the tutorial . I have added the shipping phone to the checkout page handmade it required, however, it’s not displayed on the admin or being sent in the order email. For some reason it isn’t being captured. This is what I have in my functions.php:
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); // Our hooked in function - $fields is passed via the filter! function custom_override_checkout_fields( $fields ) { $fields['shipping']['shipping_phone'] = array( 'label' => __('Phone', 'woocommerce'), 'placeholder' => _x('Phone', 'placeholder', 'woocommerce'), 'required' => true, 'class' => array('form-row-wide'), 'clear' => true ); return $fields; }
Forum: Plugins
In reply to: [WP RSS Multi Importer] Fatal ErrorIt’s odd. It worked prior to the WP update and I really haven’t changed anything on the site. I was using the short code on a page.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Fatal ErrorI’m having the same Fatal Error. Is this due to the WordPress 3.7 update?