Welcome Guest, Not a member yet? Register   Sign In
Database Migrate Problem
#1

Hi everyone,

I'm try to use myth-auth, in my local machine it work fine, i run php spark migrate -all, and migrate controller, both work fine on my local machine. The problem is on my production server, i cant use ssh to run cli, and i try migrate controller but doesnt work, i have try this 2 codes on the controller.


PHP Code:
try{
      $migrate->setNamespace('Myth\Auth')->latest();      //this code work on my local machine



and this other


PHP Code:
try{
      $migrate->latest();



Do I need some other configuration on my production server?

Best regards.
Reply


Messages In This Thread
Database Migrate Problem - by rmiller9205 - 11-05-2020, 01:58 AM
RE: Database Migrate Problem - by InsiteFX - 11-05-2020, 12:36 PM
RE: Database Migrate Problem - by Nikhil09 - 11-16-2020, 01:29 AM
RE: Database Migrate Problem - by tekrda - 12-01-2020, 02:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB