0
another, new user issue. When i try to add a new album, i get the following errors:
PHP Warning: in_array() expects parameter 2 to be array, null given in \\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 272
PHP Warning: in_array() expects parameter 2 to be array, null given in \\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 291
Looking at the codes, this is referring to the types and tags. I have 2 types and tags configured. I checked my MySQL database and both tables contain valid data.
PHP Warning: in_array() expects parameter 2 to be array, null given in \\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 272
PHP Warning: in_array() expects parameter 2 to be array, null given in \\administrator\\components\\com_muscol\\views\\album\\tmpl\\form.php on line 291
Looking at the codes, this is referring to the types and tags. I have 2 types and tags configured. I checked my MySQL database and both tables contain valid data.
Responses (1)
-
Accepted Answer
0hm... strange.
in any case, I just recommend you to disable PHP warnings. these are not fatal errors, only php advices
is strange you are receiving so many notices/warnings, I guess there's something unusual on your PHP configuration, and you have all the errors/warnings/notices set to show up, aybe you should disable some...:S
Germi
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 »