plugin-SiteMigration icon indicating copy to clipboard operation
plugin-SiteMigration copied to clipboard

Console not executing

Open flying-squirrel opened this issue 9 years ago • 1 comments

Hey there, i installed the plugin on my old Piwik installation. Now I wanted to migrate one of my sites (ID is 2) to the new destination. So in my SSH client I type in the following command:

./console migration:site 2 --db-prefix piwik_

The console returns the following: Content-type: text/html

What am I doing wrong? I tried several commands but I'm always getting the same result.

flying-squirrel avatar Feb 22 '16 13:02 flying-squirrel

Can you add -ddd to the console command? Also maybe try with quotes eg. ./console migration:site 2 --db-prefix "piwik_" -ddd - what do you get?

mattab avatar Mar 15 '16 03:03 mattab