Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9347

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Exceptions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.bson-encode.html">bson_encode</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.mongoexception.html">MongoException</a></div>
 <div class="up"><a href="book.mongo.html">Mongo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mongo.exceptions" class="part">

 <h1>Exceptions</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_part"><li><a href="class.mongoexception.html">MongoException</a></li><li><a href="class.mongoresultexception.html">MongoResultException</a></li><li><a href="class.mongocursorexception.html">MongoCursorException</a></li><li><a href="class.mongocursortimeoutexception.html">MongoCursorTimeoutException</a></li><li><a href="class.mongoconnectionexception.html">MongoConnectionException</a></li><li><a href="class.mongogridfsexception.html">MongoGridFSException</a></li></ul>


 <div class="partintro">
  <div class="section">
   <h2 class="title">VMWare Oddities</h2>
   <p class="para">
    If you are running VMWare on Windows and are using CIFS, pausing the VM will 
    cause CIFS to go out of sync and cause weird errors on un-pausing it (&quot;The 
    Mongo object has not been correctly initialized by its constructor&quot;).  
    Permanently mounting the Windows shares will fix this and you&#039;ll be able to
    pause and unpause at will.
   </p>
   <p class="para">
    To permanently mount the Windows shares, run:
   </p>
   <div class="example-contents">
    <div class="cdata"><pre>
$ sudo update-rc.d -f umountnfs.sh remove
$ sudo update-rc.d umountnfs.sh stop 15 0 6 .
</pre></div>
   </div>

   <p class="para">
    See <a href="https://help.ubuntu.com/community/MountWindowsSharesPermanently" class="link external">&raquo;&nbsp;the Ubuntu docs</a> for the most
    up-to-date instructions.
   </p>
  </div>
 </div>

 






 






 






 






 






 







</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.bson-encode.html">bson_encode</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.mongoexception.html">MongoException</a></div>
 <div class="up"><a href="book.mongo.html">Mongo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>