coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: empfl on October 14, 2007, 07:48:01 PM

Title: wmv-file didn't play
Post by: empfl on October 14, 2007, 07:48:01 PM
I have uploaded a wmv-file, size=49.518 KB. But this file wouldn't play!

Pls help me to find the problem and a solution of course ;-).

Here i post an extract of the file theme.php:

***********************
$players['WMP'] = array('id' => 'MediaPlayer',
                                'clsid' => 'classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" ',
                                'codebase' => 'codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" ',
                                'mime' => 'type="application/x-mplayer2" ',
                               );
***********************

regards
empfl

Title: Re: wmv-file didn't play
Post by: Nibbler on October 14, 2007, 09:38:50 PM
Post a link.
Title: Re: wmv-file didn't play
Post by: Bear on October 15, 2007, 12:09:09 AM
Having the same problem.
http://bearsworld.byethost7.com/coppermine/displayimage.php?pos=-92 (http://bearsworld.byethost7.com/coppermine/displayimage.php?pos=-92)
Title: Re: wmv-file didn't play
Post by: Bear on October 15, 2007, 12:18:40 AM
Might help both of us emfl

Notices
/include/themes.inc.php

    * Notice line 2196: Undefined index: uid
       $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';



    * Notice line 1899: Undefined index: uid
        $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';
Title: Re: wmv-file didn't play
Post by: empfl on October 15, 2007, 07:07:24 AM
here is the link

http://www.proveo-merlins.de/coppermine/thumbnails.php?album=39

cu

Title: Re: wmv-file didn't play
Post by: Joachim Müller on October 15, 2007, 08:23:14 AM
@empfl: you're using cpg1.4.10, while the most recent stable release currently is cpg1.4.13. There is a reason why we release new versions. Upgrade!
Quote from: empfl on October 15, 2007, 07:07:24 AM
http://www.proveo-merlins.de/coppermine/thumbnails.php?album=39
Plays fine using Firefox btw.

@Bear:
Quote from: Bear on October 15, 2007, 12:18:40 AM
Might help both of us emfl

Notices
/include/themes.inc.php

    * Notice line 2196: Undefined index: uid
       $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';



    * Notice line 1899: Undefined index: uid
        $uid_link = is_numeric($_GET['uid']) ? '&uid=' . $_GET['uid'] : '';

Leave notices_display turned off unless you're a coder and know what notices mean. Not related to your issue.
Quote from: Bear on October 15, 2007, 12:09:09 AM
Having the same problem.
http://bearsworld.byethost7.com/coppermine/displayimage.php?pos=-92 (http://bearsworld.byethost7.com/coppermine/displayimage.php?pos=-92)

The file is not there - I get
QuoteThe selected album/file does not exist !
However, you have the same issue because you're using the same outdated version of coppermine (cpg1.4.10) as empfl. Upgrade as well.
Title: Re: wmv-file didn't play
Post by: empfl on October 15, 2007, 11:15:59 AM
many thx GauGau  :)

will update as soon i can.
Title: Re: wmv-file didn't play
Post by: Bear on October 15, 2007, 11:47:39 PM
Thankyou as well.