D

error php

  • Thread starter Thread starter dutyfree
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
D

dutyfree

Guest

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...
 
Back
Top Bottom