drbellerive
Forum Replies Created
-
Forum: Plugins
In reply to: [When Last Login] ‘Last logins’ as posts create problemsYes, there needs to be a way to prevent users from editing or deleting their own login records.
bump
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Database errorAlso seeing these:
[28-Jun-2016 15:34:50 UTC] WordPress database error Table 'journalforlife_ca_iUD.wp_woocommerce_shipping_zone_methods' doesn't exist for query SELECT instance_id FROM wp_woocommerce_shipping_zone_methods WHERE is_enabled = 1 AND method_id = 'free_shipping'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/woocommerce-product-price-based-on-countries/woocommerce-product-price-based-on-countries.php'), WCPBC, WC_Product_Price_Based_Country::instance, WC_Product_Price_Based_Country->__construct, WC_Product_Price_Based_Country->includes, include_once('/plugins/woocommerce-product-price-based-on-countries/includes/class-wcpbc-product-price.php'), WCPBC_Product_Price::init, WCPBC_Product_Price::init_free_shipping
Upgraded to PHP 5.4.16, the latest available from GoDaddy. The Wordfence plug in will now activate, but is not working correctly. Looks like it is just not going to play nice with a Windows server. Unfortunately, we had to delete the Wordfence plugin. Perhaps we will migrate to a linux server at some point.
The PHP version is 5.3.6.
This site is hosted by GoDaddy and I have just taken over as webmaster. I suspect it is up to GoDaddy to update PHP. Wonder how hard it would be to move the site to a Linux server…
Darrell
Here’s the full error message:
Fatal error: mcrypt_create_iv() [function.mcrypt-create-iv]: Could not gather sufficient random data in D:\Hosting\12345678\html\blog\wp-content\plugins\wordfence\vendor\wordfence\wf-waf\src\lib\utils.php on line 253
I too am getting this on a fresh install of Wordfence 6.1.3 into WordPress 4.5 on a Windows server.
Message:
Plugin could not be activated because it triggered a fatal error.Forum: Plugins
In reply to: [WP Activity Log] Weird update message in logsI too am getting these messages:
Updated WordPress from version 4.4.2 to 4.4.2.1.next.minor (auto update)
I do not have the Easy Update Manager or any other ‘plugin to update the plugins’
The messages appear in the log whenever I go to the WordPress core updates admin page, /wp-admin/update-core.php
Edit: clicking on the “Check Again” button on the /wp-admin/update-core.php page also triggers this message.
Darrell
Forum: Plugins
In reply to: [Bring Back the Get Shortlink Button] Not working for blog postsThat is what I am seeing. A draft blog post does not have the ‘Get Shortlink’ button, however a draft custom post type post made with the ‘Duplicate Post’ plugin using the ‘New Draft’ function does work. Those drafts do have the ‘Get Shortlink’ button.
I suspect this might be the way the ‘Duplicate Post’ plugin is copying an existing custom post type post. This does not happen for blog posts. So this is something unique to custom post type posts and the ‘Duplicate Post’ plugin.
I was wondering why a draft custom post type post had the ‘Get Shortlink’ button, but a draft blog post did not.
I am not too concerned about it as it does what I need it to do.
Forum: Plugins
In reply to: [Bring Back the Get Shortlink Button] Not working for blog postsFound the problem, there was a conflict in my functions file.