Thanks so much for the new sc_connection_edit & sc_connection_new, they are exactly what I have needed.
I am using sc_connection_edit in V8, and it works perfectly in developer mode, but not in prod mode.
Error in the error_log during production mode:
[Thu Oct 16 02:32:16 2014] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Call to undefined function sc_connection_edit() in /var/www/test/main_menu/main_menu.php on line 713, referer: https://test.myurl.com/login/login.php
…/prod/lib/php/nm_ini_perfil.php is present on my prod server
Perhaps an include is wrong/missing?
Dave