ydcphilip
New member
- Jul 25, 2020
- 0
- 0
- 0
Hello, thank you for the shared script. I am using 2.1.3.
Anyone tested the FTP storage?
When I try to upload videos, it stucks at the upload page after clicking publish. I check the console and found the following ajax call return 500 error
I track the functions one by one. And found the source of problem comes from the FTP driver nicolab/php-ftp-client
The following functions throw a 500 error. Thats farthest I could get. Please help
$this->ftp->fput($remote_file, $handle, FTP_BINARY)
It locates in /assets/import/ftp/vendor/nicolab/php-ftp-client/src/FtpClient/FtpClient.php
P.S.
My environment:
php 7.4
nginx (rewrite rule is set)
ffmpeg installed
ftp account tested fine
Anyone tested the FTP storage?
When I try to upload videos, it stucks at the upload page after clicking publish. I check the console and found the following ajax call return 500 error
I track the functions one by one. And found the source of problem comes from the FTP driver nicolab/php-ftp-client
The following functions throw a 500 error. Thats farthest I could get. Please help
$this->ftp->fput($remote_file, $handle, FTP_BINARY)
It locates in /assets/import/ftp/vendor/nicolab/php-ftp-client/src/FtpClient/FtpClient.php
P.S.
My environment:
php 7.4
nginx (rewrite rule is set)
ffmpeg installed
ftp account tested fine
Last edited: