error php

Status
This content is read-only, or is not open for further replies.

dutyfree

Guest
offline
php 8.1 - no work
php 8.2 - no work
i use debian 12

?php





use XF\Install\App;





$phpVersion = phpversion();


if (version_compare($phpVersion, '7.2.0', '<'))


{


die("PHP 7.2.0 or newer is required. $phpVersion does not meet this requirement. Please ask your host to upgrade PHP.");


}





$rootDir = realpath(DIR . '/..');


chdir($rootDir);


require $rootDir . '/src/XF.php';





\XF::start($rootDir);


\XF::runApp(App::class);


php modules = good. check


XenForo®...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom