MMP icon indicating copy to clipboard operation
MMP copied to clipboard

./migration create not work for me..

Open KingYes opened this issue 12 years ago • 0 comments

Hi @idler ! You do very good work here. Thanks !

I have one problem with this tool.. When I create the schema all work ok, but When I change any table and run ./migration create I get this errors:

PHP Warning: Invalid argument supplied for foreach() in /MMP/lib/Helper.class.php on line 269 PHP Warning: mysqli::query(): Couldn't fetch mysqli in MMP/lib/Helper.class.php on line 182 PHP Warning: mysqli::query(): Couldn't fetch mysqli in /MMP/lib/Helper.class.php on line 209 PHP Fatal error: Call to a member function fetch_array() on a non-object in /MMP/lib/Helper.class.php on line 211

KingYes avatar Feb 14 '14 14:02 KingYes