Help me

widik
widik
Offline
0
Fatal error: Call to undefined function: str_ireplace() in /homepages/41/d190931854/htdocs/jawamusic/administrator/components/com_muscol/tables/artist.php on line 92
Responses (7)
  • Accepted Answer

    Tuesday, May 05 2009, 03:17 PM - #Permalink
    0
    this is because you are running PHP 4... you should be running php5!!

    anyway, to solve it just open that file (administrator/components/com_muscol/tables/artist.php)

    go to line 92 and replace the function

    str_ireplace()

    for the function

    str_replace()

    and everything will work fine
    The reply is currently minimized Show
  • Accepted Answer

    widik
    widik
    Offline
    Tuesday, May 05 2009, 09:11 PM - #Permalink
    0
    Strange but I use php5
    Now all has replaced has earned

    Thanks you germi:) :) :)
    The reply is currently minimized Show
  • Accepted Answer

    widik
    widik
    Offline
    Tuesday, May 05 2009, 09:20 PM - #Permalink
    0
    New Problem


    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/41/d190931854/htdocs/jawamusic/components/com_muscol/models/album.php on line 202
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 05 2009, 09:26 PM - #Permalink
    0
    I dont understand why are you getting this problems now... it's been some time since you have the soft!! can you tell me what is there on line 202? I dont have the file in front of me right now.

    have you been modifying the code?
    The reply is currently minimized Show
  • Accepted Answer

    widik
    widik
    Offline
    Tuesday, May 05 2009, 09:28 PM - #Permalink
    0
    $return[$i]->sons = $this->get_descendants($return[$i]);
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 05 2009, 09:38 PM - #Permalink
    0
    this must be some thing in your PHP configuration.

    check you PHP variables.. check taht you have standard objects enabled and thinks like this. if you dont succed I'll try to help you tomorrow (now I'm going to sleep ;) )
    The reply is currently minimized Show
  • Accepted Answer

    widik
    widik
    Offline
    Tuesday, May 05 2009, 09:40 PM - #Permalink
    0
    ок I will try
    The reply is currently minimized Show
Your Reply