Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
At the localhost - all OK.
On hosting - step 1 -> step 2 -> step 3 ->step 1.... But all folder permission is green.
Then I tryed copy local installed version with importing tables to remote server with correct settings manually.
Answer: Cannot connect to database. If you are installing application please use /index.php/install/install url. If you keep getting this error please check that application can write to cache folder and cgi.fix_pathinfo = 1
I think - some settings cashed from local host. Where it clean?
I can`t find answer on forum. Help.
May be problem at this - DB server and APP server is different servers?
Last edited by kremrem (2017-08-27 18:54:58)
Offline
Hi, welcome in the live chat forum.
If you try to transfer a localhost install to web you can have issue.
Please try to do a clean install on the web.
Instructions here:
https://forum.livehelperchat.com/viewtopic.php?id=2193
If you really need transfer the localhost install and you are unable to do please follow the commercial link on my signature,
support will be not free.
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
no. I need clean app. But it is not possible - in my happening APP server is different from DB server. Your app cant work with it!
Offline
I cannot understand you.
What set you followed for install LHC?
What you mean with APP server is different from DB 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
Your script can not work if the database server is on a different host address
Last edited by kremrem (2017-08-27 21:05:24)
Offline
I think can work if you set different address and not localhost and if the server allow external database.
There are commercial support if you need.
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
Can not. From my host all scripts are normally connected to the same host's database. And I would not go through the installation step 2 if the connection was not established. You can check it yourself. This does not require paid support. But your script still very much is pleasant to me and I went the way to apply it.
Last edited by kremrem (2017-08-27 21:12:46)
Offline
Topic solved.
Commercial info is on my signature.
If you want you can do a celan install on web as I said and not try to use the local install.
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
What address do you put inside localhost?
Servers should allow use of external database.
If you think you found a bug please open a GitHub report here:
https://github.com/LiveHelperChat/livehelperchat/issues
Thank you.
Last edited by PeopleInside (2017-08-27 21:24:30)
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
Hi, I have the same problem.
I unzipped the files, and uploaded to my server. Then I run the install script.
It asks for the database credentials, then the admin credentials.
After the admin credentials, the installation goes back to step 1.
I have double-checked the database password, the database server ip address and port, but no luck.
Offline
Hi suporte.agencialink,
thank you for your message. Please check server error logs.
Can you share here the link where you live install is?
Maybe I can give a quick check you can check on the developers tools of the browser if some errors happen.
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
Hi, here's the link:
http://chat.agencialink.com
When I use a local database (localhost), the installer works. But when I use a remote database (using ip address or hostname), the installer fails.
Offline
If you want, you can use this link for testing purposes - nobody is using it yet.
Thank you!
Offline
When I use a local database (localhost), the installer works. But when I use a remote database (using ip address or hostname), the installer fails.
Maybe this depends from your server configuration.
If you think there are issue with Live helper chat please follow link on my signature "Commercial Support / GitHub"
Have a great day!
Last edited by PeopleInside (2017-11-06 11:28:33)
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
Now I got it.
The problem is that my database server does not have the utf8mb4 collate. It has nothing to do with being an external or local server.
To work around this, change the line 55 in the file lhc_web/lib/core/lhcore/lhdb.php. Change "utf8mb4" to "utf8" and "utf8mb4_unicode_ci" to "utf8_unicode_ci". Then, run the installer again, and it should work.
Offline
In my server and install no issue.
Thanks for share the solution that work for you
Last edited by PeopleInside (2017-11-07 12:01:28)
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