이윰 풀패키지 4.1.7 설치 > 버그 & 건의

본문 바로가기

버그 & 건의

이윰 풀패키지 4.1.7 설치

본문

상단

Warning: Use of undefined constant G5_COMMUNITY_USE - assumed 'G5_COMMUNITY_USE' (this will throw an Error in a future version of PHP) in D:\AutoSet10\public_html\_common.php on line 5

Warning: Use of undefined constant G5_COMMUNITY_USE - assumed 'G5_COMMUNITY_USE' (this will throw an Error in a future version of PHP) in D:\AutoSet10\public_html\eyoom\head.php on line 32

 

하단

Warning: Use of undefined constant G5_COMMUNITY_USE - assumed 'G5_COMMUNITY_USE' (this will throw an Error in a future version of PHP) in D:\AutoSet10\public_html\eyoom\tail.php on line 19

 

인기검색어

  • Warning: count(): Parameter must be an array or an object that implements Countable in D:\AutoSet10\public_html\theme\eb4_basic\skin\popular\basic\popular.skin.html.phpon line 22
  • Warning: count(): Parameter must be an array or an object that implements Countable in D:\AutoSet10\public_html\theme\eb4_basic\skin\popular\basic\popular.skin.html.phpon line 29

태그

Warning: count(): Parameter must be an array or an object that implements Countable in D:\AutoSet10\public_html\eyoom\lib\tagmenu.lib.phpon line 47

 

관리자 페이지는 이미지로 업로드 하였습니다.

댓글목록5

흰눈처럼님의 댓글

profile_image
Apache HTTP Server 2.4.23
PHP 7.2.10 (composer 포함)
MariaDB 10.3.8

위 환경에 현재 이윰빌더가 설치되여 있습니다..

이윰IN님의 댓글의 댓글

profile_image
php 7.2 환경에서 count() 함수의 changelog가 있습니다.

7.2.0 - count() will now yield a warning on invalid countable types passed to the array_or_countable parameter.

이윰IN님의 댓글

profile_image
에러 출력을 하지 않도록 처리하기 위해서 아래와 같이 해 보세요.

-- 아 래 --
/eyoom/common.php 파일 7번째 라인 소스 수정
[수정전]
/**
 * core file : /eyoom/common.php
 */
define('_EYOOM_COMMON_', true);

/**
 * 이윰 설정파일 불러오기
 */


[수정후]
/**
 * core file : /eyoom/common.php
 */
define('_EYOOM_COMMON_', true);

/**
 * PHP 버전이 7.2.0 보다 높다면 에러 숨기기
 */
if (version_compare(PHP_VERSION, '7.2.0', '>=')) {
    error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
    ini_set('display_errors', '0');
}

/**
 * 이윰 설정파일 불러오기
 */


감사합니다.

흰눈처럼님의 댓글의 댓글

profile_image
감사합니다... 해결 되였습니다.

흰눈처럼님의 댓글

profile_image
감사합니다.. 문제없이 잘 해결 되였습니다..

축하합니다. 행운의 포인트 27포인트를 획득하였습니다.

버그&건의 이용 안내

버그&건의 게시판에 이용 중 버그가 있거나 개선점 등을 남겨주시면 참고하도록 하겠습니다.
이 게시판은 이윰넷 관리자가 일일이 응대 해 드리지는 않으니 참고해 주시기 바랍니다.
질문글은 꼭 질문과 답변 게시판 또는 1:1문의 게시판을 이용하여 주시기 바랍니다.

전체 456 건 - 23 페이지
번호
제목
글쓴이
사이트 내 전체검색