Jump to content

Error en pestaña Modulos


Vapor-Madrid

Recommended Posts

Hola buenas

el caso es que el otro día, desistale un modulo y todo correcto, se desisntalo y se borro bien, en principio

hasta que me di cuenta que el backofice ya no funciona la pestaña de los modulos, al entrar me da error

image.png.54ccbd201ff7c32147f2c649acd14daf.png image.png.349e922bc364481c0f9aea62c17b480d.png

por tanto ya no puedo instalar ni desisntalar ningún modulo más

version del PrestaShop™ 1.5.6.0

 

y no se que hacer

agradecería mucho que me echarais una mano

un saludo

Edited by Vapor-Madrid (see edit history)
Link to comment
Share on other sites

55 minutes ago, Pedro said:

si activo: 

/* Debug only */
define('_PS_MODE_DEV_', true);

sale esto:

[PrestaShopDatabaseException]

Duplicate entry '18274-1' for key 'PRIMARY'
 

INSERT INTO ps_referrer_cache (id_referrer, id_connections_source) (
					SELECT id_referrer, id_connections_source
					FROM ps_referrer r
					LEFT JOIN ps_connections_source cs ON ((r.http_referer_like IS NULL OR r.http_referer_like = '' OR cs.http_referer LIKE r.http_referer_like)
			AND (r.request_uri_like IS NULL OR r.request_uri_like = '' OR cs.request_uri LIKE r.request_uri_like)
			AND (r.http_referer_like_not IS NULL OR r.http_referer_like_not = '' OR cs.http_referer NOT LIKE r.http_referer_like_not)
			AND (r.request_uri_like_not IS NULL OR r.request_uri_like_not = '' OR cs.request_uri NOT LIKE r.request_uri_like_not)
			AND (r.http_referer_regexp IS NULL OR r.http_referer_regexp = '' OR cs.http_referer REGEXP r.http_referer_regexp)
			AND (r.request_uri_regexp IS NULL OR r.request_uri_regexp = '' OR cs.request_uri REGEXP r.request_uri_regexp)
			AND (r.http_referer_regexp_not IS NULL OR r.http_referer_regexp_not = '' OR cs.http_referer NOT REGEXP r.http_referer_regexp_not)
			AND (r.request_uri_regexp_not IS NULL OR r.request_uri_regexp_not = '' OR cs.request_uri NOT REGEXP r.request_uri_regexp_not))
					WHERE id_connections_source = 18274
				)


at line 613 in file classes/db/Db.php

 

607. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608. 		}
609. 		else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610. 		{
611. 			if ($sql)
612. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613. 			throw new PrestaShopDatabaseException($this->getMsgError());
614. 		}
615. 	}
616. 
617. 	/**
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...