| Author |
Message |
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Sun Dec 07, 2008 3:14 pm Post subject: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
AdBot
|
| Post subject: Problems with the pictures in view member list in IE |
|
|
|
|
|
| Back to top |
|
 |
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Mon Dec 08, 2008 11:05 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
Mine works fine with IE7
Try clearing the browser cache... |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Mon Dec 08, 2008 3:20 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Mon Dec 08, 2008 4:40 pm Post subject: Re: Problems with the pictures in view member list in IE |
|
|
| 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 |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Tue Dec 09, 2008 12:40 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
PoPoutdoor
Wizard


Joined: Jan 20, 2006 Posts: 129
|
Posted: Tue Dec 09, 2008 2:30 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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  |
|
| Back to top |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Tue Dec 09, 2008 5:38 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
PoPoutdoor
Wizard


Joined: Jan 20, 2006 Posts: 129
|
Posted: Wed Dec 10, 2008 12:07 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Wed Dec 10, 2008 3:09 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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  |
|
| Back to top |
|
|
IngerK
Wizard


Joined: Jan 19, 2006 Posts: 120 Location: Oslo, Norway
|
Posted: Wed Dec 10, 2008 4:40 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
| 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 |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Wed Dec 10, 2008 5:07 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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  |
|
| Back to top |
|
|
IngerK
Wizard


Joined: Jan 19, 2006 Posts: 120 Location: Oslo, Norway
|
Posted: Wed Dec 10, 2008 6:19 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
mhjr
Novice


Joined: Aug 13, 2008 Posts: 28
|
Posted: Wed Dec 10, 2008 9:27 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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
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
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 |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1144
|
Posted: Wed Dec 10, 2008 10:27 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
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 |
|
|
IngerK
Wizard


Joined: Jan 19, 2006 Posts: 120 Location: Oslo, Norway
|
Posted: Wed Dec 10, 2008 10:32 am Post subject: Re: Problems with the pictures in view member list in IE |
|
|
| 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 |
|
|
|
|
|
|
|