wmv-file didn't play wmv-file didn't play
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

wmv-file didn't play

Started by empfl, October 14, 2007, 07:48:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

empfl

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


Nibbler


Bear


Bear

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'] : '';

empfl


Joachim Müller

@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

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.

empfl

many thx GauGau  :)

will update as soon i can.

Bear