With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.
It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!
Welcome,
Guest
|
|
Hello,
I am seeing an error message at the top of the WP Plugins page: Warning: Creating default object from empty value in /path-to/wp-content/plugins/woocommerce-advanced-shipping-by-rules/plugin-update-checker/plugin-update-checker.php on line 227 Perch |
|
Dear Perchpole,
Sorry to hear about this warning message. It indicates that for some reason your server cannot properly load and interpret the update information for the plugin from our servers (in JSON format). Could you please enable debug messages in WordPress (codex.wordpress.org/Debugging_in_WordPress). In particular, could you please (temporarily) set define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true ); Additionally, please enable full debug messages in the update checker of our plugin. Unfortunately, this means modifying the plugin files and uncommenting one line in the file opentools-update-checker.php of the plugin. Please change line 27 to: $this->debugMode = TRUE; Alternatively, if you are comfortable with giving a stranger like me access to your admin backend, I could even do it myself on your site. Best regards, Reinhold |