Upgrading from 3.2.9 to 4.0.6

Please report bugs here!

Moderator: Thorsten

Post Reply
bpoulain
Posts: 3
Joined: Wed Mar 12, 2025 11:42 am

Upgrading from 3.2.9 to 4.0.6

Post by bpoulain »

Hi all,

I want to migrate from version 3.2.9 to version 4.0.6 (php 8.4 with apache 2.4).

When I access the /faq/update/ page, I get the following message:

Code: Select all

The requested resource was not found on the server. Please check your server configuration, especially the RewriteBase in your .htaccess configuration
My .htaccess contains:

Code: Select all

RewriteBase /faq/
In the apache log, I see this:

Code: Select all

"GET /faq/update/ HTTP/1.1" 200 2091 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/dist/update.js HTTP/1.1" 200 24819 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/dist/styles.css HTTP/1.1" 200 52092 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/images/favicon.ico HTTP/1.1" 304 470 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"POST /faq/api/setup/check HTTP/1.1" 401 555 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
I think the problem is with http-401 (Unauthorized) "/faq/api/setup/check" ...

Can you help me ?

Thx you.
Thorsten
Posts: 15716
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Upgrading from 3.2.9 to 4.0.6

Post by Thorsten »

Hi,

we never throw a 401 on this API endpoint: /faq/api/setup/check

So this has to be something from Apache webserver.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply