Search found 15568 matches

by Thorsten
Mon Jan 08, 2024 7:21 pm
Forum: Bug reports
Topic: Cannot edit any articles
Replies: 6
Views: 754

Re: Cannot edit any articles

Hi,

this code hasn't changed since 3.1.0, do you have a column "updated" in the table faqdata_revisions?

bye
Thorsten
by Thorsten
Sat Jan 06, 2024 4:41 pm
Forum: Bug reports
Topic: 2FA und Super-Admin nach Neuinstallation der aktuellsten Version nicht möglich
Replies: 9
Views: 854

Re: 2FA und Super-Admin nach Neuinstallation der aktuellsten Version nicht möglich

Hi,

die anderen Issues sind in der 3.2.4 gefixt. Danke dir!

bye
Thorsten
by Thorsten
Sat Jan 06, 2024 3:33 pm
Forum: Bug reports
Topic: 2FA und Super-Admin nach Neuinstallation der aktuellsten Version nicht möglich
Replies: 9
Views: 854

Re: 2FA und Super-Admin nach Neuinstallation der aktuellsten Version nicht möglich

Hi,

welche App hast du für 2FA verwendet? Ich nutze den Google Authenticator und der klappt gut.

Der erste Admin kann nicht Super-Admin werden, da er es schon implizit ist. Evtl aktiviere ich das aber für den ersten Admin direkt, dass das klarer wird.

bye
Thorsten
by Thorsten
Thu Jan 04, 2024 7:23 pm
Forum: Bug reports
Topic: Cannot edit any articles
Replies: 6
Views: 754

Re: Cannot edit any articles

Hi,

which version did you have before the upgrade?

bye
Thorsten
by Thorsten
Wed Dec 20, 2023 10:13 am
Forum: Bug reports
Topic: Sudden problem writing a new kb article
Replies: 6
Views: 4730

Re: Sudden problem writing a new kb article

Hi,

as far as I remember I fixed it a couple of months ago in 3.1 and 3.2

bye
Thorsten
by Thorsten
Fri Dec 15, 2023 8:50 am
Forum: General discussions
Topic: Using more then one LDAP group
Replies: 3
Views: 2114

Re: Using more then one LDAP group

Hi,

that's a great idea. :-)

bye
Thorsten
by Thorsten
Thu Dec 14, 2023 8:29 am
Forum: General discussions
Topic: Using more then one LDAP group
Replies: 3
Views: 2114

Re: Using more then one LDAP group

Hi,

I never tried that... and I can't help how the LDAP Mapping has to look like here. Sorry!

bye
Thorsten
by Thorsten
Fri Nov 24, 2023 1:45 pm
Forum: Bug reports
Topic: Open question without category issue
Replies: 4
Views: 9533

Re: Open question without category issue

Hi,

that's fixed in the upcoming 3.2.3 release.

bye
Thorsten
by Thorsten
Wed Nov 08, 2023 12:45 pm
Forum: Bug reports
Topic: Embedded YouTube Links not working
Replies: 7
Views: 8250

Re: Embedded YouTube Links not working

Hi, you can add your URL here: https://github.com/thorsten/phpMyFAQ/blob/3.2/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php#L258 The method would look like this then: public function cleanUpContent(string $content): string { $contentLength = Strings::strlen($content); $htmlSanitizer = new HtmlSanitizer(...
by Thorsten
Tue Nov 07, 2023 8:05 am
Forum: Bug reports
Topic: Images not loading correctly in FE in new articles
Replies: 6
Views: 7276

Re: Images not loading correctly in FE in new articles

Hi,

I changed the fix for the 3.2.3 release: https://github.com/thorsten/phpMyFAQ/co ... 147cadf748

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 5:57 pm
Forum: Bug reports
Topic: Embedded YouTube Links not working
Replies: 7
Views: 8250

Re: Embedded YouTube Links not working

Hi,

is this a link to YouTube?

YouTube links should work as we whitelist them: https://github.com/thorsten/phpMyFAQ/bl ... r.php#L257

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 5:55 pm
Forum: Bug reports
Topic: Images not loading correctly in FE in new articles
Replies: 6
Views: 7276

Re: Images not loading correctly in FE in new articles

Hi,

this fix should help: https://github.com/thorsten/phpMyFAQ/co ... 24e7d854de

Additionally, you're using a 3.1 template, right? It causes a lot of JavaScript errors and 404 issues. You should use a 3.2 compatible template.

bye
Thorsten
by Thorsten
Fri Nov 03, 2023 10:35 am
Forum: General discussions
Topic: Die Funkion "Frage stellen" funktioniert nicht
Replies: 4
Views: 10305

Re: Die Funkion "Frage stellen" funktioniert nicht

Hi,

in den nächsten 2 oder 3 Wochen.

bye
Thorsten
by Thorsten
Wed Nov 01, 2023 5:16 pm
Forum: General discussions
Topic: Die Funkion "Frage stellen" funktioniert nicht
Replies: 4
Views: 10305

Re: Die Funkion "Frage stellen" funktioniert nicht

Hi,

Fehler gefunden bzw. mehrere dort:

https://github.com/thorsten/phpMyFAQ/co ... 946fd1437c

Hinweis: du musst die JavaScript-Dateien neu bauen, wenn du es selber fixen willst.

Ansonsten kommt der Fix mit der kommenden phpMyFAQ 3.2.3

Danke!

bye
Thorsten