Jump to content

Clientes error 500


Recommended Posts

hola soy nuevo y estoy terminando ya mi tienda con la version 1.7.6.6 y ayer he actualizado a 1.7.6.7 y hoy me di cuenta que al entrar a Clientes me da error 500.

Active debug y me arroja este error:

An exception occurred while executing 'SELECT c.id_customer, c.firstname, c.lastname, c.email, c.active, c.newsletter, c.optin, c.date_add, gl.name as social_title, s.name as shop_name, c.company, (SELECT SUM(total_paid_real / conversion_rate) FROM fulllasercom_orders o WHERE (o.id_customer = c.id_customer) AND (o.id_shop IN (?)) AND (o.valid = 1)) as total_spent, (SELECT c.date_add FROM fulllasercom_guest g LEFT JOIN fulllasercom_connections con ON con.id_guest = g.id_guest WHERE g.id_customer = c.id_customer ORDER BY c.date_add DESC LIMIT 1) as connect FROM fulllasercom_customer c LEFT JOIN fulllasercom_gender_lang gl ON c.id_gender = gl.id_gender AND gl.id_lang = ? LEFT JOIN fulllasercom_shop s ON c.id_shop = s.id_shop WHERE (c.deleted = 0) AND (c.id_shop IN (?)) ORDER BY c.date_add DESC LIMIT 50 OFFSET 0' with params [1, 2, 1]:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fulllasercom_latoscana.fulllasercom_guest' doesn't exist

 

Como resuelvo esto?

Agradecido

Joao Carlos Pombo Duarte

https://latoscana.online

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...