I did create the admin user in the opc_admin_privileges table. It was a DB connection. In the db.inc.php I changed the

//database host
$config->db_host = "localhost";

to
//database host
$config->db_host = "127.0.0.1";


Can't believe I missed that. Thanks!!

On Apr 12, 2011 3:18am, Alex Ionescu <[email protected]> wrote:
Hi Duane,





Have you created the initial user in the opc_admin_privileges table ?


You have to insert an user - it is written in the INSTALL file.


Anyway, if you did, please check again if the connection details in ../opensips-cp/config/db.inc.php are the correct ones.


Unfortunatelly, MDB2 is not very "friendly" when reporting errors ... it may create confusion.





Let me know if you succeeded!





Regards,


Alex





Anton Zagorskiy wrote:




Hi Duane.





In most cases it means that it can't connect to DB.














From: [email protected]


[mailto:[email protected]] On Behalf Of


[email protected]


Sent: Tuesday, April 12, 2011 3:44 AM


To: OpenSIPS users mailling list


Subject: [OpenSIPS-Users] OpenSIPS-CP - Call to undefined method


MDB2_Error::setFetchMode()





I am getting this error with OpenSIPS-CP when I try to log in for the first


time








Fatal error: Call to undefined method MDB2_Error::setFetchMode() in


/var/www/opensips-cp/web/db_connect.php on line 31





I saw that someone else in the mailing list had the exact same error and it


was mentioned that the db.ini.php wasn't configured. As far as I know I


followed the installation instructions. I installed all the pear packages


and edited any files that were supposed to be edited. Not sure what's


causing this. I downloaded with svn.








_______________________________________________


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



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

Reply via email to