Search found 15565 matches

by Thorsten
Sat Oct 07, 2023 1:43 pm
Forum: Webserver and configuration
Topic: Upgrade from 2.9.9 to 2.9.13 and to 3.2x
Replies: 13
Views: 4969

Re: Upgrade from 2.9.9 to 2.9.13 and to 3.2x

Hi,

you have to update from 2.9.13 to 3.1 first.

Which error do you get? Did you update PHP to at least PHP 7.4?

bye
Thorsten
by Thorsten
Fri Oct 06, 2023 11:28 am
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi,

it's "LDAP mapping for "member of" when using LDAP groups"

bye
Thorsten
by Thorsten
Fri Oct 06, 2023 7:56 am
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi,

you don't have to do that in the PHP files. Use the admin configuration user interface via your browser.

All LDAP configuration can be configured via your browser.

bye
Thorsten
by Thorsten
Thu Oct 05, 2023 7:23 pm
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi,

that won’t work, you have to change the values in the admin configuration for LDAP.

bye
Thorsten
by Thorsten
Wed Oct 04, 2023 9:27 am
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi Thomas,
tdellanna wrote: Tue Oct 03, 2023 9:23 am $PMF_LDAP['ldap_group_filter'] = '(&(objectClass=group)(cn=faq_PdL))';
$PMF_LDAP['ldap_user_filter'] = '(&(objectClass=user)(memberOf=cn=faq_PdL,ou=groups,dc=cittadellasalute,dc=to,dc=it))';
where did you add this information? In the admin configuration?

bye
Thorsten
by Thorsten
Tue Oct 03, 2023 6:28 pm
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi,

sadly I have no example configuration as this code was provided by a user.

Which version do you use?

bye
Thorsten
by Thorsten
Mon Oct 02, 2023 9:33 pm
Forum: Webserver and configuration
Topic: LDAP Group Filter
Replies: 15
Views: 12348

Re: LDAP Group Filter

Hi,

do you get any errors?

bye
Thorsten
by Thorsten
Fri Sep 22, 2023 1:12 pm
Forum: General discussions
Topic: Only one category showing on home page
Replies: 2
Views: 3018

Re: Only one category showing on home page

Hi,

are the other categories flagged as "start page categories"?

bye
Thorsten
by Thorsten
Thu Sep 21, 2023 2:26 pm
Forum: Skins and Themes
Topic: Cant find themes or information
Replies: 1
Views: 7503

Re: Cant find themes or information

Hi,

currently we do not provide any themes. We working on a documentation how to create own themes.

bye
Thorsten
by Thorsten
Thu Sep 21, 2023 2:25 pm
Forum: Webserver and configuration
Topic: Host upgraded PHP from 7.x to 8.2; causes an error
Replies: 2
Views: 2814

Re: Host upgraded PHP from 7.x to 8.2; causes an error

Hi,

which version of phpMyFAQ are you using?

bye
Thorsten
by Thorsten
Thu Sep 14, 2023 3:20 pm
Forum: Bug reports
Topic: pictures not showing in front end
Replies: 1
Views: 2559

Re: pictures not showing in front end

Hi,

I will take a look at it!

bye
Thorsten
by Thorsten
Thu Sep 14, 2023 3:13 pm
Forum: Bug reports
Topic: "Fatal error" nach Update 3.2.0
Replies: 2
Views: 2430

Re: "Fatal error" nach Update 3.2.0

Hi,

ja, da fehlt dann die Änderung im Update-Skript.

Ziehe ich in der 3.2.1 nach!

Danke!

bye
Thorsten
by Thorsten
Thu Aug 31, 2023 6:43 pm
Forum: Bug reports
Topic: Open question without category issue
Replies: 4
Views: 9480

Re: Open question without category issue

Hi,

which version do you use?

bye
Thorsten
by Thorsten
Sun Jul 23, 2023 4:02 pm
Forum: General discussions
Topic: no save new FAQ
Replies: 7
Views: 5338

Re: no save new FAQ

Hi,

das sollte dein Problem fixen:

https://github.com/thorsten/phpMyFAQ/co ... 9dff0efbd1

Es könnte sein, dass du folgende Query in deiner DB noch ausführen müsstest:

Code: Select all

CREATE SEQUENCE %sfaqcategory_order_position_seq START WITH 1
bye
Thorsten
by Thorsten
Sat Jul 22, 2023 1:26 pm
Forum: General discussions
Topic: no save new FAQ
Replies: 7
Views: 5338

Re: no save new FAQ

Hi,

ah... PostgreSQL, ich schau mir das an.

bye
Thorsten