Charlybrownas Posted June 3, 2021 Share Posted June 3, 2021 Hola a todos he actualizado a la versión 1.7.7.4 y me da el siguiente error cuando intento registrar a alguien o lo intentan desde el Front Office: Whoops, looks like something went wrong. (1/1) ContextErrorException Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' (this will throw an Error in a future version of PHP) in InternationalizedDomainNameConverter.php line 46 at InternationalizedDomainNameConverter->emailToUtf8('[email protected]')in CustomerForm.php line 85 at CustomerFormCore->fillWith(array('id_gender' => '1', 'firstname' => 'Charlie', 'lastname' => 'Brown', 'email' => '[email protected]', 'password' => 'charlie', 'birthday' => '', 'submitCreate' => '1', 'create_account' => '1', 'controller' => 'authentication'))in AuthController.php line 50 at AuthControllerCore->initContent()in Controller.php line 306 at ControllerCore->run()in Dispatcher.php line 518 at DispatcherCore->dispatch()in index.php line 28 Alguna idea? Gracias P.D.De PHP version tengo 1.7.3. Link to comment Share on other sites More sharing options...
w3bsolutions Posted June 4, 2021 Share Posted June 4, 2021 12 hours ago, Charlybrownas said: P.D.De PHP version tengo 1.7.3. Supongo que te refieres a 7.3 no?? Este tema lo comentan aquí: https://github.com/PrestaShop/PrestaShop/issues/22989 - la versión del paquete ICU de tu servidor tiene que ser superior a 4.6. Habría que ver qué versión tienes. Para eso, sube el fichero adjunto al directorio raíz de tu página web y luego ábrelo en urldetutienda/phppsinfo.php, si te pide usuario y contraseña pon "prestashop" en ambas. Dime qué te pone en la última línea con el título "ICU" que he añadido, a la derecha del todo en "current": phppsinfo.php Link to comment Share on other sites More sharing options...
Charlybrownas Posted June 4, 2021 Author Share Posted June 4, 2021 Gracias por tu respuesta. Si quería decir 7.3. tengo de ICU lo siguiente: ICU VERSION, 4.2.1 ICU DATA version 2009j ICU Unicode Version 5.1 Estoy ya al habla con el servidor a ver si se puede subir al menos a 4.6. Crees que con eso se solucionará? Link to comment Share on other sites More sharing options...
w3bsolutions Posted June 4, 2021 Share Posted June 4, 2021 Sí, con eso se tiene que solucionar. Pero que te pongan una versión más nueva. En mi servidor, por ejemplo, con PHP 7.3 tengo la versión ICU 68.2. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now