Closed gibbonsjohnm closed 7 years ago
The only reason that error would occur is because the encryption key used when generating the SFTP password was different from the one currently existing. Something edited it, it isn't anything broken with the panel code.
The only real way to fix this is to set sftp_password
to NULL
for each broken server in the servers
table.
After upgrading to 0.6.1 and 0.4.1, the panel is throwing "Whoops, looks like something went wrong." when accessing SFTP Settings and Databases on existing servers.
The following error is thrown in the laravel log:
Note, I did not run
php artisan key:generate --force
during the upgrade.