`

Uncaught exception 'MongoConnectionException' with message 'Unknown error' in...

阅读更多
$mongo = new Mongo();

执行时,报错:"Uncaught exception 'MongoConnectionException' with message 'Unknown error' in... "

 

have you actually got the server running? Only it looks like your error relates to a failure to connect and you've made no mention of the server or where it is located (localhost on the default port for example)

原因:连接错误,检查服务端是否运行?连接url是否正确?
new Mongo()(默认连接本机的27017端口)

 

建一个DB文件夹来存放数据库文件路径 路径d:\DB\data


 
保持此窗口为开启状态,重新执行php代码程序,就可以正确执行了

  • 大小: 19 KB
分享到:
评论

相关推荐

    UncaughtException不让Android应用异常退出

    "UncaughtException不让Android应用异常退出"这个主题,就是关于如何处理程序中的未捕获异常,以防止应用突然崩溃,从而提升用户体验。在这个问题上,我们可以从以下几个方面来探讨: 1. **...

    Uncaught exception com_exception with message Failed to create COM object

    本文将详细解析"Uncaught exception com_exception with message Failed to create COM object"这一错误的原因以及如何解决。 当尝试在PHP中创建一个COM对象,如`InternetExplorer.Application`,用于模拟用户交互...

    UncaughtException处理类

    在Java编程语言中,`UncaughtException`处理是程序中不可或缺的一部分,因为它涉及到程序的健壮性和稳定性。当一个线程非正常终止,也就是说抛出了一个未捕获的异常,而这个异常没有被该线程或者其父线程的任何...

    Uncaught Exception(解决方案).md

    Uncaught Exception(解决方案).md

    Uncaught DOMException:

    标题“Uncaught DOMException:”通常出现在JavaScript编程中,指的是在执行代码时遇到了一个未捕获的DOM(Document Object Model)异常。这个错误通常意味着在访问或操作DOM元素时发生了问题,可能是由于尝试访问不...

    domain-middleware, 在 `domain` 模块中,用于连接的`uncaughtException` 中间件.zip

    domain-middleware, 在 `domain` 模块中,用于连接的`uncaughtException` 中间件 域中间件 面向连接的uncaughtException 中间件,基于 domain 模块。尝试制作更好的连接域 MODULE 。警告:不要忽略错误 ! ...

    iframe跨域问题

    iframe跨域问题:Uncaught DOMException Blocked a frame with origin解决方法

    Google C++ International Standard.pdf

    Contents Contents ii List of Tables x List of Figures xiv 1 Scope 1 2 Normative references 2 3 Terms and definitions 3 4 General principles 7 4.1 Implementation compliance . ....4.2 Structure of this ...

    异常日志捕获ExceptionLog

    public void uncaughtException(Thread thread, Throwable ex) { // 这里可以对捕获到的异常进行处理,比如记录到文件 handleException(ex); // 如果不希望应用因异常而崩溃,可以在这里做重启或其他操作 } };...

    Node.js-friendly-error在Node.js中友好的显示未捕获的错误

    在实际使用中,`friendly-error`库可以集成到项目中,通过监听`'uncaughtException'`事件或作为错误处理中间件来启用。这通常涉及到安装库(例如,使用npm: `npm install friendly-error`),然后在项目启动脚本中...

    解决Fatal error Class 'Think' not found in runtime.php

    在PHP开发过程中,可能会遇到“Fatal error Class 'Think' not found in runtime.php”的错误提示,这通常是由于类加载问题导致的。在这个问题中,我们主要关注的是PHP的类自动加载机制以及Linux系统的文件系统特性...

Global site tag (gtag.js) - Google Analytics