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 1, 2, 3  Next
 
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: Sun Dec 07, 2008 3:14 pm    Post subject: Problems with the pictures in view member list in IE Reply with quote

After choosing the pictures via the UCP the pictures appear in the member view without any problems using Firefox.

In IE V6 or V7 the pictures do not appear.

Any ideas ?

i'm running phpbb3 3.0.3, Gallery2 Integration 1.2.1
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Problems with the pictures in view member list in IE  

Back to top
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Mon Dec 08, 2008 11:05 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

Mine works fine with IE7

Try clearing the browser cache...
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Mon Dec 08, 2008 3:20 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

No change after clearing the Browser Cache !!

Seems to be a specific issue IE V7, because when refreshing the view member screen in the IE V7 browser some picture appears-- some not , every time other pictures. No Url/Rewrite or pathinfo activated !

We have about 1000 pictures with about 3000 derivates.

Doing the same with firefox no problem ! Random Pictures as well as defined pictures.

Funny thing: Using the button "Additional pictures" at the screen , so that i'm in the galery and now going one page back in browser the pictures appearing without problems.

Any other ideas ?
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

PostPosted: Mon Dec 08, 2008 4:40 pm    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

Still sounds like a browser caching issue. You could try adding these lines to memberlist.php before the first edit and see if it helps.
Code: › header('Cache-Control: no-cache, no-store, must-revalidate');
header('Pragma: no-cache');
header('Expires: 0');
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Tue Dec 09, 2008 12:40 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

no change to before

when i open at first the gallery ( no matter via the overall-header or the button in the viewmember list. ) the pictures appear afterwards in the every profile as it should. ( but with different cookies between Forum and Gallery)

with the same cookie no change !
Back to top
Offline View user's profile Send private message
PoPoutdoor

Wizard
Wizard


Joined: Jan 20, 2006
Posts: 129

PostPosted: Tue Dec 09, 2008 2:30 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

IE 7 known to cause issues... check the server log and you'll find 404 entries that looking for "favicon.ico" under your G2 integration path!

I'd try url-rewrite but not working!
My server error log doubled just for the IE7 user looking for favicon.ico in the wrong place Razz
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

PostPosted: Tue Dec 09, 2008 5:38 am    Post subject: Re: Problems with the pictures in view member list in IE Reply with quote

checking the error-log on the server i got the following info:

'/is/htdocs/xxxxx/xxx/forum/g23/gallery2.php' not found

the gallery2.php should be in /forum and not /g23/gallery2.php


i changed in the manuel configuration the path to gallery2 to the full http path i can reproduce the error with firefox

entries in acp manual configuration:
1. entry http://xxx/g23/
2. entry http:/xxx/gallery2.php
3. entry /is/htdocs/zzz/yyyy/xxx/g23/embed.php
Back to top
Offline View user's profile Send private message
PoPoutdoor

Wizard
Wizard


Joined: Jan 20, 2006
Posts: 129

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

The path is wrong in G2I automatic conig!
Quote: › '/is/htdocs/xxxxx/xxx/forum/g23/gallery2.php' not found

Use manual config to set correct path from acp_gallery2.
Back to top
Offline View user's profile Send private message
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

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

PoPoutdoor wrote: › The path is wrong in G2I automatic conig!
Quote: › '/is/htdocs/xxxxx/xxx/forum/g23/gallery2.php' not found

Use manual config to set correct path from acp_gallery2.


PoPoutdoor

i understand , but these are the setting for the 3 entries in the manuell configuration as requested according the installation !

These are the real locations of the files !

To my limited knowledge there is somewhere in the installation a mix between the path to the gallery and the path to the integration software Question Question
Back to top
Offline View user's profile Send private message
IngerK

Wizard
Wizard


Joined: Jan 19, 2006
Posts: 120
Location: Oslo, Norway

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

The settings looks wrong to me too, but all your xxx and yyy confuses me, so I don't really understand what is right and wrong. Is xxxxx in "/is/htdocs/xxxxx/xxx/forum/g23/" the same as zzz in "/is/htdocs/zzz/yyyy/xxx/g23/". Is your forum installed in root? If not, your manual settings must be wrong. Is your G2 installation located inside phpBB3? Better use the real names?
Back to top
Offline View user's profile Send private message Visit poster's website
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

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

to clarify:

1. entry http://forum.domain.org/g23/
2. entry http:/forum.domain.org/gallery2.php
3. entry /is/htdocs/zzz/yyyy/prod/forum/g23/embed.php

http://forum.domain.org points to /is/htdocs/zzz/yyyy/prod/forum

yes the installation is inside of phpbb3

i can't see a definition error Question Question
Back to top
Offline View user's profile Send private message
IngerK

Wizard
Wizard


Joined: Jan 19, 2006
Posts: 120
Location: Oslo, Norway

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

No, it looks OK if /is/htdocs/zzz/yyyy/prod/forum/ is your web root.
But from your error message in web server logfile, it looks like a path problem. I have no experience with windows web server. When do you get this error? (...or what are you doing to get the error?)
Back to top
Offline View user's profile Send private message Visit poster's website
mhjr

Novice
Novice


Joined: Aug 13, 2008
Posts: 28

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

The webroot is ok !

again:

I've activated "Random Picture" in the memberview_list via UCP.
I can as well pick pictures via UCP. In the UCP they appear without problems Very Happy

Now going to the member_view of a user the random pictures do not appear !

In this case i got the error !

Using the button additional pictures on this view i get access to my gallerie without any problems Very Happy Very Happy

Now going 1 page back in the browser itself the allowed number of pictures appear without any problems.

Refreshing now this member_view i got always 2 pictures, even if 5 pictures allowed.
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 1144

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

If you are getting errors about file not found, then clearly something is not right. Domain pointing/redirection/etc is known to cause issues getting the correct path settings. I'll leave that one to you to figure out.

Quote: › Refreshing now this member_view i got always 2 pictures, even if 5 pictures allowed.
So what about the page source for this page when the images do not show up properly? Are there 5 links to thumbnails with links to the gallery items?
Back to top
Offline View user's profile Send private message
IngerK

Wizard
Wizard


Joined: Jan 19, 2006
Posts: 120
Location: Oslo, Norway

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

I have no such problems or errors in weblog here, and I have users with IE7 too. I use Apache/Debian Etch.
Back to top
Offline View user's profile Send private message Visit poster's website
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 1, 2, 3  Next

 
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