I saw in other threads that you do php things. I can't believe that you don't understand:
expects parameter 1 to be string, array given
deliteblogger Reviewed by deliteblogger on . Need little help: Warning: trim() expects parameter 1 Warning: trim() expects parameter 1 to be string, array given in \includes\lnk_chck\admcp\adminfunctions.php on line 429 line 429 in that function is $value = trim( $value ); any solution how to fix ? function: function validate_value( &$value, $datatype, $bool_as_int = true, $username_query = true ) { global $vbulletin; Rating: 5