Warning: trim() expects parameter 이 오류에 대한 해결 방법이 있을까요? 채택완료
파고
2년 전
조회 1,991
호스팅 이후에 게시글 아래에 나온 오류메세지입니다. 보기 불편하네요.
DB쪽 손상이 있는거 같은데
Warning: trim() expects parameter 1 to be string, object given in /free/home/msgdamoa/html/lib/common.lib.php on line 1787
해결방법이 있을까요?
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
2년 전
https://www.php.net/manual/en/function.trim
인자에 string 이 아닌 object 가 전달되어 문제라고 하는 메세지 입니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
2년 전
https://satto.tistory.com/entry/php-Warning-trim-expects-parameter-1-to-be-string-array-given-in-error-message">php Warning: trim() expects parameter 1 to be string, array given in error message (tistory.com)
<== 이런 포스팅도 있네요.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인