arqui78 / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

在lnmp环境下用RockMongo 出现以下问题 #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

MongoDB:2.0.4

PHP extension   mongo/1.2.9

mongodb auth 
模式开启,数据库用默认端口,可以正常登录。但登录后出��
�如图中的错误。。

Original issue reported on code.google.com by vnline1...@gmail.com on 26 Apr 2012 at 9:38

Attachments:

GoogleCodeExporter commented 8 years ago
系统环境是:

centos 5.5
PHP 5.2.17

Original comment by vnline1...@gmail.com on 26 Apr 2012 at 9:39

GoogleCodeExporter commented 8 years ago
数据能正常显示吗

Original comment by iwind....@gmail.com on 3 May 2012 at 5:03

GoogleCodeExporter commented 8 years ago
数据库版本号这些正常

Original comment by vnline1...@gmail.com on 5 May 2012 at 1:49

GoogleCodeExporter commented 8 years ago
这个错误提示很奇怪,感觉很像你下了一个调试版的driver,��
�这里 http://pecl.php.net/package/mongo 
下载并安装最新版本,再测试一下。

Original comment by iwind....@gmail.com on 7 May 2012 at 5:26

GoogleCodeExporter commented 8 years ago
用了你提供的链接 并下载最新版的mongo-1.2.10.tgz 
编译安装,问题依旧。

附件部分是显示正常的,顶部的菜单也用,但侧边栏,及其��
�依然是提示有问题。

Original comment by vnline1...@gmail.com on 7 May 2012 at 6:58

GoogleCodeExporter commented 8 years ago
用了你提供的链接 并下载最新版的mongo-1.2.10.tgz 
编译安装,问题依旧。

附件部分是显示正常的,顶部的菜单也用,但侧边栏,及其��
�依然是提示有问题。

Original comment by vnline1...@gmail.com on 7 May 2012 at 6:59

Attachments:

GoogleCodeExporter commented 8 years ago
左侧的数据库和collection都显示正常吗?如果是的话,可以修�
��index.php中的:
error_reporting(E_ALL);
为:
error_reporting(0);

Original comment by iwind....@gmail.com on 7 May 2012 at 11:00

GoogleCodeExporter commented 8 years ago
非常感谢~根据你提供的方法已显示正常,请问这是什么原因�
��致的?

Original comment by vnline1...@gmail.com on 8 May 2012 at 3:18

GoogleCodeExporter commented 8 years ago
因为是由于某种配置的原因,导致MongoDB输出了所有的调试信�
��。

Original comment by iwind....@gmail.com on 8 May 2012 at 4:14