bnwilson6624
Forum Replies Created
-
Forum: Plugins
In reply to: [Styler for Gravity Forms] Gravity Forms 2.5 Compatibility“This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
https://holistic-gateway.net/wp-content/uploads/2020/04/MailChimp-Integration.png
I’m having the same issue. I am able to add the MailChimp API and a label in the Hustle integration, but I’m not seeing where to select which list to add new names to.
Forum: Plugins
In reply to: [Five Star Business Profile and Schema] v1.2.8 – This plugin failedThanks for the quick response.
BenForum: Plugins
In reply to: [Five Star Business Profile and Schema] v1.2.8 – This plugin failedRestore your site(s) to ver 1.2.7 and wait for fix.
Ben- This reply was modified 5 years, 3 months ago by bnwilson6624.
Forum: Plugins
In reply to: [Five Star Business Profile and Schema] v1.2.8 – This plugin failedThe plugin just took down 22 sites. ??
Warning: require_once(/www/wp-content/plugins/business-profile/includes/class-schemas-manager.php): failed to open stream: No such file or directory in /www/wp-content/plugins/business-profile/business-profile.php on line 116 Fatal error: require_once(): Failed opening required ‘/www/wp-content/plugins/business-profile/includes/class-schemas-manager.php’ (include_path=’.:/usr/share/php:/www/wp-content/pear’) in /www/wp-content/plugins/business-profile/business-profile.php on line 116
Forum: Plugins
In reply to: [Five Star Business Profile and Schema] add location not workditto. Biz profile is broken.
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom Categories SliderNever mind… found it
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Custom Categories SliderHow do I select particular category to display? BTW: Love the designs and ease.
Forum: Fixing WordPress
In reply to: WordPress 3.5 – Error on Line 944Upfront comments: 1)I am not a PHP coder and know just enough to be dangerous – use this at your descretion. 2) I should have uninstalled all plugins (especially Cache ones) before install. 3) make a copy of file before you mess with it.4) My goal was to get access to try a 2nd install of the 3.5 update.
My error pointed at line 944 in media.php. Original code was:
/**
* Register an embed handler. This function should probably only be used for sites that do not support oEmbed.
*
* @since 2.9.0
* @see WP_Embed::register_handler()
*/
function wp_embed_register_handler( $id, $regex, $callback, $priority = 10 ) {
global $wp_embed;
$wp_embed->register_handler( $id, $regex, $callback, $priority );
}I moved */ from line 941 to line 946, which comments out 942-945.
After trying to access admin, I rec’d the same type of error for line 1076. Again I moved 8/ from 1072 to 1078.
This time I was successful in getting the admin to open, although I still had error messages. I deactivated all of the plugins and (re) updated to 3.5. All seems in order now. Media.php is back in it’s proper state and site seems to be working correctly.My hunch is that one of the plugins ‘got in the way’ of a clean install of 3.5. When the instructions tell you to backup files and deactivate plugins before update… I should listen.
Good Luck,
BenForum: Fixing WordPress
In reply to: WordPress 3.5 – Error on Line 944FIXED!!
1. I commented out lines 942-944 and 1073-1076 in wp-includes/media.php
2. This gave me access to admin side of site, where I deactivated ALL plugins.
3. I re-installed WP 3.5
4. Reactivated plugins and now all is clean.Forum: Fixing WordPress
In reply to: WordPress 3.5 – Error on Line 944I updated 10 sites and only one didn’t take.
Fatal error: Call to a member function register_handler() on a non-object in D:\Hosting\4363600\html\blog\wp-includes\media.php on line 944
I did not deactivate plugins as instructed, which may be causing issue, and now I’ve locked myself out.
I believe this is my only WP site hosted on GoDaddy. If any one finds a fix, please come back here and post your find.