Player Not Showing ...

Erwin
Erwin
Offline
0
Hi,
for some reason my play stopped showing today, I don't know if its conflicting with something else or what. any clues?

even the playlist player has stopped working ..

LINK :
http://chizomiz.biz/dev/2010-03-05-23-53-33/2010-03-07-20-47-42/h/8-hooman-sezavar/13-hokm

thanks
and please keep me posted about song playback problem.
Responses (14)
  • Accepted Answer

    ajani
    ajani
    Offline
    Sunday, March 14 2010, 09:33 PM - #Permalink
    0
    I have the exact same problem. All get is "The player will show in this paragraph."
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 15 2010, 06:47 AM - #Permalink
    0
    Do you have any extra module from MC? From my experience, this will happen if you use the carousel function of random/featured album. From what I glimpse it seems to be a conflict with the jQuery library that comes with the module. Try disable it and see if that helps.
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Monday, March 15 2010, 02:07 PM - #Permalink
    0
    gomakeit wrote:
    Do you have any extra module from MC? From my experience, this will happen if you use the carousel function of random/featured album. From what I glimpse it seems to be a conflict with the jQuery library that comes with the module. Try disable it and see if that helps.


    Disabling jQuery helped alot, but still have some errors if you take a look :
    http://chizomiz.biz/dev/component/muscol/h/8-hooman-sezavar/13-hokm.html

    does any know how to get RID of songs in playlist? looks like there's a bunch of songs loaded by default each time I browse to the site , I am not even logged-in , where they come from? wow this component is really acting up man. I thought its much more reliable. every day I have some new problem.
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Monday, March 15 2010, 04:27 PM - #Permalink
    0
    What the heck going on here?
    http://chizomiz.biz/dev/component/muscol/h/8-hooman-sezavar/13-hokm

    I tried disabling many things and still same thing. any clues guys?
    thanksss
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 15 2010, 04:28 PM - #Permalink
    0
    When I browse your link I saw a bunch of JHTML errors. Are they what you're referring to? It seems to me that it's missing some image arguments for one of the functions. This seems to originate from the bookmark function. Perhaps you're missing the image file for the bookmark icon? Why don't you disable bookmark function and see if that's the problem.
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Monday, March 15 2010, 06:38 PM - #Permalink
    0
    gomakeit wrote:
    When I browse your link I saw a bunch of JHTML errors. Are they what you're referring to? It seems to me that it's missing some image arguments for one of the functions. This seems to originate from the bookmark function. Perhaps you're missing the image file for the bookmark icon? Why don't you disable bookmark function and see if that's the problem.


    Its not only where bookmark functions are, below the player , in front of every song. follow the link , you'll see ...

    http://chizomiz.biz/dev/component/muscol/h/8-hooman-sezavar/13-hokm
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Monday, March 15 2010, 07:05 PM - #Permalink
    0
    The Number of Errors Increase when you're actually logged-in :
    Warning: Missing argument 3 for JHTML::image(), called in /home/content/c/h/i/chizomiz/html/dev/components/com_muscol/views/album/tmpl/default.php on line 116 and defined in /home/content/c/h/i/chizomiz/html/dev/libraries/joomla/html/html.php  on line 127


    An here's what is joomla/html/html.php

     function image($url, $width, $alt, $attribs  = null)
    {
    if (is_array($attribs)) {
    $attribs = JArrayHelper::toString( $attribs );
    }

    if(strpos($url, 'http') !== 0) {
    $url = JURI::root(true).'/'.$url;
    };

    return '';
    }


    function image($url, $width, $alt, $attribs = null)
    is line 127
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 15 2010, 09:56 PM - #Permalink
    0
    I'm pretty sure they're *all* from the bookmark function.

    I saw 12 errors from bookmark.php and that corresponds to 12 icons you have for bookmark/sharing at the bottom of the page. Can you try disable bookmark and let's just see if the error messages go away?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 15 2010, 09:58 PM - #Permalink
    0
    And you don't have to worry about joomla html.php. That's just a callback trace from php debugger. Just concentrate bookmark.php in your MC folder.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 16 2010, 05:25 PM - #Permalink
    0
    ups, I think I missed this post

    forget the JHTML warnings (just disable it!) it should not have much to do with the player not showing..

    in any case, I went to your site and the player shows fine...
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Tuesday, March 16 2010, 07:01 PM - #Permalink
    0
    germi wrote:
    ups, I think I missed this post

    forget the JHTML warnings (just disable it!) it should not have much to do with the player not showing..

    in any case, I went to your site and the player shows fine...


    Well two reasons why the page looks fine. 1- is because I have disable the BOOKMARKING options (gomakeit suggested).

    2- because you're not logged in (errors come back when you actually log-in, how odd?)

    please use username : GUEST , password : GUEST to log-in an see for yourself.

    LINK : http://chizomiz.biz/dev/component/muscol/h/8-hooman-sezavar/13-hokm

    gotta fix this before my site gets launched on March 21st :(
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 16 2010, 10:14 PM - #Permalink
    0
    Can you check your php.ini file and see what the settings are for "display_errors" and "error_reporting"?

    Try setting display_errors to Off and see if it helps. If it does, then consider lowering your error_reporting level for your production site, such as setting error_reporting to E_ERROR. Be sure to restart apache or IIS after you've changed that though.

    I think germi is right in pointing out it's runtime warnings that's being displayed not fatal errors.

    If the warnings go away, you should be able to re-enable bookmark function afterwards. Finger-crossed :)
    The reply is currently minimized Show
  • Accepted Answer

    Erwin
    Erwin
    Offline
    Wednesday, March 17 2010, 02:04 AM - #Permalink
    0
    I can't seem to find where php.ini is , I even tried my joomla's backend under help , php settings , configuration path where its supposed to show the folder. it shows but those folder dont even exist on my server :S weird.

    any idea?
    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 17 2010, 02:28 AM - #Permalink
    0
    php.ini is your php configuration file for your web server. If you're running apache on a linux system, you can find it under /etc/php5.

    p.s. you're looking for a file, not a directory. And it's definitely not under your web root or joomla directory (at least it shouldn't be)
    The reply is currently minimized Show
Your Reply