usermanagement import users csv file not working.

Installazione, configurazione generale, notifiche, API, lingue, problemi server
Post Reply
chysti
Newbie
Posts: 2
Joined: Wed Apr 27, 2022 8:12 pm

usermanagement import users csv file not working.

Post by chysti »

Hi,
Our lms system cannot load csv file to ftp.When trying to import users importusers.php
ftp settings in config.php is correct.

$cfg['uploadType'] = 'ftp';

$cfg['ftphost'] = 'ourhost';
$cfg['ftpport'] = '21';
$cfg['ftpuser'] = 'user';
$cfg['ftppass'] = '***';
$cfg['ftppath'] = '/subdomains/learning/httpdocs/';

By Filezilla we can connect to ftp but only if we selecting Encryption "Only use Plain Ftp (insecure)".
Where can add encryption settings in the config.php ? How to resolve the issue?
alfa24
Senior Boarder
Posts: 2008
Joined: Fri Nov 24, 2017 8:45 am

Re: usermanagement import users csv file not working.

Post by alfa24 »

If you're able to use Fs upload (no FTP) its's a server issue.
Anyway, advanced options for configuring FTP connection are not available in Forma. If you absolutely need to use FTP (I'm wondering why) I can write an advanced layer for you.
Per supporto GRATUITO contattatemi in privato qui
chysti
Newbie
Posts: 2
Joined: Wed Apr 27, 2022 8:12 pm

Re: usermanagement import users csv file not working.

Post by chysti »

Its not must to work by FTP.
Now it's not working not by FTP and not by FS (HTTP)...
Getting ..../usermanagement/show&err=no_upload . like file is not uploaded...
ANd we don't know what is happened.
alfa24
Senior Boarder
Posts: 2008
Joined: Fri Nov 24, 2017 8:45 am

Re: usermanagement import users csv file not working.

Post by alfa24 »

In order to find out what is happening, one should be on your instance and debug deeply.
No luck to solve by discussing here.
Per supporto GRATUITO contattatemi in privato qui
Post Reply