- 🇬🇧United Kingdom welly
This is fixed in the 3.0.x-dev branch (and 3.0.0-alpha1 release)
Currently the hook_requirements() checks for 'phpseclib\Net\SFTP' but now it is 'phpseclib3\Net\SFTP'
Install 2.x version of module and check Status report.
Please install the "PHP Secure Communications Library (phpseclib)" using "composer require phpseclib/phpseclib:~2.0" or check https://github.com/phpseclib/phpseclib for more details, if you wish to enable SFTP transfer of generated CSV files.
But now phpseclib/phpseclib:~3.0 is required.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is fixed in the 3.0.x-dev branch (and 3.0.0-alpha1 release)