답변 4개
댓글을 작성하려면 로그인이 필요합니다.
2년 전
웹 서버에 직접 접속 가능하다면 로그를 확인해 보세요.
/var/log/php-fpm 폴더의 www-error.log를 열어보면 무엇인가 에러 로그가 있을 수 있습니다. 이걸 보고 판단해 보시면 좋습니다.
CentOS라면 Selinux에 의한 폴더 권한 등도 문제가 될 수 있으니 로그 화일 확인해 보시길 권고 드려요.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
조아무개
2년 전
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
조아무개
2년 전
3일 전후로 소스를 만진적이 없어서 알 수가 없네요 ㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 2개
�
조아무개
2년 전
Notice: Undefined variable: is_homepage in /html/www/skin/board/basic/write.skin.php on line 67
Notice: Undefined variable: notice_checked in /html/www/skin/board/basic/write.skin.php on line 80
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
위와 같은 에러가 발생했어요.
Notice: Undefined variable: notice_checked in /html/www/skin/board/basic/write.skin.php on line 80
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
Notice: Use of undefined constant link_count - assumed 'link_count' in /html/www/skin/board/basic/write.skin.php on line 147
위와 같은 에러가 발생했어요.
�
리오닥터
2년 전
Notice: Undefined variable: is_homepage in /html/www/skin/board/basic/write.skin.php on line 67
is_homepage 변수가 없대요
Use of undefined constant link_count - assumed 'link_count'
정의되지 않는 상수 라고 하는데 상수는 대문자로 해야될걸요
is_homepage 변수가 없대요
Use of undefined constant link_count - assumed 'link_count'
정의되지 않는 상수 라고 하는데 상수는 대문자로 해야될걸요
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
에러 로그 확인해볼게요 감사합니다