Welcome Guest, Not a member yet? Register   Sign In
Using MongoDB with CodeIgniter
#12

[eluser]sweetD[/eluser]
I'm trying to configure Alex Bilbie’s library with MongoHQ has anyone done this. IT's driving me nuts Sad

below is the url I got, but it dosen't seem to work with the credentials I've also tried with just mongodb://staff.mongohq.com

Code:
mongodb://user:[email protected]:10086/db_name

I've also now auto loaded both the library file and config and still nothing Sad

Amen finally figured this out 3:00am :/

The following default is false, in the Mongo_db.php library setting this to true adds your DB after port with the forward slash.
Code:
$config['host_db_flag'] = TRUE;


Messages In This Thread
Using MongoDB with CodeIgniter - by El Forum - 10-05-2010, 04:10 AM
Using MongoDB with CodeIgniter - by El Forum - 10-05-2010, 11:41 AM
Using MongoDB with CodeIgniter - by El Forum - 10-06-2010, 12:22 AM
Using MongoDB with CodeIgniter - by El Forum - 10-07-2010, 08:58 PM
Using MongoDB with CodeIgniter - by El Forum - 10-07-2010, 09:39 PM
Using MongoDB with CodeIgniter - by El Forum - 10-07-2010, 10:50 PM
Using MongoDB with CodeIgniter - by El Forum - 10-08-2010, 01:04 AM
Using MongoDB with CodeIgniter - by El Forum - 10-08-2010, 11:58 AM
Using MongoDB with CodeIgniter - by El Forum - 10-09-2010, 07:30 PM
Using MongoDB with CodeIgniter - by El Forum - 10-10-2010, 12:38 PM
Using MongoDB with CodeIgniter - by El Forum - 12-04-2010, 01:49 PM
Using MongoDB with CodeIgniter - by El Forum - 05-01-2012, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB