You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1. in D:\website\flxx2\basic\vendor\hguenot\yii2-gftp\drivers\FtpDriver.php at line 490if ($ret !== FTP_FINISHED) {
thrownewFtpException(
Yii::t('gftp', 'Could not put file "{local_file}" on "{remote_file}" on server "{host}"', [
'host' => $this->host, 'remote_file' => $full_remote_file, 'local_file' => $local_file
])
);
}
}
return$full_remote_file;
why so many undefined variable in this extensions
The text was updated successfully, but these errors were encountered:
Undefined variable: full_remote_file
why so many undefined variable in this extensions
The text was updated successfully, but these errors were encountered: