Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Filebrowser file downloads corrupted?? My script or FB bug?
I started this as a new topic, but if it's related to that header Menu that I spliced into Filebrowser, then feel free to move this back over to my header issue, which I thought I had fully solved. This seems interesting to me.
I think the best way to see this issue in action is to log in, again, to the site I am constructing: www.highlandsmedicine.com and login as:
user: testcase , and password: password
Try to download or Save any of the testfiles I have put up there. It seems to work. However...
I had to fix a few more header error messages, for this last step, which I did with output buffering ob_start() and ob_flush() commands, and now I am able to save or download the test files from the site to a local machine. It looks like everything's functioning perfectly, until you try to open the downloaded file. Upon opening the files, they are corrupted, including web page code, and gibberish. Please take a look. It's really strange.
In the past, I was able to use this Filebrowser functionality without the corruption. What's going on?
Any insight? Thanks in advance.
0
This discussion has been closed.
Comments
You probably need an IF on the line that brings in your included menu... i.e. something like IF (!$_GET['gid']) include('header.html');