Blank screen after file upload with Internet Explorer
Permalink
We always get a blank screen after the file upload.
This is causes by /concrete/tools/files/add_to_complete.php
before the closing form tag, there's closing div tag which should be deleted. there are 11 closing tags and 10 opening tags..
This is causes by /concrete/tools/files/add_to_complete.php
before the closing form tag, there's closing div tag which should be deleted. there are 11 closing tags and 10 opening tags..
This has been confirmed in bug tracker and should be fixed in 5.4.1.1:
http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
As Remo said above, the easiest fix is to remove the closing div tag on line 207 from add_to_complete.php
http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
As Remo said above, the easiest fix is to remove the closing div tag on line 207 from add_to_complete.php
why does the full text search never find what I'm looking for ;-) thanks
These mistakes are a lot harder to make if code is indented properly... </grumble>
Jon