I've just installed MantisBT in my server (last stable release : 1.2.4).
Unfortunatly, when my user log in, there is a lot of "SYSTEM WARNING: in_array()" messages printed in red.

When I go in the source code, I see some things like
Code: Select all
if( in_array( $p_project_id, $g_cache_access_matrix_project_ids )
How can I do to have the global variables recognized ?
Thank you in advance.