When a new customer try to registre a new account he gets this:
Another problem (maybe related??)Warning: CustomerUser: 'testesemait2@gmail.com' changed password successfully!
Comment: Can't send account info!
whe i try use this commands on installation:
i read somewhere to remove .dist but none of them have .dist. The only way i was able to run the comand was by adding .dist to the unlock (unlock.dist)[root@sv013 ~]# cd /opt/otrs/var/cron
[root@sv013 cron]# for foo in *.dist; do cp $foo `basename $foo .dist`; done
cp: target `unlock' is not a directory