forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: falarious on July 08, 2005, 05:46:42 pm

Title: rate this image, post comment,footer not showing when using internet explorer...
Post by: falarious on July 08, 2005, 05:46:42 pm
When viewing a PICTURE in IE the rate this image and comment on this file bars and footer loads up fine. But when view a file (mpeg, wmv, etc) they wont show up. On the other hand, while using mozilla firefox it does load. I tried veiwing my gallery on different places an the same thing happened. I tried different skins and it still wouldnt show up.

http://img268.imageshack.us/my.php?image=screenshot4ia.gif

a screeen shot ^^
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: ne4x4 on July 08, 2005, 06:19:17 pm
I get the same result with IE too.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: Nibbler on July 09, 2005, 02:02:25 pm
The displayimage page isn't even valid XHTML for displaying files. I get 15 errors, including this:

Code: [Select]
type="type="application/x-mplayer2" "
Can whoever added this tidy it up a little please ?
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: falarious on July 09, 2005, 03:50:56 pm
I just noticed that mozilla firefox cant play flash files while IE can.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: donnoman on July 09, 2005, 06:30:46 pm
Nibbler that code was added by Omni, I've gone through it and cleaned it up, but we still have an XHTMl issue with it since it uses <embed> for browser compatability, and <embed> isn't a valid XHTML (nor html4) element.

I am checking into the FF issue that is related to this, its a well documented issue regarding swf's not playing nice with the <object> element, however the fixes are either a bogus SWF the includes the real SWF, or Writiing the <embed> tag instead of the <object> tag via Javascript. Neither of which are the best options.

my fixes thus far have been comitted, I'm still working on a fix for swf in FF.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: Nibbler on July 09, 2005, 07:10:06 pm
Great, thanks. Could you replicate the poster's IE issue ?
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: donnoman on July 09, 2005, 09:57:03 pm
They were showing on my system the whole time, before and after fix, so I figure it's got to have something to do with the theme he was using too.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 21, 2005, 06:22:00 am
I don't think it's theme related. i tried it with 3 different themes and like previously stated, in iE, the jpegs work fine where we can see the filmstrip, comments and rating options. when viewing video clips, there is no filmstrip, ratings, or comments options. have there been any fixed for IE on this that I have missed?
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: Joachim Müller on July 21, 2005, 09:28:11 am
appears to be the very same issue that was reported before - see No Delete/Edit Admin options. (http://forum.coppermine-gallery.net/index.php?topic=19816.0). Please confirm.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 21, 2005, 01:47:41 pm
yup, that's the same thing. i just went to the tutorialbug.com site and i get the same thing in IE6, no filmstrip, no comment or rating options (none of these may be turned on for all I know on this test site), but there are also no edit/delete buttons, and there is an error message when clicking on the "info" button. you can view the same thing here:http://andrewmilos.com/videogallery/thumbnails.php?album=1 . it doesn't matter what theme I'm using.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 22, 2005, 02:20:00 am
I don't know how much this would affect things, but...

Code: [Select]
type="type="application/x-mplayer2" "
is wrong in the embedded video code.  This could quite possibly cause IE to completely choke.  Just one of many reasons why embedded video is such a pain the the rear.

@umpqua5 - if you make another album and put pictures in it, do you still have the lack of menus, etc?
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 22, 2005, 03:33:32 am
yes, i do get the editing buttons for the photos, the filmstrip, comments, and rating capapbilities. you can go back to the same address supplied in my previous post and see the difference in albums with jpegs and videos. i even tried adding a jpeg to the album with videos. it will show the filmstrip and other stuff only when jpeg is in full view, if you clikc on the vidoe from the filmstrip, all the extra buttons, comment, ratings, and the whole filmstrip dissappear. i really hope there is a fix for this, one of the main reasons why i decided on coppermine instead of minalto.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 22, 2005, 04:06:49 am
With a JPEG in the video album, I see the filmstrip just fine.  Try clearing your cache and cookies for your site.  That still doesn't solve the type=type= issue though.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 22, 2005, 04:12:56 am
In themes.inc.php, find

Code: [Select]
'mime' => 'type="application/x-mplayer2" ',
replace with

Code: [Select]
'mime' => 'type="application/x-mplayer2" '
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: umpqua5 on July 22, 2005, 05:53:17 am
 
With a JPEG in the video album, I see the filmstrip just fine. Try clearing your cache and cookies for your site. That still doesn't solve the type=type= issue though.

i see the strip fine too with a jpeg mixed with videos, but the strip goes away when you click on the video link form the filmstrip to view the video. it will let you watch that video, but then there will be no filmstrip below it to see antoher jpeg or another video. i have cleared my cache and still get the same thing.

In themes.inc.php, find

Code: [Select]
'mime' => 'type="application/x-mplayer2" ',
replace with

Code: [Select]
'mime' => 'type="application/x-mplayer2" '

i replaced the code and it didn't help, i also fail to see the difference in the 2 lines of code that you referenced, the seem the same

thx for trying to work on this :)
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: Tranz on July 22, 2005, 06:33:56 am
The difference is that the second one doesn't end with a comma.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: falarious on July 22, 2005, 07:07:21 am
All works well (as i can see) in IE. But in FF, flash files dont show up.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: Joachim Müller on July 22, 2005, 09:50:22 am
this is not related to this thread. Configure your FF accordingly. This has been asked before on the support boards, please do a search. We're talking about IE issues here.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 22, 2005, 12:46:20 pm
It was late when I made my post - I was in FF and Opera, not IE.  :-X  I see exactly what you mean in IE.

