Search found 24 matches

by romainp
Tue Dec 16, 2025 2:33 pm
Forum: General discussions
Topic: How to disable LDAP configuration
Replies: 3
Views: 379

Re: How to disable LDAP configuration

This ldap config works for me but I need to test more to be sure that I have the correct setting. I am using openldap.

<?php
// Main LDAP server, format the server as "ldap://127.0.0.1"
$PMF_LDAP['ldap_server'] = 'ldap://ldapserver.domain.lan';
$PMF_LDAP['ldap_port'] = 389;
$PMF_LDAP['ldap_user ...
by romainp
Tue Dec 16, 2025 2:23 pm
Forum: General discussions
Topic: How to disable LDAP configuration
Replies: 3
Views: 379

Re: How to disable LDAP configuration

Code: Select all

UPDATE faqconfig SET config_value = 'false' WHERE config_name = 'ldap.ldapSupport';
help my local admin to login. Now I can set the correct parameters for ldap.
by romainp
Tue Dec 16, 2025 1:56 pm
Forum: General discussions
Topic: How to disable LDAP configuration
Replies: 3
Views: 379

How to disable LDAP configuration

Hi!
I wanted to start a new install of the 4.0.14 version. All the setup was ok and I was able to signin with the admin user I have created.
Then wanted to enable ldap so I tried a configuration that was working prior on a 3.x version and then enable ldap in the admin pannel but got some issue. I am ...
by romainp
Thu Jul 14, 2016 4:31 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Hi!
Ok found the issue! I feel bad because I made some terrible errors during this upgrade and troubleshoot steps... but well, that's how we learn! :)
So, first I don't know why but I was unable to understand how to update the postgres db with the right information for the url. It's just like my ...
by romainp
Wed Jul 13, 2016 9:01 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Hmm.. the 404 error code suggest that the path is wrong, so I have updated the db to use only http://192.168.4.4 and I will test to access the app using http://192.168.4.4/phpmyfaq in my browser. I will let you know about the result as soon as I am back to my home.
Thks.
R.
by romainp
Wed Jul 13, 2016 8:53 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Hi,
I have used
update faqconfig set config_value = 'http://192.168.4.4/phpmyfaq' where config_name = 'main.referenceURL';

to update the db to reflect the fact that I access the phpmyfaq app using this ip but I still have a blank page and the logs only show this:

192.168.4.5 - - [12/Jul/2016 ...
by romainp
Mon Jul 11, 2016 1:58 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Oh sorry!
The "main.referenceurl" field please. I can't find a way to update the value in postgres...
Thanks!
R.
by romainp
Sun Jul 10, 2016 11:29 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Oh I think I know why I have some issue but.. can you tell me the sql syntax to update the host field in the db please?
Thanks!
R.
by romainp
Sun Jul 10, 2016 11:26 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Hi,
It's already enable but I do not see anything in the logs on on the screen..
by romainp
Sun Jul 10, 2016 6:47 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

Re: upgrade 2.8.x to 2.9.2, all is blank

Here it is:

$DB['type'] = 'pgsql';

the db server is on another server. I have tested a connexion with a cli (psql) and it works fine, I can access the db with the user name and password.

Thanks!
R.
by romainp
Fri Jul 08, 2016 10:57 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.2, all is blank
Replies: 13
Views: 12503

upgrade 2.8.x to 2.9.2, all is blank

Hi,
I have tried to update from 2.8.4 to the latest and all seems to be fine during the process but, when I try to access the faq, everything is blank! I have activate the debug but can't seen anything on the screen or in the logs.
If anybody have an idea :)
Thanks!
Romain
by romainp
Sun Jun 19, 2016 8:13 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.1 issue
Replies: 2
Views: 3571

Re: upgrade 2.8.x to 2.9.1 issue

Thanks!
:)
by romainp
Sat Jun 18, 2016 6:26 pm
Forum: Bug reports
Topic: upgrade 2.8.x to 2.9.1 issue
Replies: 2
Views: 3571

upgrade 2.8.x to 2.9.1 issue

Hi,
Got this error when trying to upgrade to 2.9.1:

DB error: ERROR: syntax error at or near "(" LINE 1: ALTER TABLE faqcategories ADD active INT(1) NULL DEFAULT 1 ^
ALTER TABLE faqcategories ADD active INT(1) NULL DEFAULT 1

Any idea on what I can do to solve this?

Thanks!
R.
Update: I have to to ...
by romainp
Sat May 14, 2016 9:36 pm
Forum: Bug reports
Topic: Upgrad from 2.8 to 2.9 issue
Replies: 3
Views: 4304

Re: Upgrad from 2.8 to 2.9 issue

No problem, I will wait for the 2.9.1 :) Thanks!
R.
by romainp
Sat May 14, 2016 3:58 pm
Forum: Bug reports
Topic: Upgrad from 2.8 to 2.9 issue
Replies: 3
Views: 4304

Re: Upgrad from 2.8 to 2.9 issue

Hi,
I was able to run the sql command by habd without any issue and the setup finished ok but now I have a blank page when I access my phpmyfaq site.
The logs show this:

[Sat May 14 10:56:24.971410 2016] [:error] [pid 27589] [client 192.168.1.61:60246] phpMyFAQ warning: pg_query(): Query failed ...