0
Hi
After installed in main form of component i have this error:
WOuld you mind help me ?
Thank you
After installed in main form of component i have this error:
$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; } }
WOuld you mind help me ?
Thank you
Responses (7)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0you should always be able to modify php.ini file, either if you use an external (paying) server, or you are just testing on localhost
if you dont know where your php.ini file is, just execute the php command phpinfo(); and this tells you where your php.ini file is located.
you are probably using Apache. have you installed xampp, for instance? -
Accepted Answer
-
Accepted Answer
0well, I tell you again, I think even in the cheaper hosting provider service (as mine!) you can always upload a php.ini file into your site's root, and the server will read it automaticly.
but anyway, this error you get is located on file
administrator/components/com_muscol/helpers/helpers.php
you'll see the beggining php tag is "ut you'll get others. so, what you can do is replace AAAAALLLLL tags!!
I see you must probably be developer..so you know how to do it
in case you dont: if you use Dreamweaver, for instance, CTRL + F (CMD + F in mac) and replace all the short tags to standarf tags in all the folder
administrator/components/com_muscol/
and also
components/com_muscol/
good luck! -
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 »