Jcats
- Total activity 1230
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 431
Comments
Recent activity by Jcats-
These certificates referring to AutoSSL certs? If so, yes. You can easily check which domains/subdomains contain a valid SSL by going to WHM > Manage SSL Hosts When you say no green bar, is it be...
-
Also, to see the actual mixed content, open up the developer console in chrome and go to the console tab, you will see it say something like Mixed Content: The page at 'http://example.com/assets/i...
-
The SSL IS working, the problem is with your site displaying mixed content meaning you are trying to serve content to the viewer using 'http' instead of 'https'. Is it a wordpress site? easy fix i...
-
Hmm maybe PHP version related, what PHP version are you running on this server compared to the other? Found this: Error with PHP mail(): Multiple or malformed newlines found in additional_header ...
-
And no errors via console? or error_log file in the directory where that PHP script resides?
-
Do you have SMTP restriction enabled in WHM and/or using CSF with SMTP block enabled? Might be the issue as well
-
So no attempt at all. Does the script use SMTP authentication or PHP mail? What happens if you open up developer console in chrome, click the console tab, then try and send an email, do you see a...
-
do: tail -f /var/log/exim_mainlog while you are tailing that log file, try sending a test email, do you see anything log when you click send?
-
No errors reported in the log you provided. As far as the PHP errors, those shouldn't be causing any actual issues but it seems like you have error_reporting / display errors on, you can disable e...
-
Did you try checking any related log files like apache error log when refreshing the script throwing a blank page. tail -f /etc/apache2/logs/error_log You may want to run easyapache and just use ...