Hello LS Community,
I am going in circles to make some issues work in my environment.
I created a survey and allowed public registration, started the survey and initialized participant table.
Then I accessed the survey, entered first and last name and email, and clicked Continue.
...and.. nothing happened.
The page should have moved to the confirmation page with name and email (the ones I just entered), and a message that says something like, "thanks for registering, you will receive an email shortly.."
I am stuck.
The token table does not have any entry.
/var/log/maillog shows no activity for this action.
/var/log/httpd/error_log has this message, but I don't know if this is the cause.
[error] [client ...] File does not exist: /var/www/html/survey/tmp/assets/6e44bd55/plugins/balloonpanel/skins/bootstrapck,
referer: https://.../survey/index.php/admin/survey/sa/newsurvey
Where/what else could I check?
In the config.php, I modified
'debug'=>2,
But where should I check for errors?
I have re-installed LS, installed older version(3.9), re-started server, all to no avail.
One time, I got past the Continue button, and saw the "thank you for registering" page, but email was not sent.
The /var/log/maillog showed no activity.
About e-mail:
From inside the survey (admin console), I can send emails without problem.
I can add name and email directly on the participant form, or I can populate the form using CSV file, generate tokens and send email notification. So I assume my email setup is working.
Someone, please give me some pointers!
Thank you.
Notes:
(1) I am using version LS 3.13.1, CentOS 6.9, PHP 5.6.
(2) Email setup:
I am using my company's mail server to send emails. I have added some codes in my LS server's /etc/postfix/main.cf file to relay emails, like this:
relayhost = [my.company's.relay.mail.server's FQDN]:587
smtp_use_tls = yes
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_CApath = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_security_level=encrypt
In configuration menu, my email method is selected as PHP.
Bounce setting server type is OFF.
The topic has been locked.