<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Jerry,<div class=""><br class=""></div><div class="">I use opensips-cp maybe I can help.</div><div class=""><br class=""></div><div class="">A couple things - I have not found there is an extraneous } that needed to be removed, I would suggest putting it back.</div><div class=""><br class=""></div><div class="">What database are you using? I am using postgres instead of mysql and I found that there was a query where it did a count of users to see if it had anything to display and it was mistakenly finding that it had no users to display.</div><div class=""><br class=""></div><div class="">I suggest finding the part where it does a count on users and modifying the php file to echo the sql it uses (just add a few lines like echo $sql;) then test the sql against your database.</div><div class=""><br class=""></div><div class="">I had to change something like</div><div class="">< $data_no=$resultset[0]['count'];</div><div class="">---</div><div class="">> $data_no=$resultset[0]['count(*)’];</div><div class=""><br class=""></div><div class="">Jennifer</div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div class=""><span style="orphans: 2; widows: 2;" class="">---------------------------------------------------</span><br style="orphans: 2; widows: 2;" class=""><span style="orphans: 2; widows: 2;" class="">Jennifer Akemi Hashimoto</span><br style="orphans: 2; widows: 2;" class=""><span style="orphans: 2; widows: 2;" class="">Caztel Communications</span><br style="orphans: 2; widows: 2;" class=""><a href="mailto:jennifer.hashimoto@caztel.com" style="orphans: 2; widows: 2;" class="">jennifer.hashimoto@caztel.com</a><br style="orphans: 2; widows: 2;" class=""><span style="orphans: 2; widows: 2;" class="">905-836-5445 </span></div>

</div>
<br class=""><div style=""><blockquote type="cite" class=""><div class="">On Jul 31, 2017, at 1:37 PM, jhchinn <<a href="mailto:jhchinn@thenavisway.com" class="">jhchinn@thenavisway.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Bogdan,<br class=""><br class="">Is there any other advice on how to proceed?<br class=""><br class="">Thanks,<br class=""><br class="">Jerry<br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/User-Management-frame-in-OpenSIPS-CP-has-no-display-tp7608166p7608194.html" class="">http://opensips-open-sip-server.1449251.n2.nabble.com/User-Management-frame-in-OpenSIPS-CP-has-no-display-tp7608166p7608194.html</a><br class="">Sent from the OpenSIPS - Users mailing list archive at <a href="http://nabble.com" class="">Nabble.com</a>.<br class=""><br class="">_______________________________________________<br class="">Users mailing list<br class=""><a href="mailto:Users@lists.opensips.org" class="">Users@lists.opensips.org</a><br class="">http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br class=""></div></div></blockquote></div><br class=""></div></body></html>