game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online game.onenall.com,play free game online

The page you requested cannot be displayed. error ’80020009′ /error/asperror.asp, line 158

eway internal server error…

The page you requested cannot be displayed. error ’80020009′ /error/asperror.asp, line 158

Hi as a programmer when i changed the hosting and shifted the server for oscommerce shopping cart. I started getting error on the conformation pages of eaway payment.

here is the solution:

chk all the path properly in my case i forgot to change the temp path

define (TEMP_DIR,    ”/var/www/vhosts/zoaex.com.au/httpdocs/tmp”);
define (TEMP_FILE_BASE, “/tmp.ep”);

define (TEMP_DIR,    ”/var/www/vhosts/zoaex.com.au/httpdocs/tmp”); define (TEMP_FILE_BASE, “/tmp.ep”);

Thanks

mrphpguru

Fatal error: Unable to read X bytes in yourfiles.php on line 0

Fatal error: Unable to read X bytes in yourfile.php on line 0

Solution:

To remove above error we have do following things

1) Zend Optimizer requires files to be uploaded in forced binary mode not is ASCII mode because Zend Optimizer requires required appropriate files ( see the installation instructions) to be uploaded . This is usually accomplished using a FTP program. So please chk the settings of FTP.
2) If not uploaded in forced binary mode, than following error you may see:

i) Fatal error: Unable to read 1000(Or any x bites) from your php script on line number…..

ii) Incompatible file format………….


So Make sure that you transfer files as binary and not ASCII when using FTP to transfer encoded files between PC and remote.

Also, in order to run encoded files you need to install Zend Optimizer. This error may indicate that you have an old version of Zend Optimizer installed.

In order to download the latest version of Optimizer, go to:http://www.zend.com/products/zend_optimizer

Thanks