2 Binary Equal php files, one works while the other emits White Screen of Death
I edited the <ti开发者_如何学编程tle>
in a php file (myfile.php) then re-uploaded it to the server; that is all I changed.
Now navigating to that page/file doesn't work. I get php's White Screen of Death (view-source is blank too).
I then renamed that file locally and reuploaded it as myfile2.php
.
TaDa. It works.
I've already restarted the server and the original file still won't work.
Turns out that while myfile.php file was binary equal to myfile2.php something got messed up on the server. Deleting the original myfile.php and then reuploading it fixed it.
精彩评论