1.54.00 update creates "500 Internal server error"

Post Reply
Ralf
Posts: 56
Joined: 23 Sep 2018, 18:13

1.54.00 update creates "500 Internal server error"

Post by Ralf »

After updating my 1.53.02 version to 1.54.00 I get a success message that the database was updated but then: No access anymore, "500" error.

OS: Debian 12.11
Apache: 2.4.62 (Debian)
MySQL: 8.4.5
PHP: 8.2.28

System is OK, my browser shows the output of my 'phpinfo.php' when I call it directly, I can still use phpMyAdmin, just soplanning is dead. :o

By the way: What is the reason of eliminating all '.php' from URL's as described in the release notes?
soplanning
Site Admin
Posts: 420
Joined: 31 Aug 2017, 15:58

Re: 1.54.00 update creates "500 Internal server error"

Post by soplanning »

Hello
Removing "php" from all url is just a cosmetic improvment :)

About your 500 error, please go to apache/php error log and get the content of it, it should give details on the problem.
Ralf
Posts: 56
Joined: 23 Sep 2018, 18:13

Re: 1.54.00 update creates "500 Internal server error" and "404 Notfound"

Post by Ralf »

I think the problem is about .htaccess, which is disabled in apache2.4 by default (AllowOverride None). In versions 2.3.8 and earlier it was enabled (AllowOverride All).

In 1.54.00 all links to php files have been cut (no ".php") and this works as long as the new .htaccess in the main directory is recognized - which does not happen in a standard configuration.

A requirement (which you can add to "prerequisites" the install.txt) is to activate the apache module rewrite (mod_rewrite) by

Code: Select all

a2enmod rewrite
Last edited by Ralf on 25 Jun 2025, 14:22, edited 1 time in total.
soplanning
Site Admin
Posts: 420
Joined: 31 Aug 2017, 15:58

Re: 1.54.00 update creates "500 Internal server error"

Post by soplanning »

Thanks for reporting this, we'll add the information in the readme
Post Reply