Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variable: full_remote_file #2

Closed
fbens opened this issue Jul 30, 2015 · 1 comment
Closed

Undefined variable: full_remote_file #2

fbens opened this issue Jul 30, 2015 · 1 comment

Comments

@fbens
Copy link
Contributor

fbens commented Jul 30, 2015

Undefined variable: full_remote_file

#1. in D:\website\flxx2\basic\vendor\hguenot\yii2-gftp\drivers\FtpDriver.php at line 490
            if ($ret !== FTP_FINISHED) {
                throw new FtpException(
                    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

@hguenot
Copy link
Owner

hguenot commented Jul 30, 2015

Hello, thanks for your help.
I think you do not need to write your comment as big !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants