Hi,

1. Properly configure MI connector in ..opensips-cp/config/boxes.global.inc.php and OpenSIPS CP should be able to connect to OpenSIPS Server via MI interface

2. Most probably you are missing the : short_open_tag = On in your php.ini config file (usually you can find it here: "/etc/php5/apache2/php.ini" for Debian based systems and in /etc/php.ini for RedHat based systems - don't forget to restart your web server after changing php.ini)

3. Same as no. 2.

Let me know if you still experience any other issues.

Regards,
Alex

On 04/22/2014 02:17 AM, [email protected] wrote:
1. Inside OpenSIPS control panel some screens display errors and have other issues.
The most common is the error is:

Array ( [0] => Cannot connect to OpenSIPS Server via Management Interface (/tmp/opensips_proxy_fifo) ) '); } ?>

I see it for example in the Dispatcher, Prefix 2 Domain, SIP trace etc.

2. User management has this in between the new user fields and user table:

Contacts'); if (file_exists("../alias_management")) { echo(''); } if (file_exists("../acl_management")) { echo(''); } if(!$_SESSION['read_only']){ echo(''); } ?> '.$alias_link.''); } if (file_exists("../acl_management")){ echo(''); } if(!$_SESSION['read_only']){ echo(''); } ?> '.$alias_link.''); } if (file_exists("../acl_management")){ echo(''); } if(!$_SESSION['read_only']){ echo(''); } ?> '.$alias_link.''); } if (file_exists("../acl_management")){ echo(''); } if(!$_SESSION['read_only']){ echo(''); } ?> '.$alias_link.''); } if (file_exists("../acl_management")){ echo(''); } if(!$_SESSION['read_only']){ echo(''); } ?>

while Group, Edit and Delete columns display this:

'.$group_link.'         '.$edit_link.'  '.$delete_link.'


3. Some screens are showing

'); }*/ ?>

or

Edit'); } ?>

Why is the control panel not working, what is missing?

Thank you!


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to