WordPress database error Unknown column 'Ana' – Errors in PHP errorlog
-
Hi,
I got some errors in an PHP error log referring to WooMobile. This error came up after a New subscription order with PayMill. How can we resolve this?
= = =
I’ve checkecked your error log which is generated through Paymill webhook for subscriptions to allow logging issues while processing that hook. The error generated there seems to be generated through woomobile. You should send the following data to the plugin’s author for debugging:[25-May-2014 02:00:14] PHP Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /wp-includes/wp-db.php on line 880
[25-May-2014 06:43:20] PHP Warning: Missing argument 1 for WooMobile_XMLRPC::wm_send_stats(), called in /wp-content/plugins/woomobile/woomobile.php on line 88 and defined in /wp-content/plugins/woomobile/woomobile.php on line 520
[25-May-2014 07:16:22] WordPress database error Unknown column ‘Ana’ in ‘where clause’ for query SELECT ID
FROM wp_posts
WHERE post_type = ‘shop_order’
AND ID = Ana
ORDER BY post_date DESC
LIMIT 20 OFFSET 0; made by wp_xmlrpc_server->serve_request, IXR_Server->IXR_Server, IXR_Server->serve, IXR_Server->call, call_user_func, WooMobile_XMLRPC->wm_searchOrders, WM_Orders->wm_order_search
= = =
- The topic ‘WordPress database error Unknown column 'Ana' – Errors in PHP errorlog’ is closed to new replies.