hudin
Forum Replies Created
-
Well… great. But yes, it works now once I went through and cleaned up a number of items that probably needed to be addressed anyways.
- This reply was modified 3 weeks, 3 days ago by hudin.
I’m usings define(‘FS_METHOD’, ‘ssh2’);
Has this been a recent change on your end as it was working fine until this most recent update as there are errors in there unrelated to filesystem?
- This reply was modified 3 weeks, 3 days ago by hudin.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Custom TaxonomiesYes, I think we eventually figured that and it makes sense. Thanks for responding!
Forum: Plugins
In reply to: [Classic Editor] Broken for goodOkay, there we go. It was being called by the “Redirect After Login, Registration & Logout” plugin. No idea why it was dumping it in there. Deactivated and now it all is working again. Pretty shabby plugin anyways.
What’s weird, if that I only had it active on one site and yet it was horking up all my sites. Annoying.
Have to assume that not terribly many people are using this plugin which is why the pitchforks have been less than one would expect with the 5.6 update, but it’s clear some weirdness happened in WP cleaning things up.
Forum: Fixing WordPress
In reply to: I can’t tag or edit the dates after the updateMany people have noted the same problems on the page for the Classic Editor plugin so it’s a large-scale problem.
Forum: Fixing WordPress
In reply to: I can’t tag or edit the dates after the updateAlready tried that. Still affected.
Forum: Fixing WordPress
In reply to: I can’t tag or edit the dates after the updateAppears to be JQuery related as this comes up in the Console:
jquery.min.js?ver=3.5.1:2 Uncaught TypeError: this._addClass is not a function
at $.<computed>.<computed>._create (autocomplete.min.js?ver=1.12.1:9)
at $.<computed>.<computed>._create (jquery-ui.js?ver=1.0:415)
at $.<computed>.<computed>._createWidget (jquery-ui.js?ver=1.0:585)
at new $.<computed>.<computed> (jquery-ui.js?ver=1.0:376)
at HTMLInputElement.<anonymous> (jquery-ui.js?ver=1.0:531)
at Function.each (jquery.min.js?ver=3.5.1:2)
at s.fn.init.each (jquery.min.js?ver=3.5.1:2)
at s.fn.init.$.fn.<computed> [as autocomplete] (jquery-ui.js?ver=1.0:523)
at s.fn.init.u.fn.wpTagsSuggest (tags-suggest.min.js?ver=5.6:2)
at HTMLInputElement.<anonymous> (tags-box.min.js?ver=5.6:2)Forum: Fixing WordPress
In reply to: I can’t tag or edit the dates after the updateFinding the same problem. Using the Classic Editor and editing the date as well as setting Visibility, Status, and adding tags is all dead in the water.
Like macobserver noted, I tried clearing my cache as well as force reloading the page and problem persists. Plain to see that some JS has been done away with that’s still being called on the page. Otherwise, all my sites work fine.
Forum: Fixing WordPress
In reply to: media.php on line 648 errorAh I see, it’s just gotten stricter on lazy code. Using a bit of is_numeric() logic and not doing
wp_get_attachment_image($attachment->ID, array(500, ”), false));
but
wp_get_attachment_image($attachment->ID, array(500, 0), false));
Seems to have fixed all the issues after a quite pass. Will keep me honest now ??
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] error warningsDowngrade hasn’t fixed it. Shop is still offline and spewing a 500 error. What needs to be changed to fix this. I have a campaign going today and this is ill-timed.
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] error warningsI have WPML 3.4.1
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] error warningsSeeing errors as well after updating to 4.1
PHP Fatal error: Class ‘WPML_File’ not found /wp-content/plugins/woocommerce-multilingual/inc/currencies/currency-switcher/class-wcml-currency-switcher-templates.php on line 31
etc
Downgrading, thanks.
Good lord, the solution was to delete the domain mapping and create a new one. Who would have ever guessed that would be the solution?
Forum: Fixing WordPress
In reply to: WordPress Admin running incredibly slowSomeone posted in another forum about a solution that didn’t initially solve the problem but now does:
Forum: Plugins
In reply to: [WooCommerce] WooCommerce extremely slow after WordPress 4.2 updateOddly enough, despite deactivating that Installer plugin last night and it making no difference, deactivating it just now fixed the slowness issue.