itoverlord Posted July 15, 2008 Share Posted July 15, 2008 When I view any client and click on Products/Services tab I get this error message: array( "Type" => "text", "Size" => "25", ) ); return $configarray; } function Get_Array_Keys_UL($array=array()) { $recursion=__FUNCTION__; if (empty($array)) return ''; $out=''."\n"; foreach ($array as $key => $elem) $out .= htmlspecialchars($elem)." "; $out .= ''."\n"; return $out; } function ensimx_IsWarning($warning) { //Checks for the 'BIND" service waring.......... 0 Quote Link to comment Share on other sites More sharing options...
itoverlord Posted July 17, 2008 Author Share Posted July 17, 2008 Opened a trouble ticket. Matt sent me a replacement file for modules/servers/ensimx/ensimx.php and that fixed the problem. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.