다른 서버에 NmailPHP 설치 후 마지막에 나오는 메세지인데 추가조치할 사항이 있다면
※ 필수입력정보 ※
▷ 제품버젼 :
▷ 오류발생 메뉴/주소 :
▷ 에러메세지 :
▷ 질문내용 :
이메일 서버 이전을 위하여 Doc 를 보면서 다른 서버에 처음 설치용으로 새로 설치하였습니다.
아래 메세지에 대해서 조치해야할 사항이 있다면 알려주십시오.
CentOS 6.4
# php -v
Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP 5.3.3 (cli) (built: Aug 6 2014 05:54:27)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
NmailPHP 설치 후 마지막에 나온 메세지
= [17] PHP의 설정파일(php.ini)에 엔메일 관련 설정을 추가합니다.
==============================================================================
[/etc/php.d/z-mailparse.ini] 설정파일을 생성했습니다.
- 대용량 첨부, 웹하드 업로드시 허용할 최대 업로드 용량을 입력하여 주십시오.
(MB단위, 100MB는 100 입력, 2GB는 2047 입력)
: 700
PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *require d* to use the date.timezone setting or the date_default_timezone_set() function. In case you use d any of those methods and you are still getting this warning, you most likely misspelled the ti mezone identifier. We selected 'Asia/Seoul' for 'KST/9.0/no DST' instead in /root/nmail-php-2.6. 11_utf8_install.php on line 2467
/etc/php.ini 파일에 다음처럼 설정을 추가해두었습니다.
;---------------------------------
;Nmail Auto Config - Begin
;extension_dir="/usr/lib64/php/modules"
;extension=mailparse.so
;donwload - http://www.ioncube.com/loaders.php
zend_extension="/usr/lib64/php/modules/ioncube_loader_lin_5.3.so"
allow_call_time_pass_reference = On
;Attachment Size
upload_tmp_dir = "/home/nmail2/upload/phptemp"
upload_max_filesize = 700M
post_max_size = 730M
memory_limit = 384M
max_input_time = 3600
max_execution_time = 3600
;General
date.timezone = "Asia/Seoul"
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_USER_DEPRECATED
display_errors = On
log_errors = On
display_startup_errors = On
error_log = syslog
;Nmail Auto Config - End
;---------------------------------
PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *require d* to use the date.timezone setting or the date_default_timezone_set() function. In case you use d any of those methods and you are still getting this warning, you most likely misspelled the ti mezone identifier. We selected 'Asia/Seoul' for 'KST/9.0/no DST' instead in /root/nmail-php-2.6. 11_utf8_install.php on line 2475
Warning: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP의 mailparse 확장모듈 로딩을 위해, 엔메일 설치프로그램을 다시 실행해 주시면 됩니다.
/usr/bin/php nmail-php-2.6.11_utf8_install.php
이전 글 | 윈도우버전 설치중인데 1 | w* | 2014.09.23 |
---|---|---|---|
다음 글 | 가입할 아이디가 제한이 되서.. 1 | 예*랑 | 2014.08.28 |