Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /home/moonhouse/public_html/common/legacy.php on line 1215
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
>
이런 메세지가 설치 초기화면에 나옵니다.
squarenet.kr에서 무료로 제공하는 cPanel 웹서브를 제공 받아서 라이믹스를 설치해 볼려고 하니 위와 같은 메세지가 나옵니다.
XE는 설치가 잘 됩니다. xe설치후 확인한 서버 환경입니다.
php.ini 파일 내용입니다.
display_errors = On
max_execution_time = 90
max_input_time = -1
max_input_vars = 1000
memory_limit = 128M
post_max_size = 8M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php70"
upload_max_filesize = 2048M
zlib.output_compression = Off