guarnif
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress sends email using apache usernameFound the problem – server side! It was this line FromLineOverride=NO
Forum: Fixing WordPress
In reply to: WordPress sends email using apache usernameNo, it did not solve it. So I guess it is not passed properly either on php or on ssmtp side.
Forum: Fixing WordPress
In reply to: WordPress sends email using apache usernameHi Alan,
yes it is our cloud server. I tried to send emails with ssmtp (this is what we use) and it changes the username accordingly, so it looks like wordpress (or php mail) is not giving any username and ssmtp is using the username. But I dont understand where to set the email username in wordpress (without using a plugin) or php.
Actually I just solved it by changing FS_METHOD to ‘direct’ in wp-config:
define( ‘FS_METHOD’, ‘ftpext’ );
So looks like it was an SSL issue. Still, would be interesting to debug it.
Forum: Fixing WordPress
In reply to: Cannot login and see pages after server change@kuldeep – thanks for the info.
I did it in a different way – I went to phpMyAdmin and in the “Function” entry at “user_pass” I selected MD5. It encrypted the password and then worked correctly.
Thanks everyone! [SOLVED]
Forum: Fixing WordPress
In reply to: Cannot login and see pages after server changeGreat. Thanks, Steve. That worked regaridng the files, but not for the login issues.