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
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
0hm... 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 -
Accepted Answer
0hello,
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 -
Accepted Answer
-
Accepted Answer
0hello,
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? -
Accepted Answer
0hey
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 -
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 »