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

Home Page:http://www.phpMoAdmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rafi opened this issue · comments

in moadmin.php on line 204

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

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')

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

Thanks for the kind words, enjoy phpMoAdmin!