0
Ever since installation, I can create a new album or artist, or even update the Sample Artist in the system. When I put in data for a new artist or update data under Sample Artist, I click Submit (Save) and get a white blank page after a few seconds.

Do you think it's something with PHP.ini settings?

Also, do you have a recommended set of php.ini settings for the component to operate.

Thanks
Responses (6)
  • Accepted Answer

    Wednesday, May 13 2009, 01:49 PM - #Permalink
    0
    hm... so weird. this shouldnt be happening.
    theres no PHP.ini setting I would recommend (only the max_execution_time, wich you already changed), but this is probably come configuration issue that you have (you are the first customer to notify this issue, and we are already more than a hundred users! :)

    maybe you can send to my mail an admin username and password so I can see it myself and try to figure out what the problem may be?

    joomlamusicsolutions@gmail.com

    cheers
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 14 2009, 01:54 PM - #Permalink
    0
    hello,
    I can't access your site with the user/pass you provided me. can you check if the user is enabled?

    also, I can't answer to you mail because I get an automaticly generated reply tellimg me

    This is an automatically generated Delivery Status Notification

    Delivery to the following recipient failed permanently:

    BMJ8409@slp.k12.la.us

    :S
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 14 2009, 05:11 PM - #Permalink
    0
    You should be able to login now. Sorry about that... I should have checked the password to make sure.

    I received your email fine. Our filtering seemed to initially not like your email address.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 14 2009, 05:37 PM - #Permalink
    0
    hello,

    I can't access albums or artists, I get the blank page.
    the best way to know what is happening is to enable PHP error reporting (just while we test) so we can see where the error is. (instead of the blank page...)

    so.. can you put display_errors php var to On, try to add an album (or artist) and tell me what error do you get?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 14 2009, 05:43 PM - #Permalink
    0
    hey

    I just got a light in my head :)

    I think I know what it is even before seeing the error ;)

    you are running PHP 4 !!!!!!!!!

    MC should run on PHP 5

    but dont worry, theres no much problem. is just that there are two files that use a function that is not available on 4.

    file administrator/components/com_muscol/tables/artist.php

    line 92 -> there's a call to the function str_ireplace
    the same in line 99

    just replace it with str_replace

    and file administrator/components/com_muscol/tables/album.php

    lines 118 and 126 -> do the same
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 24 2009, 03:13 AM - #Permalink
    0
    You were absolutely correct... I had been trying to get m host to set php5 for this joomla install but hadn't gotten it don yet! However, your fixed worked perfectly for the time being. Thanks!! Now all I have to do is figure out how to upload songs:)

    Thanks
    The reply is currently minimized Show
Your Reply