1
Hello. We have been adding artists/albums/songs in my music collection component regularly over the last few weeks, without issue. However, a couple of days ago, we started noticing the following error:

Inside the "Related Artists" box under the Add New Artist option http://www.joomlamusicsolutions.com/images/fbfiles/images/New_Artist_Screen.PNG :

in_array() expects parameter 2 to be array, null given in ...../administrator/components/com_muscol/views/artist/tmpl/form.php on line 63

In the "Types" box under the Add New Album option:

in_array() expects parameter 2 to be array, null given in ...../administrator/components/com_muscol/views/album/tmpl/form.php on line 151

In the "Tabs" box under the Add New Album option:

in_array() expects parameter 2 to be array, null given in ...../administrator/components/com_muscol/views/album/tmpl/form.php on line 163

The files referenced in the error haven't been modified. I thought maybe one of the files we had uploaded might have caused a problem, so I checked file names and fixed a few that weren't standard (had quotes in them), then I cleared my joomla site's cache and my browser's cache as well. Still, these errors appear. Does anyone know what could be causing this problem?

Thank You
Attachments:
Responses (6)
  • Accepted Answer

    Friday, August 10 2012, 12:27 PM - #Permalink
    0
    it seems just a error reporting level problem. can you try to decrease the error reporting level on joomla global config?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 12 2012, 02:30 AM - #Permalink
    0
    Yes, it was set to "System Default" and I changed it to "simple" but that had no effect. The errors are still there I am afraid :(
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 12 2012, 04:57 PM - #Permalink
    0
    hmm.. then probably you will have to go down to the php.ini config file.

    do you have access to it?
    you should set the error reporting level to:

    ERROR_REPORTING = E_ERROR
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 12 2012, 10:51 PM - #Permalink
    0
    Yes, I have access to the php.ini file. I added the error reporting code to the file and cleared my Joomla/browser caches. No effect, the messages are still appearing.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, August 13 2012, 11:51 AM - #Permalink
    0
    I see :S
    ok, well, I can try some code fix for this then... would you provide me FTP and joomla access to the site?
    joomlamusicsolutions@gmail.com
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 15 2012, 01:09 AM - #Permalink
    0
    The information has been emailed to you. Thanks!
    The reply is currently minimized Show
Your Reply