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.
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
-
Accepted Answer
-
Accepted Answer
0gomakeit 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. -
Accepted Answer
0What 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 -
Accepted Answer
0When 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. -
Accepted Answer
0gomakeit 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 -
Accepted Answer
0The 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 -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0germi 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 -
Accepted Answer
0Can 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 -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »