Need Help please

Ralf
Ralf
Offline
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
Responses (6)
  • Accepted Answer

    Monday, October 19 2009, 03:50 PM - #Permalink
    0
    I already answered you by mail:

    all you have to do is enable PHP variable "short_open_tags" :)

    it is said on the install instructions!
    The reply is currently minimized Show
  • Accepted Answer

    Ralf
    Ralf
    Offline
    Monday, October 19 2009, 04:16 PM - #Permalink
    0
    Thanx, you are right.

    Next Question.

    Am i able to use a NAS Server without http Connection. Nas has an smb connection. And on this there are my mp3's.

    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 19 2009, 04:17 PM - #Permalink
    0
    mmm

    sorry, I dont know what NAS is... :S what is the URL of a song in that server (put one as an example)
    The reply is currently minimized Show
  • Accepted Answer

    Ralf
    Ralf
    Offline
    Monday, October 19 2009, 04:23 PM - #Permalink
    0
    NAS = Network Attached Storage

    Example is:

    \\\\192.168.0.1\\mp3\\A\\Aerosmith\\Greatest Hits\\dream on.mp3

    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Monday, October 19 2009, 04:30 PM - #Permalink
    0
    ok. 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
    The reply is currently minimized Show
  • Accepted Answer

    Ralf
    Ralf
    Offline
    Monday, October 19 2009, 04:32 PM - #Permalink
    0
    Yes

    thank you

    Have to reconfigure al little bit ... :-)

    TRy to do it now.
    The reply is currently minimized Show
Your Reply