Hi!
What prevent my company to use phpMyFaq is the faq that we can use code in the FAQ, meaning formated text as code (not even code type detection but put some text as "code")
Unless I have missed how to do that, do you think you can implement that in future version?
Thanks!
Search found 25 matches
- Fri Jan 23, 2026 8:03 pm
- Forum: General discussions
- Topic: Inserting code in a FAQ
- Replies: 3
- Views: 257
- Tue Dec 16, 2025 2:33 pm
- Forum: General discussions
- Topic: How to disable LDAP configuration
- Replies: 3
- Views: 906
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 ...
<?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 ...
- Tue Dec 16, 2025 2:23 pm
- Forum: General discussions
- Topic: How to disable LDAP configuration
- Replies: 3
- Views: 906
Re: How to disable LDAP configuration
Code: Select all
UPDATE faqconfig SET config_value = 'false' WHERE config_name = 'ldap.ldapSupport';- Tue Dec 16, 2025 1:56 pm
- Forum: General discussions
- Topic: How to disable LDAP configuration
- Replies: 3
- Views: 906
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 ...
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 ...
- 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: 12645
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 ...
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 ...
- 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: 12645
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.
Thks.
R.
- 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: 12645
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 ...
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 ...
- 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: 12645
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.
The "main.referenceurl" field please. I can't find a way to update the value in postgres...
Thanks!
R.
- 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: 12645
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.
Thanks!
R.
- 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: 12645
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..
It's already enable but I do not see anything in the logs on on the screen..
- 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: 12645
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.
$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.
- 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: 12645
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
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
- Sun Jun 19, 2016 8:13 pm
- Forum: Bug reports
- Topic: upgrade 2.8.x to 2.9.1 issue
- Replies: 2
- Views: 3591
Re: upgrade 2.8.x to 2.9.1 issue
Thanks!

- Sat Jun 18, 2016 6:26 pm
- Forum: Bug reports
- Topic: upgrade 2.8.x to 2.9.1 issue
- Replies: 2
- Views: 3591
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 ...
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 ...
- Sat May 14, 2016 9:36 pm
- Forum: Bug reports
- Topic: Upgrad from 2.8 to 2.9 issue
- Replies: 3
- Views: 4354
Re: Upgrad from 2.8 to 2.9 issue
No problem, I will wait for the 2.9.1
Thanks!
R.
R.