I still can't track down the type=type bug.  I'll have to fire up my test server and check it out later tonight.  In the mean time, can you upload a Quicktime file and a plain mpg file?  I want to see if the type=type happens for other embedded video types.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 22, 2005, 09:56:29 pm
Quote
In the mean time, can you upload a Quicktime file and a plain mpg file?  I want to see if the type=type happens for other embedded video types.

i added a quicktime (.mov) and plain mpeg to the album  http://andrewmilos.com/videogallery/thumbnails.php?album=1
it does the same thing with the .mpg, where there is no filmstrip, comments, or ratings. it did show the filmstrip when clicking on quicktime, but it wouldn't play the video at all. it almsot seems like it's treating the quicktime file as a jpeg insteav of a video clip, and that's why it's showing the filmstrip with it. it also messes up some frames and the page doesn't load right when trying to watch the quictime file. please click on the above link to see what i mean, and since you do like to keep beer in your bloodstream, let me remind that this is an IE issue only, so you're not wasting your time with firefox ;D
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 23, 2005, 02:00:48 am
The quicktime video played fine for me - that's probably an issue with how you have the plugin configured on your computer.  Check your Quicktime settings.  The filmstrip was scrunched, and that type="type= bug is still there.  I haven't had a chance to check it on my test server yet.  The mpeg won't play because the Windows Media Player is being called, and that is preventing the other information from being seen.

Hopefully I'll get a chance tonight to look at this in more detail.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 23, 2005, 04:27:02 am
Well, I can't duplicate any of your issues on my test server.  All videos work correctly and there are no issues with any part of the theme.  All HTML is correct and everything shows up.

I recommend replacing all of your files with the latest from the CVS.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 23, 2005, 12:16:11 pm
Well, I can't duplicate any of your issues on my test server. All videos work correctly and there are no issues with any part of the theme. All HTML is correct and everything shows up.

I recommend replacing all of your files with the latest from the CVS.

And just to verify, you tested with IE, not FF? You get the filmistrip, ratings and comments to show up, the .mppg file will play, and trying to view the quicktime file does not scrunch up the filmstrip? I'll see if I can figure out how to use CVS and get the latest files
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 23, 2005, 02:11:27 pm
Yes, it works with all three browsers.  I am positive you have bad files just because of the type="type bug that I cannot replicate on my test box.

There is a guide on how to use the CVS - just search the board for it.  I don't have a link otherwise I'd post it.
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: Nibbler on July 23, 2005, 04:30:33 pm
The type="type thing was fixed in CVS, see earlier discussion in this thread.
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: Joachim Müller on July 24, 2005, 08:34:31 am
There is a guide on how to use the CVS - just search the board for it.  I don't have a link otherwise I'd post it.
-> http://forum.coppermine-gallery.net/index.php?topic=7947.msg77748#msg77748
Title: Re: rate this image, post comment,footer not showing when using internet explorer...
Post by: umpqua5 on July 24, 2005, 09:42:12 pm
thx for the info, gaugau thx for the link. i've installed and transfered the latest files through CVS. all files do play now, and the filmistrip and comments work. thx guys ;D
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: Joachim Müller on July 25, 2005, 07:58:23 am
Can we mark this thread as "fixed" then? What about the other posters to this thread: does the latest cvs checkout solve the issue for you as well?
Title: Re: rate this image, post comment,footer not showing when using internet explore
Post by: kegobeer on July 26, 2005, 02:11:07 am
Solved and marked accordingly.