Your cart is currently empty!
Warning message after editing a WP user
—
by
WordPress – 4.1.1
Woocommerce – 2.3.5
Affiliates pro – 2.8.0
I just changed the name of one of my registered WP users and when i clicked the “Update User” it showed the below error. I tried reloading the page but showed the same, i then used the used the back button to get back to wp-admin.
When i went to check the changes i made to the user was saved
Warning: array_shift() expects parameter 1 to be array, null given in /home/asiavirt/public_html/wp-content/plugins/affiliates-pro/lib/core/class-affiliates-admin-user-profile.php on line 192
Warning: Cannot modify header information – headers already sent by (output started at /home/asiavirt/public_html/wp-content/plugins/affiliates-pro/lib/core/class-affiliates-admin-user-profile.php:192) in /home/asiavirt/public_html/wp-includes/pluggable.php on line 1178
Comments
5 responses to “Warning message after editing a WP user”
Ah, ok thanks Antonio, in that case i will just leave it as is and wait for the update
thanks!
Does it affect any other operations \ functions, or is it just when editing a user?
Hi Michael,
it affect only when editing an user who is not an affiliate.
thanks
Thanks Michael, we’re already aware of this and it will be fixed. This will only show if you have
define('WP_DEBUG_DISPLAY',true);
in yourwp-config.php
, you can disable that meanwhile.