Knowledge Base
Categories: Troubleshooting
Troubleshooting: Fatal Error Failed to Read X bytes in /home/user/public_html/myfile.php on line Y
This means that the file was uploaded as ASCII text (plain text) instead of as a binary file (1's and 0's). Some PHP codes require that it is transfered as a binary file and not as plain text. Setting your FTP client to force Binary mode, instead of allowing it to auto-detect the mode, will fix this problem 90% of the time.
Refer to the FTP client's website for specific instructions.
Did you find this article helpful?