downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

MongoException> <bson_encode
[edit] Last updated: Fri, 17 May 2013

view this page in

例外

目次

VMWare のふしぎ

Windows 上で VMWare を動かして CIFS を使っているときに VM を一時停止すると CIFS が同期されなくなってしまい、停止から復帰するときに不可解なエラー ("The Mongo object has not been correctly initialized by its constructor") が発生します。 Windows 共有を常にマウントさせるようにするとこの問題は発生せず、 自由に一時停止・再開をすることができます。

Windows 共有を常にマウントさせるには、次のコマンドを実行します。

$ sudo update-rc.d -f umountnfs.sh remove
$ sudo update-rc.d umountnfs.sh stop 15 0 6 .

最新情報については、 » Ubuntu のドキュメント を参照ください。



add a note add a note User Contributed Notes 例外 - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites