PHP Doku:: Troubleshooting - mongo.trouble.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverManualTroubleshooting

Ein Service von Reinhard Neidl - Webprogrammierung.

Manual

<<Running the Driver s Tests

Core Classes>>

Troubleshooting

If you're having trouble, there are lots of resources you can turn to.

You can turn on (very) verbose debugging output by compiling the driver with the debugging flag.

$ ./configure CFLAGS=-DDEBUG

DEBUG turns on all debugging. You can also turn on specific debug flags. In the latest code, these flags are:


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
PHPEric
29.07.2010 23:02
To troubleshoot MongoDB connection issues try running http://www.phpMoAdmin.com

phpMoAdmin will tell you exactly what aspect of your Mongo-PHP connection is not working and how to fix it.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)