0
Hello ,
i've bought the prof Version and installed it on a new joomla 1.5.14 Version.
PHP erstellt für: Linux linux 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686
Datenbankversion: 5.0.67
Datenbankzeichensatz: utf8_general_ci
PHP-Version: 5.2.9
Webserver: Apache/2.2.10 (Linux/SUSE)
PHP-Anbindung zum Webserver: apache2handler
Joomla!-Version: Joomla! 1.5.14 Stable [ Wojmamni Ama Naiki ] 30-July-2009 23:00 GMT
Installed is the component com_muscol_1.5.0_pro and the Error after Klick on Albums is:
$points) $grey="_grey"; $java = "id='star".$i."_".$album_id."' onclick='".$funcio."($i,$album_id);' onmouseover='stars($i,$album_id);' "; $add_java = ""; if($album_id) $add_java = $java; $return .= ""; } return $return; } function time_to_string($total_time){ $segons = $total_time % 60; if($segons = 60){ $minuts_60 = $minuts % 60; $hores = ($minuts - $minuts_60)/60; if($minuts_60 0){ $total_time = $hores.":".$minuts_60.":".$segons; } else $total_time = $minuts.":".$segons; return $total_time; } function createThumbnail($file, $alt, $width, $image_attr = array(), $params = array()){ $params = &JComponentHelper::getParams( 'com_muscol' ); if($params->get('thumbs_mode')){ return JHTML::image('components/com_muscol/helpers/image.php?file=' .JPATH_SITE.DS.'images'.DS.'albums'.DS. $file .'&width=' . $width, $alt , $image_attr ); }else{ if($width Ralf
i've bought the prof Version and installed it on a new joomla 1.5.14 Version.
PHP erstellt für: Linux linux 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686
Datenbankversion: 5.0.67
Datenbankzeichensatz: utf8_general_ci
PHP-Version: 5.2.9
Webserver: Apache/2.2.10 (Linux/SUSE)
PHP-Anbindung zum Webserver: apache2handler
Joomla!-Version: Joomla! 1.5.14 Stable [ Wojmamni Ama Naiki ] 30-July-2009 23:00 GMT
Installed is the component com_muscol_1.5.0_pro and the Error after Klick on Albums is:
$points) $grey="_grey"; $java = "id='star".$i."_".$album_id."' onclick='".$funcio."($i,$album_id);' onmouseover='stars($i,$album_id);' "; $add_java = ""; if($album_id) $add_java = $java; $return .= ""; } return $return; } function time_to_string($total_time){ $segons = $total_time % 60; if($segons = 60){ $minuts_60 = $minuts % 60; $hores = ($minuts - $minuts_60)/60; if($minuts_60 0){ $total_time = $hores.":".$minuts_60.":".$segons; } else $total_time = $minuts.":".$segons; return $total_time; } function createThumbnail($file, $alt, $width, $image_attr = array(), $params = array()){ $params = &JComponentHelper::getParams( 'com_muscol' ); if($params->get('thumbs_mode')){ return JHTML::image('components/com_muscol/helpers/image.php?file=' .JPATH_SITE.DS.'images'.DS.'albums'.DS. $file .'&width=' . $width, $alt , $image_attr ); }else{ if($width Ralf
Responses (6)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0ok. it seems like you are using a local network for your music collection (or joomla) installation?
well, it should be enough to write
//192.168.0.1
on the "songs server" paramter of Music Collection.
and write "/mp3" on the "songs path" paramter, if all your songs are going to be on that server, of course.
however... what I dont understand... is why your writing backslashed "\" instead of straigh slashes, "/"...
I mean: with this "\" seems more like you're accesing a filesystem, not an URL.. do you know what I mean? as far as I know, the player (all players) needs the mp3 path as an URL, not as a filesystem path.
I mean... the "SERVER" (Apache, I guess) must be servign the folder... you cannot just try to acces it like you're in a local network..
do you know what I mean? :S -
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 »