Hello i finish the project and generation run properly on local computer, so i move the files to the final computer running xampp server too and i got the following error when try to open the website:Fatal error: Uncaught Error: Class ‘NumberFormatter’ not found in C:\xampp\htdocs\src\phpfn.php:5659 Stack trace: #0 C:\xampp\htdocs\src\Language.php(77): PHPMaker2022\HFFilecenter2022FINAL4BPCCLOUD\LocaleConvert() #1 C:\xampp\htdocs\src\Language.php(33): PHPMaker2022\HFFilecenter2022FINAL4BPCCLOUD\Language->loadLanguage(‘en-US’) #2 C:\xampp\htdocs\vendor\php-di\php-di\src\Definition\Resolver\ObjectCreator.php(143): PHPMaker2022\HFFilecenter2022FINAL4BPCCLOUD\Language->__construct() #3 C:\xampp\htdocs\vendor\php-di\php-di\src\Definition\Resolver\ObjectCreator.php(71): DI\Definition\Resolver\ObjectCreator->createInstance(Object(DI\Definition\ObjectDefinition), Array) #4 C:\xampp\htdocs\vendor\php-di\php-di\src\Definition\Resolver\ResolverDispatcher.php(71): DI\Definition\Resolver\ObjectCreator->resolve(Object(DI\Definition\ObjectDefinition), Array) #5 C:\xampp\htdocs\vendor\php-di\php-di\src\Container.php(390): DI\Definition\Resolver\ResolverDispatcher->resolve(Object(DI\Definition\ObjectDefinition), Array) #6 C:\xampp\htd in C:\xampp\htdocs\src\phpfn.php on line 5659any idea?thanks
Make sure you have installed the PHP intl extension.
yes was that, i just add to php.ini.just for know, what this extension do?
You may read Migrating to v2022 → Internationalization (i18n).
You may see from its documentation.