Auto Order not working with updated plugin

Groan

Member
When pressing Auto order i get the following message in console

6Soqgjq.png


The extension fails to turn on after logging into Aliexpress. It remails "off". I've reloaded it (This doesn't seem to matter. The extension is now showing ON and it still does not work.)

Any thoughts?
 
Last edited:

Groan

Member
I turned on Debugging and captured the following debug log after reproducing the problem


Code:
[05-Apr-2017 16:22:28 UTC] PHP Notice:  payment_method was called <strong>incorrectly</strong>. Order properties should not be accessed directly. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home/xxxx/xxxx/wp-includes/functions.php on line 4137
[05-Apr-2017 16:22:28 UTC] PHP Notice:  id was called <strong>incorrectly</strong>. Product properties should not be accessed directly. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home//xxxx/xxxx/a/wp-includes/functions.php on line 4137
[05-Apr-2017 16:22:28 UTC] PHP Notice:  id was called <strong>incorrectly</strong>. Product properties should not be accessed directly. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home//xxxx/xxxx//wp-includes/functions.php on line 4137
[05-Apr-2017 16:22:28 UTC] PHP Notice:  id was called <strong>incorrectly</strong>. Product properties should not be accessed directly. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home//xxxx/xxxx//wp-includes/functions.php on line 4137
[05-Apr-2017 16:22:28 UTC] PHP Notice:  id was called <strong>incorrectly</strong>. Product properties should not be accessed directly. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home//xxxx/xxxx//wp-includes/functions.php on line 4137
[05-Apr-2017 16:22:28 UTC] PHP Fatal error:  Call to a member function get() on null in /home//xxxx/xxxx//wp-includes/cache.php on line 123
[05-Apr-2017 16:22:34 UTC] PHP Fatal error:  Call to a member function get_visible() on string in /home//xxxx/xxxx//wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php on line 1536
 
Top