Don't display the image but download with IE9 ???

Support for Administration, Installation, Update & Conversion
Locked until 1.1.0 was released.

Don't display the image but download with IE9 ???

Postby GlouGlou » Mon Apr 09, 2012 6:47 pm

Gallery Version: 1.1.5
phpBB Version: 3.0.10
Gallery-Link: http://localhost

PHP Version: 5.2.17
Database Version: Mysqli 5.0.51a


Error description and message
Hi,

I'm just seeing a problem with IE9 (v9.0.8112.16421) when viewing image. (works fine on FF)
Testing here is same.

When I go to the image_page (gallery/image_page.php?album_id=153&image_id=282) and I copy/paste the url (gallery/image.php?album_id=153&image_id=282) on new browser tab, the image is not displayed and the download option is activated. (same if no plugin is installed (open image on acp link config))

Hope to correct this.
Thx.
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Wed Apr 11, 2012 3:46 pm

I'm testing with IE7 & IE8 and same problem ... the image isn't displayed and only wants to download :(
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Mon Apr 16, 2012 7:56 pm

I'm updating to 1.1.6 and this problem is still present.
I'm searching to modify the code to display the image and not to download this (only in IE)
Thx for your help
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby nickvergessen » Mon Apr 16, 2012 9:41 pm

Okay, I tested it and could finally find the problem.
Can you post a ticket in tracker.php?p=6 please?
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Mon Apr 16, 2012 10:10 pm

No problem nick and the ticket is now created.
Thx for all
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby nickvergessen » Tue Apr 17, 2012 12:40 am

cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Tue Apr 17, 2012 4:23 am

I make many tests after correction with IE (really bad browser ...)
- with IE9 : works fine
- with IE9 and EmulateIE8 : works fine
- with IE9 and EmulateIE7 : works fine
- with IE9 and (compatibility mode actived) : doesn't work (download)
hope help you.
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby nickvergessen » Tue Apr 17, 2012 10:39 am

can you please upload this file as test.php to your forum and visit it with the browser that fails:
Code: Select all
<?php
/**
*
* @package phpBB Gallery Testing Script
* @copyright (c) 2012 nickvergessen
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* @ignore
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);

include($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path . 'umil/umil.' . $phpEx);

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();

var_dump($user->browser);


Than please post the content it displayes.
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Tue Apr 17, 2012 8:01 pm

Code: Select all
string(70) "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)"
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Re: Don't display the image but download with IE9 ???

Postby GlouGlou » Wed Apr 18, 2012 12:53 am

Oupsssssss sorry wrong copy/paste
The good info
Code: Select all
string(220) "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E; Creative AutoUpdate v1.40.01)"
GlouGlou
Posts 20 - 30
Posts 20 - 30
 
Posts: 25
Topics: 7
Images: 0
Joined: Mon Aug 15, 2011 5:32 pm
phpBB.com: GlouGlou

Next

Return to Support

Who is online

Users browsing this forum: No registered users and 0 guests

 

cron