Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi,
I just can't find "postgreql.sql" to be imported.
Offline
Sorry, I didn't notice. It is in the postgresql branch.
Offline
Hi,
https://livehelperchat.com/postgresql-support-267a.html
Just as a notice, postgresql branch is a little bit behind master branch.
Will be updated in a week or so.
Offline
Hi,
Thanks for the response.
I could get it to work with PostgreSQL but now I can't find admin URL. "index.php/site_admin/" does not work.
Offline
well url you pointed is correct one. It's
index.php/site_admin/
Perhaps you need this fix
https://livehelperchat.com/godaddy-conf … -119a.html
But in general all have to work.
Offline
Nope!
What about Nginx? I'm using "nginx/1.2.8" and getting "404 Not Found".
I saw this link: https://livehelperchat.com/nginx-config … -132a.html
Do I need to put all the configuration or a particular param?
Offline
Offline
I could not fix the issue with nginx + sub directory.
So I created an individual domain and it's working now.
I also added "admin.php" with the following code to the root directory for easier access to site admin:
<?php
header("Location: index.php/site_admin/");
Last edited by mkh (2015-01-12 15:25:19)
Offline
Also actually you can remove index.php completely from URL and it works with nginx
so address would be just like
example.com/site_admin
More information how to do it
https://livehelperchat.com/how-to-remov … -229a.html
Offline
Pages: 1