PDA

Zobacz pełną wersję : Próba zmiany wersji PHP dla stron w podkatalogach.



rafjak
23-06-2024, 11:32
Witam,

Mam serwer gdzie 2 strony są w Joomla 3 i jedna w Joomla 4.
Próbowałem ustawić dla katalogu w którym jest Joomla 4 wersję PHP 8.1, żeby zrobić upgrade do wersji 5.
Po ustawieniach wyższego PHP dla katalogu w /etc/apache2/sites-available pojawił się na stronie taki kupunikat:

* @license GNU General Public License version 2 or later; see LICENSE.txt */ // NOTE: This file should remain compatible with PHP 5.2 to allow us to run our PHP minimum check and show a friendly error message // Define the application's minimum supported PHP version as a constant so it can be referenced within the application. define('JOOMLA_MINIMUM_PHP', '7.2.5'); if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) { die( str_replace( '{{phpversion}}', JOOMLA_MINIMUM_PHP, file_get_contents(dirname(__FILE__) . '/templates/system/incompatible.html') ) ); } /** * Constant that is checked in included files to prevent direct access. * define() is used rather than "const" to not error for PHP 5.2 and lower */ define('_JEXEC', 1); // Run the application - All executable code should be triggered through this file require_once dirname(__FILE__) . '/includes/app.php';
Usunąłem ustawienia dla apache2 a komunikat pozostał. Co ciekawe zaplecze działa bez zarzutu. W czym może być problem?

Pozdrawiam
RJ

terra
27-06-2024, 13:31
ze ścieżek wynika, że w szablonie mozesz mieć nieprawidłowe składnie dla PHP

rkonik
28-06-2024, 13:34
Sprawdź czy się w konfiguracji nie walnąłeś. Co CI pokazuje phpinfo(); ?