Search found 15665 matches

by Thorsten
Thu Jan 23, 2025 6:47 pm
Forum: Bug reports
Topic: Page update not found for update from 4.0.1 to 4.0.5
Replies: 2
Views: 41

Re: Page update not found for update from 4.0.1 to 4.0.5

Hi,

did you move the changed .htaccess file as well? It's in the folder phpmyfaq/

bye
Thorsten
by Thorsten
Tue Jan 21, 2025 7:07 pm
Forum: General discussions
Topic: EN - Batch upload via phpMyAdmin
Replies: 2
Views: 8366

Re: EN - Batch upload via phpMyAdmin

Hi,

the solution ID is a unique identifier, usually starts with 1000 with the first FAQ and goes on with 1001, 1002, etc

bye
Thorsten
by Thorsten
Wed Jan 08, 2025 7:02 am
Forum: General discussions
Topic: Fresh Install 4.0.1 Issues
Replies: 3
Views: 1883

Re: Fresh Install 4.0.1 Issues

Hi,

we'll release 4.0.4 shortly to address a lot of update issues, so please wait for this update.

bye
Thorsten
by Thorsten
Mon Dec 23, 2024 11:09 am
Forum: General discussions
Topic: Fresh Install 4.0.1 Issues
Replies: 3
Views: 1883

Re: Fresh Install 4.0.1 Issues

Hi,

your rewriting does not work correctly. Do you use Apache or nginx?

Please check the requirements: https://phpmyfaq.readthedocs.io/en/4.0/ ... quirements

bye
Thorsten
by Thorsten
Thu Dec 19, 2024 3:24 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

so now it's working?

bye
Thorsten
by Thorsten
Thu Dec 19, 2024 12:07 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi Virgile,

awesome news!

About the navigation, it looks like some caching as it seems the logo is still PNG and it should be a SVG with 4.0.

bye
Thorsten
by Thorsten
Wed Dec 18, 2024 2:17 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

if

Code: Select all

https://hostname_server/phpmyfaq/api/v3.0/version
does not work, the rewriting does not work at all.

It looks like you have to debug the Apache log: https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html

bye
Thorsten
by Thorsten
Tue Dec 17, 2024 4:52 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

it's not working even after you adjusted the RebaseBase path in the .htaccess file?

What do you get if you open https://hostname_server/phpmyfaq/api/v3.0/version

bye
Thorsten
by Thorsten
Mon Dec 16, 2024 8:10 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

the AllowOverride all configuration has to be in the main Apache configuration, not in .htaccess.

bye
Thorsten
by Thorsten
Mon Dec 16, 2024 9:14 am
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

the path in the .htaccess then has to look like this:

Code: Select all

# the path to your phpMyFAQ installation
    RewriteBase /phpmyfaq/
AllowOverride All has to be set in the Apache configuration as well.

bye
Thorsten
by Thorsten
Thu Dec 12, 2024 8:33 am
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

how does your FAQ URL look like?

bye
Thorsten
by Thorsten
Wed Dec 11, 2024 5:50 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

please open the .htaccess file in the root folder and check it

bye
Thorsten
by Thorsten
Tue Dec 10, 2024 7:17 pm
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

is the path of the Rewrite base correct?

Code: Select all

    # the path to your phpMyFAQ installation
    RewriteBase /
This is the standard value if you run phpMyFAQ e.g. on https://faq.example.org/

bye
Thorsten
by Thorsten
Mon Dec 09, 2024 9:56 am
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

is the path for the RewriteBase in the file the correct one?

bye
Thorsten
by Thorsten
Sun Dec 08, 2024 11:35 am
Forum: Bug reports
Topic: Error updating phpmyfaq 3.2.10 to 4.0.0
Replies: 25
Views: 3566

Re: Error updating phpmyfaq 3.2.10 to 4.0.0

Hi,

do you have a proper .htaccess file? If the rewriting does not work, phpMyFAQ 4.0 doesn't work. The update script checks that, that's why you get this error.

bye
Thorsten