Search found 15620 matches

by Thorsten
Sat Oct 12, 2024 9:01 am
Forum: General discussions
Topic: Instance gets spammed with search requests / How to track down originating IP
Replies: 2
Views: 1272

Re: Instance gets spammed with search requests / How to track down originating IP

Hi, that's bad, sorry for this! To avoid new entries, you can edit the Search class in phpmyfaq/src/phpMyFAQ/Search.php: From public function logSearchTerm(string $searchTerm): void { if (Strings::strlen($searchTerm) === 0) { return; } $dateTime = new DateTime(); $query = sprintf( "INSERT INTO ...
by Thorsten
Sat Oct 12, 2024 8:54 am
Forum: General discussions
Topic: Upgrade from 3.0.9 to 3.2 Problems
Replies: 3
Views: 1360

Re: Upgrade from 3.0.9 to 3.2 Problems

Hi, you can create this table manually: CREATE TABLE faqcategory_order ( category_id int(11) NOT NULL, parent_id int(11) DEFAULT NULL, position int(11) NOT NULL, PRIMARY KEY (category_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB bye Thorsten
by Thorsten
Tue Oct 08, 2024 7:38 am
Forum: General discussions
Topic: Hosting anbieter ?
Replies: 1
Views: 1283

Re: Hosting anbieter ?

Hi,

bei was kommst du nicht weiter?

bye
Thorsten
by Thorsten
Sat Oct 05, 2024 6:42 pm
Forum: Bug reports
Topic: New entry Email received shows all HTML coding
Replies: 33
Views: 11004

Re: New entry Email received shows all HTML coding

Hi,

I tested it with PHP 8.1, 8.2, 8.3, and even with the upcoming 8.4 release. I couldn't reproduce this behaviour. Sorry. Any other hints for me?

bye
Thorsten
by Thorsten
Fri Oct 04, 2024 8:34 am
Forum: Bug reports
Topic: WYSIWYG Editors (DE)
Replies: 2
Views: 1230

Re: WYSIWYG Editors (DE)

Hi,

siehst du Fehlermeldungen in der Browser Dev Console?

bye
Thorsten
by Thorsten
Sun Sep 22, 2024 1:23 pm
Forum: Bug reports
Topic: New entry Email received shows all HTML coding
Replies: 33
Views: 11004

Re: New entry Email received shows all HTML coding

Hi,

I'm testing it now with PHP 8.2, my current test environment is PHP 8.3

bye
Thorsten
by Thorsten
Fri Sep 20, 2024 4:40 pm
Forum: General discussions
Topic: Upgrade from 3.0.9 to 3.2 Problems
Replies: 3
Views: 1360

Re: Upgrade from 3.0.9 to 3.2 Problems

Hi,

I think you don't need the Option FollowSymlinks, I will remove it.

Is "faqcategory_order" missing for 3.0 or 3.2? I think we introduced this table with 3.1.

bye
Thorsten
by Thorsten
Thu Sep 19, 2024 6:30 pm
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 3646

Re: Mixed Login Types and Documentation update

Hi,

is it working now?

bye
Thorsten
by Thorsten
Tue Sep 17, 2024 7:31 am
Forum: Bug reports
Topic: New entry Email received shows all HTML coding
Replies: 33
Views: 11004

Re: New entry Email received shows all HTML coding

Hi,

do you know the current version and the version before?

bye
Thorsten
by Thorsten
Mon Sep 16, 2024 4:49 pm
Forum: Bug reports
Topic: New entry Email received shows all HTML coding
Replies: 33
Views: 11004

Re: New entry Email received shows all HTML coding

Hi,

did you changed anything on your server? I checked the code various times now and I don't find the issue that happens on your side.

bye
Thorsten
by Thorsten
Sat Sep 14, 2024 1:11 pm
Forum: Webserver and configuration
Topic: Enabling SSO
Replies: 1
Views: 3041

Re: Enabling SSO

Hi,

thanks for the feedback, I added some documentation about SSO and nginx. I also added that for Apache.

https://phpmyfaq.readthedocs.io/en/main ... on-support

bye
Thorsten
by Thorsten
Sat Sep 14, 2024 9:25 am
Forum: Webserver and configuration
Topic: Trouble Installing 4.0 Beta under Wordpress Folder Structure
Replies: 1
Views: 2086

Re: Trouble Installing 4.0 Beta under Wordpress Folder Structure

Hi,

did you change the base URL in the .htaccess file provided by phpMyFAQ?

bye
Thorsten
by Thorsten
Sat Sep 14, 2024 9:24 am
Forum: Proposals
Topic: Mixed Login Types and Documentation update
Replies: 3
Views: 3646

Re: Mixed Login Types and Documentation update

Hi,

thanks for the great suggestions but one thing should be already possible: if you enable SSO, local logins should still work.

bye
Thorsten
by Thorsten
Mon Sep 09, 2024 6:39 pm
Forum: General discussions
Topic: Login leads to HTTP Error 500 / unknown column login_attempts
Replies: 6
Views: 4928

Re: Login leads to HTTP Error 500 / unknown column login_attempts

Hi Ralph,

was it really missing?

bye
Thorsten