Set Transfer type (menu Transfer) from Auto to Binary and upload your script.
Daily Archives: December 18, 2010
Install mcrypt
If using a Debian-based Linux system, you can run the following commands: sudo apt-get install php5-mcrypt sudo /etc/init.d/apache2 restart
PHP Error: Fatal error: Unable to read X bytes in Y.php on line 0
“Fatal error: Unable to read X bytes in Y.php on line 0″ is an error I got once after moving a site to another server. The file was encoded with Zend Optimizer so I could not check what is happening on line 0 that could make any problems. After doing some research I found that …
Continue reading “PHP Error: Fatal error: Unable to read X bytes in Y.php on line 0”