Quote:
Originally Posted by KuraFire
Follow these simple steps and let me know if that helps:
- Clear your cache;
- Re-download the zipfile from the first post;
- open it up, and verify in upload/includes/adminfunctions_hacklog.php around line 565 that the line reads like this:
PHP Code:
$handle = fopen($file, "rb");
and NOT without the "b" in there (the former version had only "r", the new has "rb")
- If it doesn't, manually add the b there. If/once it does, upload those files to your server and overwrite the existing ones.
- Try again.
The problem with that is that Windows servers using a certain version of PHP (or any version lower than a certain version) will not treat the file properly, so the binary flag (the "b") has to be specified for those people. I've updated that in the zipfile so any downloads from now on SHOULD be fine...
|
hello Kura.i redownload the zip and follow the step like u say,BUT it still cant work
for me,any idea?thankz