홈요 BOS솔루션 다른 서버 설치시에 작업 주의사항
일반적으로 카페24 서버 환경으로 맞춰주시면 됩니다.
하나 하나 설정을 하는 경우 참고해주셨으면 합니다.
1. MySQL DB 세팅시 대소문자 구분이되어야 합니다.
대문자 테이블명으로 되어 있습니다.
--
2. 리눅스서버 php 5.3.13 버전 설치합니다.
--
3. 이온큐프리더 미설치 오류
Site error: the file /data/home/seanri/public_html/include/library_fix_proc.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
>> 조치사항
http://www.ioncube.com/loaders.php
위 사이트에서 이온큐스리더설치하여 해결
--
4. php timezone 설정 오류
Warning: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Seoul' for 'KST/9.0/no DST' instead
>> 조치사항
php.ini에서 timezone 설정 요청
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Asia/Seoul
--
5. index.html 파일의 php프로그램이 작동안하는 현상 (빈페이지 출력)
>> 조치사항
httpd.conf와 php.ini 의 DirectoryIndex 지시자를 설정하여 해결.
--
6. mb_detect_encoding() 함수 오류 문제
>> 조치사항
mbstring 모듈 설치
--
7. exif 모듈 미설치 오류
- JPG 파일에서 Exif 정보를 읽기 위해 exif_read_data() 같은 함수를 사용하려면, Exif 모듈을 로딩해 주어야 합니다. 그렇지 않으면 PHP Fatal error: Call to undefined function exif_read_data() in D:\Z\example.php on line 11 이런 식으로, 함수가 정의되어 있지 않다는 에러가 납니다.
>> 조치사항
exif 모듈 설치
--
8. gd라이브러리 미모듈 설치 오류
Call to undefined function imagecreatefromjpeg() / Call to undefined function imagecreatefromgif()
- 첨부파일 jpg 파일업로드시 오류 / 썸네일제작시 오류 / 스마트에디터 사진 업로드시 오류에 관한 사항
>> 조치사항
gd라이브러리 모듈 설치 (jpg, gif, png 설치)
--
추가사항이 발견되면 수정하여 작성하겠습니다.
BOS 셀렉트 항목값 ; 출력 없애기 (0) | 2019.06.05 |
---|---|
자바스크립트 위치가 정리 되는 것을 막기 : BOS 팁 (0) | 2017.08.19 |
홈요 KWA BOS : 리눅스 서버 이전 방법 및 퍼미션 문제 발생한 경우 (0) | 2017.07.06 |
홈페이지요리사 KWA - 게시판 글 - 네이버 글보내기 내보내기 버튼 추가 하기 (0) | 2017.03.15 |
와우슬라이더 모바일 사용시 너비 높이 문제 해결 wowslider (0) | 2017.02.21 |