Problem with ftp connection in new version V1.9.2

Hi, when I connect via ftp, I see this error in my ftp client (no ssl connection):

Reply: 500 OOPS: cannot change directory:/srv/jail/[username]

For this reason, the ftp connection does not work, does anyone know how to fix it?

Well, for me this worked for me:

In this file: /etc/vsftpd.conf

chroot_local_user=YES
—> change to
chroot_local_user=NO

Then, new restart this service:
service vsftpd restart