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
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
-
Accepted Answer
0Hi! 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 -
Accepted Answer
0yes, 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) -
Accepted Answer
-
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 »