ftp 서버에 업로드시 바이너리 모드로 올려보세요

ftp 서버에 업로드시 바이너리 모드로 올려보세요

에러사항
=========
Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_faq.php?id=loader_file_corrupt for further help in D:\hshome\lubosh\delicashop.borderemail.com\includes\date_functions.php on line 0

해결사항
===========
/lib/decoder.lib.php
해당 파일을 바이너리로 올려보세요.

즉. ftp 업로드시 자동 또는 바이너리 모드로 설정하신후 업로드 하시면 해결될듯 합니다.
|

댓글 4개

그래도 에러라면..
===================
zend_optimizer.enable_loader = 1



If you are getting this error when installing on your local PC using xampp, then do the following:

Make sure you have a version of xampp that includes Zend Optimiser installed eg the latest version.

You then need to activate Zend like so:

In the following files:

xampp\apache\bin\php.ini
xampp\php\php4\php4.ini
xampp\php\php4\php.ini
xampp\php\php5. ini
xampp\php\php.ini

Find the zend section. Find the following line:
zend_optimizer.enable_loader = 0

Change it to:
zend_optimizer.enable_loader = 1

I only changed the php.ini in the apache folder and the php folder.

If you have any other problems, try googling the error message you receive.
1 .euc_kr 은...

Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_faq.php?id=loader_file_corrupt for further help in /home/nayabw/public_html/bill/lib/decoder.lib.php on line 0

php.ini 파일에
zend_optimizer.enable_loader 라는 내용이 없을수도 있나요?


2. utf-8은

Parse error: syntax error, unexpected '}' in /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code on line 9

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/testbw/public_html/bill/lib/decoder.lib.php(80) : eval()'d code:9) in /home/testbw/public_html/bill/head.sub.php on line 38
그래도 같은 에러가 나는데요. 어떻게 해야 하나요?
http://talk.iwoodin.kr/start/bill
1.다운시 바이너리로 받고 업로드시 바이너리로 올리면 됩니다.
2.그래도 안되시면 utf-8의 zip화일을 다운받아 압축을 풀고 decoder.lib.php를 올려보세요. 잘될 겁니다. 젠더디코딩 마지막에 푸는 문장 빠진거 같은데...그래서 그렇지 않나싶어요.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고