kohana-flexible-migrations icon indicating copy to clipboard operation
kohana-flexible-migrations copied to clipboard

'Invalid argument supplied for foreach()' in Flexiblemigrations.php

Open Captain1 opened this issue 7 years ago • 0 comments

By default, the web interface is enabled,right? But when I enter 'mydomain/migrations', I encountered 500 server error: Here is the debug log: 2017-06-08 20:46:04 --- EMERGENCY: ErrorException [ 2 ]: Invalid argument supplied for foreach() ~ MODPATH/flexiblemigrations/classes/Kohana/Flexiblemigrations.php [ 133 ] in /var/www/clients/client1/web1/web/modules/flexiblemigrations/classes/Kohana/Flexiblemigrations.php:133 2017-06-08 20:46:04 --- DEBUG: #0 /var/www/clients/client1/web1/web/modules/flexiblemigrations/classes/Kohana/Flexiblemigrations.php(133): Kohana_Core::error_handler(2, 'Invalid argumen...', '/var/www/client...', 133, Array) #1 /var/www/clients/client1/web1/web/modules/flexiblemigrations/classes/Controller/Flexiblemigrations.php(41): Kohana_Flexiblemigrations->get_migrations()

Captain1 avatar Jun 09 '17 01:06 Captain1