1
Hi,
I'm running CBB 2.31 on PHP 5.1.1 on IIS. I couldn't view attachments in Internet Explorer but Firefox worked ok.
My vanilla install of PHP 5.1.1 doesn't return a value for $HTTP_USER_AGENT so I had to make the following change in the file modules/newbb/dl_attachment.php to get it to work:
if (preg_match("/MSIE ([0-9].[0-9]{1,2})/", $_SERVER["HTTP_USER_AGENT"])) {
Hope this helps someone.
Marc