currently I try to update my server to discontinue the PHP 7.4 Support and go fully to 8.4 .
Code: Select all
tar -xzf mantisbt-2.27.0.tar.gz
mv mantisbt-2.27.0 mantisbt
The issue is, if I try to run the install.php on the, but there is no response on the webpage, it shows nothing.
I tried the older mantisbt-2.18.0.tar.gz, it starts.
Code: Select all
tar -xzf mantisbt-2.18.0.tar.gz
mv mantisbt-2.18.0 mantisbt_old
What could be the issue?
Thanks a lot, Best Regards, Seppel
--------------------------------------------------------------------------------------------------------------
The output for PHP versions I get is:
Code: Select all
php --version
PHP 4.4.9 (cgi-fcgi) (built: Nov 11 2024 13:32:51)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Code: Select all
php7.4 --version
PHP 7.4.33 (cgi-fcgi) (built: Dec 11 2024 09:37:41)
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Code: Select all
php8.4 --version
PHP 8.4.3 (cgi-fcgi) (built: Jan 20 2025 10:48:23) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.3, Copyright (c) Zend Technologies