| Author |
Message |
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Fri Dec 12, 2008 5:36 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
@PoPoutdoor
thats exactly whats in my config !
but the problem still not solved with the error |
|
| Back to top |
|
|
AdBot
|
| Post subject: Re: Problems with the pictures in view member list in IE |
|
|
|
|
|
| Back to top |
|
 |
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Fri Dec 12, 2008 12:07 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
Don't know if this will help, but try adding the fixes mentioned here [nukedgallery.net].
In g2is.php, FindCode: › // Initialize Gallery user
require($phpbb_root_path . 'g2helper.' . $phpEx);
$g2h = new g2helper();
$g2h->init($user);
Replace withCode: › $validG2User = (!empty($user->data['user_gallery']) || $auth->acl_get('a_gallery2') > 0) ? true : false;
// Initialize Gallery user
require($phpbb_root_path . 'g2helper.' . $phpEx);
$g2h = new g2helper();
$g2h->init($validG2User);
In g2helper.php, FindCode: ›
if (isset($pluginStatus[1]['imageblock']['active']) && !empty($pluginStatus[1]['imageblock']['active']))
Replace withCode: › if (isset($pluginStatus['imageblock']['active']) && !empty($pluginStatus['imageblock']['active'])) |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Fri Dec 12, 2008 3:18 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
i made the suggested changes
and its working now in the following manner:
defined pictures : after choosing the pictures via UCP they remain in the member_view. but when clearing the cache of the browser they do not appear again in the member_view. In this case you need to go again via member_view to the gallery and afterwards back in the browser page the pictures appear again and remain there.
random-pictures: no change to before
when using in the UCP the g2img button i always get this errormsg:
style_cookie_settings is not defined
createCookie("style_cookie", null, 365)styleswitcher.js (Linie 115)
unload_cookie()styleswitcher.js (Linie 151)
? in g2is.php?target_form=ucp&target_field=ucp_images&albumId=1051@43()g2is.php...ESQ%3D%3D (Linie 1)
? in g2is.php?target_form=ucp&target_field=ucp_images&albumId=1051@40()g2is.php...umId=1051 (Linie 43)
[Break on this error] document.cookie = name + '=' + value + expires + style_cookie_settings; |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Fri Dec 12, 2008 5:33 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
So there is no change then. Hmm....
The js error is a bug in phpbb3.0.3 as reported here. [nukedgallery.net] |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Sun Dec 14, 2008 5:45 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
Migration to 3.0.4 done !
the cookie error solved
but no change with the other problems ..... |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Mon Dec 15, 2008 1:43 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
After migrating to 3.0.4 i got a http 500 Errror when i try to logoff from the forum
It only happens when i was in the gallery, doesn't matter via the direct access button in the overall header or via member_view list |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Tue Dec 16, 2008 1:35 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
The Error is produced by the cookie phpbb3_91wmr_sid,
hope this helps to identify the error  |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Mon Dec 22, 2008 10:16 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
mhjr wrote: › After migrating to 3.0.4 i got a http 500 Errror when i try to logoff from the forum
It only happens when i was in the gallery, doesn't matter via the direct access button in the overall header or via member_view list
I've installed phpbb3.0.4 from scratch and used automod to install the integration. Logout seems to work for me from anywhere without problem, even from within gallery. |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Wed Dec 24, 2008 3:10 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
I could fix the sid-problem problem by myself !!!
The problem occures in the following situation:
The forum is a subdomain with cookie: forum.xxx.com
and the gallery application is located here: forum.xxx.com/g23
The Integration-Software is setting the cookie to forum.xxx.com in the gallery application. Result = sid error, user is not able to logoff
Resolution:
move /g23 to a separat subdomain: picture.xxx.com.
leave the cookie of the forum as is and set the cookie of the gallery-application to picture.xxx.com instead of forum.xxx.com |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Wed Dec 24, 2008 4:09 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
The picture appear problem still exist
with cleared Browser cache and random pictures in the profile defined
logging on and switching to member-view the pictures do not appear.
After the first visit in the gallery23 the problem is solved.
any ideas to get this solved as well ?? |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Wed Dec 24, 2008 10:51 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
Ok, I won't worry about subdomain problems because the readme clearly states they can cause problems, but glad you were able to get it working!
I cannot reproduce the memberlist image issue. I've tried several times. Can anyone else reproduce this? |
|
| Back to top |
|
|
|
|
|
|
|