From edc5639cd99e7dbec7bd327b2153576f8e944f80 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Wed, 21 Apr 2010 22:34:49 +0000 Subject: [PATCH] invalid argument desc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298280 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoconnectionexception.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reference/mongo/mongoconnectionexception.xml b/reference/mongo/mongoconnectionexception.xml index 5a09910cef..0d3447dfe2 100644 --- a/reference/mongo/mongoconnectionexception.xml +++ b/reference/mongo/mongoconnectionexception.xml @@ -70,6 +70,16 @@ "server" instead of "$server". + + + Invalid Argument + + + This can be caused by attempting to connect to a machine that is up but + that the database isn't actually running on. Make sure that you've + started the database server before connecting. + + Permission denied