I recieve the following warnings whenever i visit this page "admin/themes/settings/slate". and there is also only two buttons in this page! is this the way it's , of there is something wrong with my installation?
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 405.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 444.
* warning: in_array() [function.in-array]: Wrong datatype for second argument in \modules\system\system.admin.inc on line 472.
Comments
Comment #1
arcaneadam commentedI can verify that I am having this issue also. It has to do with the fact that the Slate theme provided by this module doesn't reside in one of the standard themes directories therefore the .info file is not parsed like the other modules and code that is referenced in the above warning is being passed empty values when it should actually be getting arrays.
I'm not sure yet what the remedy for this might be, but I will poke around and see if I can't come up with a solution of some sort and then share it.
Comment #2
traviscarden commentedDuplicate of #527574: Wrong datatype for second argument - Found issue, need fix.