Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
tls 587 (starttls donot wok)
ssl 465
Notice: Undefined index: default_from in /data/wwwroot/livehelp.****.com/lib/core/lhchat/lhchatmail.php on line 25
Notice: Undefined index: default_from_name in /data/wwwroot/livehelp.****.com/lib/core/lhchat/lhchatmail.php on line 29
error shows can not connect to mail host
but it works for php 5.5
please resolve it
thanks
also gmail can not work too
it shows
SMTP Error: Could not authenticate.
tls://smtp.gmail.com
465
with email address and password
livehelperchat version 2.46
but it works on zoho.com
tls
465
Last edited by ryan2012 (2016-05-28 02:50:28)
Offline
Hi ryan2012,
I have issue with certificate after PHP 5.5 where all works fine. When I try PHP 5.6 I see the same issue with PHP 7 not only in Live Helper Chat but in all my server.
I think this PHP update is a very wrong things ... but maybe it's me who I need understand what change in the new PHP where for me nothing is working with valid SSL certificate.
Maybe your issue is not only related to Live Helper Chat?
Are you sure are only Live Helper Chat Issue? Have you tried other software SMTP settings with PHP 7? It works?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
i put ca file path in php.ini wordpress postman smtp works with self-signed certificate smtp server
but livehelperchat was wrong
if no cafile path in php.ini livehelperchat works with zoho tls 465 but gmail and self-signed certificate smtp server with error
also wordpress postman smtp with error
php versioon is php 7
but if use php5.5 all works
Offline
Hi ryan2012,
I think this is not an issue with Live Helper Chat but is with the new version of PHP after the version 5.5 in all way we need be sure livehelperchat support php 7, maybe not already however I can tell you in those day I have tried to migrate from PHP 5.5 to PHP 5.6 and the issue is the same with PHP 7 not only in live helper chat but in all application I have.
I have not tried with gmail account but mine personal email account who use a valid SSL and I have the same issue: all connection to the email fails.
I have not already found a solution.
What I can tell to you is you can look at php documentation here:
I really never understand and like the edit of PHP.
http://php.net/manual/en/migration56.php
http://php.net/manual/en/migration56.openssl.php
Have a great time.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
You can also look at this discussion: http://www.softaculous.com/board/index. … nd_PHP_5.6
maybe can help you. I AM working on FIX PHP 5.6 and SSL issue also in my server.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Issue solved with PHP 5.6 for me.
You need a valid certificate after that you have to set in your php.ini of PHP 5.6 or 7 this line:
[openssl]
openssl.cafile= /path/to/your/.ca-bundle
where you have to replace "/path/to/your/.ca-bundle" with your patch to ca-bundle and all will work fine.
Maybe for Self-Sigend certificate you need a valid ca-bundle file, don't know if without valid SSL you will able to solve but try, maybe yes
Thank you to SSLS.com Staff who helped me to solve PHP 5.6 and SSL issue; I AM always an happy customer of them.
Last edited by PeopleInside (2016-05-29 19:42:59)
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Configuring WordPress SMTP (*link removed*) is much easier if there's any easy guide, you can read more about it with this guide.
Last edited by PeopleInside (2018-10-31 12:10:56)
Offline
alexmorco , this is the third time i remove promotional URL. Your profile has been banned.
Your profile as new member are also not allowed to post links.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline