Please help^^!

0
Hi every body!

I am new with everything in designing website but I dealt with Joomla to design a website intending to bring together some artists who want to provide their creations for free on the web.

I bought MC so as to have a powerful and easy tool to upload my music and the music of authors who agree to my project, and to display several pages where websurfers could listen or download the music that I uploaded.

Then I successed in the installation of MC (with some XML Parsing error during the installation of some modules but it's written on this website that it doesn't matter...). When I click on MC or on albums page I have some ugly codes.

If I try to get through, I don't find how to upload my songs...

I followed the installation advice, and put in the php.ini file short_open_tag = On without success.

For information, I am working on Xammplite for this construction of website.

Is it possible to have any help please?
That would be really welcome, i'm turning mad!

Thanks,

Julien
Responses (6)
  • Accepted Answer

    Tuesday, June 15 2010, 05:24 PM - #Permalink
    0
    what is the ugly code?

    (it reaaaally looks like its the short_open_tag = on thing... are you sure your server is correctly reading this? you can check it on joomla's backend -> system info -> php information, search for the value of this tag and you'll see if its on or off)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 15 2010, 05:32 PM - #Permalink
    0
    Hi! Thanks for your quick reply!
    what do you mean by joomla's backend -> system info -> php information?
    do you mean on the administration page of joomla->configuration->system? i cannot see php information...

    What I did was a search of the file php.ini and then insi de I searched the short_opne_tag variable that I set to On with the notepad editor...


    The ugly code 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
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 15 2010, 05:36 PM - #Permalink
    0
    yes, theres php information there. look better!!! the last tab is PHP INFORMATION

    and YES, this ugly code is because of the short_open_tags... which still definitely OFF!!!

    on that info page, you'll see where the PHP.INI file is located! so open it, search for that property, and change it! (maybe you'll have to restart your Xampplite in order for the chages to take effect)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 15 2010, 05:36 PM - #Permalink
    0
    I have this page when I click on Music collection or on the link MC albums...
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 15 2010, 05:43 PM - #Permalink
    0
    Wow wow!!!that's running!

    Thanks a lot!

    To summarize your answers:
    - i definetely don't have this php info on the administration panel...
    - i stopped xammp and restarted it and now it's running well!

    Thanks,

    Julien
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 15 2010, 05:48 PM - #Permalink
    0
    well, believe me, the php info is there. maybe you are entering as administrator instead of SUPER administrator? (I believe admins dont see php info, only super admins)
    The reply is currently minimized Show
Your Reply