|
Fatal error: phpSHIELD Loader |
|
|
|
If you are getting an error with PHPshield or you are getting a “blank screen” read below. This means you did not upload in Binary mode. The following files must be uploaded in binary 1) All files in the phpshiled folder 2) The file classes/config.php If you FTP program has a function to set transfer mode, you should set to “binary” when you upload the files mentioned above. The main problem is that while you ftp program may correctly know that the files in the phpshield folder must be uploaded in binary, when it comes to the config.php file, because its a php file you ftp program will most likely upload it in ascii format. While this is ok for all other php files, config.php needs to be uploaded in binary.
|