Title: Array to string conversion on line 254
Last modified: November 15, 2018

---

# Array to string conversion on line 254

 *  Resolved [Frank Gomez](https://wordpress.org/support/users/frank6tg/)
 * (@frank6tg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/array-to-string-conversion-on-line-254/)
 * I have this error in my ADMIn dashboard. Any tips would be very helpful
 * Notice: Array to string conversion in /home/aikiext/public_html/wp-content/plugins/
   amr-users/amr-users.php on line 254
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Farray-to-string-conversion-on-line-254%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/array-to-string-conversion-on-line-254/#post-10882321)
 * Hmm – looking at the code, it seems that an array is being passed to a user update
   action where a single metaid is expected. eg: [https://codex.wordpress.org/Plugin_API/Action_Reference/added_(meta_type)_meta](https://codex.wordpress.org/Plugin_API/Action_Reference/added_(meta_type)_meta)
 * Do you have any plugins active that might be changing the data being passed to
   the actions ?
 * You could either do some debug to figure out which other plugin (as this might
   impact other things) See [https://webdesign.anmari.com/2932/debugging-a-possible-clash-between-plugins-andor-a-theme/](https://webdesign.anmari.com/2932/debugging-a-possible-clash-between-plugins-andor-a-theme/)
 * OR stop this plugin from firing on individual user update. The error is happening
   when it tries to log that a cache update was requested because a meta record 
   was updated. See [https://wpusersplugin.com/3458/cacheing-amr-users/#whencache](https://wpusersplugin.com/3458/cacheing-amr-users/#whencache)
 * OR temporarily comment that line out (No logging of the cache request).
 * There is a major update in progress that gets rid of the cacheing entirely, so
   this will eventually fall away.
 *  Thread Starter [Frank Gomez](https://wordpress.org/support/users/frank6tg/)
 * (@frank6tg)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/array-to-string-conversion-on-line-254/#post-10890580)
 * Thank you. I have resolved this problem. I’m 99% sure it was a problem with another
   plugin. Thank you for your response on this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Array to string conversion on line 254’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amr-users_f6f6f4.svg)
 * [amr users](https://wordpress.org/plugins/amr-users/)
 * [Support Threads](https://wordpress.org/support/plugin/amr-users/)
 * [Active Topics](https://wordpress.org/support/plugin/amr-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amr-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amr-users/reviews/)

## Tags

 * [Array to String Conversion](https://wordpress.org/support/topic-tag/array-to-string-conversion/)

 * 2 replies
 * 2 participants
 * Last reply from: [Frank Gomez](https://wordpress.org/support/users/frank6tg/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/array-to-string-conversion-on-line-254/#post-10890580)
 * Status: resolved