Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-01-12 08:32:22

mkh
Member
Registered: 2015-01-12
Posts: 15

PostgreSQL support

Hi,

I just can't find "postgreql.sql" to be imported.

Offline

#2 2015-01-12 08:35:28

mkh
Member
Registered: 2015-01-12
Posts: 15

Re: PostgreSQL support

Sorry, I didn't notice. It is in the postgresql branch.

Offline

#3 2015-01-12 10:22:13

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: PostgreSQL support

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

#4 2015-01-12 11:24:42

mkh
Member
Registered: 2015-01-12
Posts: 15

Re: PostgreSQL support

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

#5 2015-01-12 11:30:44

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: PostgreSQL support

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

#6 2015-01-12 12:18:58

mkh
Member
Registered: 2015-01-12
Posts: 15

Re: PostgreSQL support

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

#7 2015-01-12 12:20:29

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Offline

#8 2015-01-12 15:15:55

mkh
Member
Registered: 2015-01-12
Posts: 15

Re: PostgreSQL support

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

#9 2015-01-12 18:16:28

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: PostgreSQL support

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

Board footer