Database error after activation
-
Hi, I installed the plugin because I am in the process of evaluating various booking engines. During activation, the following error appeared in the Dashboard, with which I do not know what to do.
WordPress database error: [Unknown column ‘c.pic’ in ‘field list’]
SELECT
o
.id
ASidorder
,o
.custdata
,o
.status
,o
.days
,o
.checkin
,o
.checkout
,o
.totpaid
,o
.total
,o
.idorderota
,o
.channel
,o
.country
,o
.closure
,c
.pic
, ( SELECT CONCAT_WS(' ',or
.t_first_name
,or
.t_last_name
) FROMwp_vikbooking_ordersrooms
ASor
WHEREor
.idorder
=o
.id
LIMIT 1 ) ASnominative
FROMwp_vikbooking_orders
ASo
LEFT JOINwp_vikbooking_customers_orders
ASco
ONco
.idorder
=o
.id
LEFT JOINwp_vikbooking_customers
ASc
ONc
.id
=co
.idcustomer
WHEREo
.id
IN (2);
- The topic ‘Database error after activation’ is closed to new replies.