JhonyE Posted May 20 Share Posted May 20 Muy buenos días, de antemano agradecerle a las personas que se interesen por ayudarme en este caso. Tengo el siguiente problema, por si por favor hay alguien que me pueda colaborar con una pista para arreglarlo. He hecho una copia de un sitio web para montar un entorno de pruebas. La copía se ha generado y el front ya se visualiza correctamente (dev.perfumeriascoqueteo.com) EL problema lo tengo cuanto intento acceder al backend de la tienda en dev., al poner email y password intenta acceder pero lo que hace es volver a dejarme en la url de login. He activado el modo depuración y el unico error que no me indica un status 200 es este, pero no tengo ni idea por donde validar esta posible redirección. Agradezco por favor, si alguien me da una pista de alguna pista para arreglarlo. Muchas gracias. Link to comment Share on other sites More sharing options...
Nickz Posted May 20 Share Posted May 20 (edited) Verifica tu .htaccess, y en la base de datos si el shop url es como tu lo pusiste. Edited May 20 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
JhonyE Posted May 20 Author Share Posted May 20 Hola Nickz, Muchas gracias, lo he revisado todo nuevamente y lo veo bien. Me he metido en los logs del servidor y el error que más aparece es este [2024-05-20 16:20:54] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] Por si depronto tiene alguan idea de esto. Muchas gracias de antemano Link to comment Share on other sites More sharing options...
JhonyE Posted May 20 Author Share Posted May 20 9 minutes ago, JhonyE said: Hola Nickz, Muchas gracias, lo he revisado todo nuevamente y lo veo bien. Me he metido en los logs del servidor y el error que más aparece es este [2024-05-20 16:20:54] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] Por si depronto tiene alguan idea de esto. Esto también me sale en los logs [2024-05-20 16:27:28] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:28] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:28] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:28] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:29] translation.WARNING: Translation not found. {"id":"Doofinder","domain":"messages","locale":"es-ES"} [] [2024-05-20 16:27:29] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:29] php.INFO: User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 {"exception":"[object] (ErrorException(code: 0): User Deprecated: Not specifying the optional ShopConstraint parameter is deprecated since version 1.7.8.0 at /home/perfumer/dev.perfumeriascoqueteo.com/src/Adapter/Configuration.php:418)"} [] [2024-05-20 16:27:29] translation.WARNING: Translation not found. {"id":"IQITTHEMEEDITOR - Customize your theme","domain":"messages","locale":"es-ES"} [] [2024-05-20 16:27:29] translation.WARNING: Translation not found. {"id":"Change design of your shop","domain":"messages","locale":"es-ES"} [] [2024-05-20 16:27:29] translation.WARNING: Translation not found. {"id":"Security Pro","domain":"messages","locale":"es-ES"} [] [2024-05-20 16:27:29] translation.WARNING: Translation not found. {"id":"PrestaShop Account","domain":"messages","locale":"es-ES"} [] Muchas gracias de antemano Link to comment Share on other sites More sharing options...
Nickz Posted May 20 Share Posted May 20 leiste este hilo: Link to comment Share on other sites More sharing options...
JhonyE Posted May 21 Author Share Posted May 21 On 5/20/2024 at 8:12 PM, Nickz said: leiste este hilo: On 5/20/2024 at 8:12 PM, Nickz said: leiste este hilo: Muchas gracias. Lo he leído y no me ha servido. He buscado mucho, pero no logro dar con una solución. Link to comment Share on other sites More sharing options...
PepeFernandez Posted May 22 Share Posted May 22 Buenas, a mi me pasaba algo parecido y es que me estaba dando un error cURL 60 pero no se veía. puedes probar a desactivar la verificación ssl, en los ficheros.. modules/ps_accounts/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php modules/ps_checkout/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php //buscar y reemplazar: $options[CURLOPT_SSL_VERIFYHOST] = 2; $options[CURLOPT_SSL_VERIFYPEER] = true; //por los valores... $options[CURLOPT_SSL_VERIFYHOST] = 0; $options[CURLOPT_SSL_VERIFYPEER] = false; //En el fichero config/defines.inc.php poner el PS_MODE_DEV en true. hay otro hilo que habla de poner un fichero cacert, pero eso a mi no me funcionó Link to comment Share on other sites More sharing options...
JhonyE Posted June 4 Author Share Posted June 4 On 5/22/2024 at 8:30 AM, PepeFernandez said: Buenas, a mi me pasaba algo parecido y es que me estaba dando un error cURL 60 pero no se veía. puedes probar a desactivar la verificación ssl, en los ficheros.. modules/ps_accounts/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php modules/ps_checkout/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php //buscar y reemplazar: $options[CURLOPT_SSL_VERIFYHOST] = 2; $options[CURLOPT_SSL_VERIFYPEER] = true; //por los valores... $options[CURLOPT_SSL_VERIFYHOST] = 0; $options[CURLOPT_SSL_VERIFYPEER] = false; //En el fichero config/defines.inc.php poner el PS_MODE_DEV en true. hay otro hilo que habla de poner un fichero cacert, pero eso a mi no me funcionó Perdón por la tardanza Pepe. Muchas gracias por sacar tiempo para ayudarme. Lo he probado, pero no me ha funcionado. Seguiré buscando Link to comment Share on other sites More sharing options...
ventura Posted June 5 Share Posted June 5 Si es posible revisa los logs de LiteSpeed 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