MongoDB-Rox / phpMoAdmin-MongoDB-Admin-Tool-for-PHP

MongoDB administration tool for PHP built on a stripped-down version of the Vork high-performance framework
http://www.phpMoAdmin.com
GNU General Public License v3.0
187 stars 86 forks source link

Call to a member function command() on a non-object #2

Closed rafi closed 14 years ago

rafi commented 14 years ago

in moadmin.php on line 204

I'm running MongoDB 1.3 dev, PHP 5.3, Windows

MongoDB-Rox commented 14 years ago

Fixed, thank you for reporting. That issue only occurred in certain version of MongoDB (or maybe the MongoDB PHP driver?) that apparently do not work with the mongo->admin shorthand syntax, only mongo->selectDB('admin')

rafi commented 14 years ago

Great! Thanks dude. It's lovely to suddenly see my collections in a nice formatting other than the command prompt ;) awesome work.

MongoDB-Rox commented 14 years ago

Thanks for the kind words, enjoy phpMoAdmin!