Jump to content

Ayuda - Mi web no funciona. Errores URL


alj1923

Recommended Posts

el error que me aparece al abrir la web (www.feelsavia.com) es el siguiente:

 

  Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : ''));
257.         }
258. 
259.         /* Theme is missing */
260.         if (!is_dir(_PS_THEME_DIR_)) {
261.             throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\')))));
262.         }
263. 
264.         if (Configuration::get('PS_GEOLOCATION_ENABLED')) {
265.             if (($new_default = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($new_default)) {
266.                 $this->context->country = $new_default;
Link to comment
Share on other sites

Hola!

Por tu web veo que lo has solucionado, pero al entrar en la cabecera aparece:

 
 
Deprecated: Function mcrypt_encrypt() is deprecated in /customers/d/2/8/feelsavia.com/httpd.www/classes/Rijndael.php on line 51

 

Desactiva el modo debug y "display_errors" de tu configuración PHP.

Un saludo.

Link to comment
Share on other sites

14 hours ago, PSBlog said:

Hola!

Por tu web veo que lo has solucionado, pero al entrar en la cabecera aparece:

 
 

Deprecated: Function mcrypt_encrypt() is deprecated in /customers/d/2/8/feelsavia.com/httpd.www/classes/Rijndael.php on line 51

 

Desactiva el modo debug y "display_errors" de tu configuración PHP.

Un saludo.

 

Creo que ya está solucionado, era un error de la plantilla. Ahora tengo que solucionar problemas con las url. Algunas de las páginas no me funcionan

Muchas gracias!

 

Edited by alj1923 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...