Bluehost Web Hosting Help
Fatal error: Unable to read X bytes in /<home_directory>/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.
Recommended Help Content
WordPress Fatal error: Allowed memory size exhausted
Available PHP Memory Exhausted.
WordPress Error: Unable to create directory
WordPress Error: Unable to create directory /wp-content/uploads/2009/mydir/summer/ Is its parent directory writable by the server?
How To Add Handlers To Change PHP Version - PHP Version Setup
This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
Related Help Content
Specify a Cron Job to Use a Specific phpini File
Script executed with a cron job requires a specific php.ini file to be used.
Manually editing your error pages
How to customize your html or php error pages.
Unable to login to PHP-Nuke website
Why can't I log into my PHP-Nuke based website?
Allow_url_include
In the newer versions of PHP, they have included a new directive to control and handle remote includes. We disable this option, by default, which may affect some of your PHP scripts.
What Is A 500 Internal Server Error? How To Fix 500 Internal Server Error
Website shows a server 500 error, what can I do to fix it?
PHP PEAR Packages
This article will outline which PHP PEAR Packages are installed and how you can install additional PHP PEAR Packages.
How To Configure The PHP Environment With PHP ini
How do I change the PHP environment for my site with php.ini?
PHP display_errors flag
How do I turn the display_errors flag on for php?