sebastiencyr
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] huge error logs after 2.6.8 upgradeI was able to disable the logs by renaming the WP_DEBUG constant to WP_DEBUG_LOCO in LoadHelper.php and Hookable.php and then defining WP_DEBUG_LOCO as false in wp-config.php.
At least until the next version is released.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] fatal error when trying to delete pluginI added this line in uninstall.php above the calls
include_once plugin_dir_path(__FILE__) . ‘woocommerce-core-functions.php’;
this loads the woocommerce_get_page_id() and was able to uninstall correctly.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] fatal error when trying to delete pluginGot the same problem, investigating…
Forum: Fixing WordPress
In reply to: Enclosure Custom Field Erasing after Saving PostIn phpmyadmin, if you search for all metas for a post with the erasure problem, are there more than one meta with the enclosure key?
Forum: Fixing WordPress
In reply to: Enclosure Custom Field Erasing after Saving Postif your WordPress site didn’t change, maybe the hosting did. I’ve seen some crazy stuff happen when the host suddenly installs new mods for apache/php like suhosin.
I would also try and rename the field to something like enclosure2 to see if the same information stays under a different name.
Maybe I’m just shooting in the dark, this Is pretty weird…
Forum: Fixing WordPress
In reply to: Enclosure Custom Field Erasing after Saving PostHave you checked in the database if the entry is there in the postmeta table? (if it’s either set or just empty)