Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Problems with the pictures in view member list in IE
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB3 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Fri Dec 12, 2008 5:36 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

@PoPoutdoor

thats exactly whats in my config !

but the problem still not solved with the error
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Re: Problems with the pictures in view member list in IE  

Back to top
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Fri Dec 12, 2008 12:07 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

Don't know if this will help, but try adding the fixes mentioned here [nukedgallery.net].

In g2is.php, Find
Code: › // Initialize Gallery user
require($phpbb_root_path . 'g2helper.' . $phpEx);
$g2h = new g2helper();
$g2h->init($user);

Replace with
Code: › $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, Find
Code: ›
      if (isset($pluginStatus[1]['imageblock']['active']) && !empty($pluginStatus[1]['imageblock']['active']))


Replace with
Code: ›       if (isset($pluginStatus['imageblock']['active']) && !empty($pluginStatus['imageblock']['active']))
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Fri Dec 12, 2008 3:18 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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. Razz 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
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Fri Dec 12, 2008 5:33 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Sun Dec 14, 2008 5:45 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

Migration to 3.0.4 done ! Very Happy

the cookie error solved Very Happy

but no change with the other problems .....
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Mon Dec 15, 2008 1:43 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Tue Dec 16, 2008 1:35 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

The Error is produced by the cookie phpbb3_91wmr_sid,
hope this helps to identify the error Rolling Eyes Rolling Eyes
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Mon Dec 22, 2008 10:16 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Wed Dec 24, 2008 3:10 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

I could fix the sid-problem problem by myself !!! Razz Razz Razz

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
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Wed Dec 24, 2008 4:09 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Wed Dec 24, 2008 10:51 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

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! Smile

I cannot reproduce the memberlist image issue. I've tried several times. Can anyone else reproduce this?
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB3 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page Previous  1, 2, 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

8th year online! 2003-2011
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia