I installed this plugin and I get a blank page when accessing this from the admin. I am running v150. This is what my host says that happened. Any ideas as to fix this?
This appears to be related to the recover cart sale plugin. We recommend you contact the developer of this plugin and let them know that the script appears to be attempting to access a table that hasn't been created yet.
The error message I got when I ran a strace on the script says "Table 'coucho_zncr1.zen_scart' doesn't exist."
21:50:47 write(3, "\352\2\0\0\3SELECT cb.customers_id,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cb.products_id,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cb.customers_basket_quantity,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cb.customers_basket_date_added,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cus.customers_firstname,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cus.customers_lastname,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cus.customers_telephone,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t cus.customers_email_address,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t sc.datemodified\n\t\t\t\t\t\t\t\t\t\t\t\t\tFROM zen_customers_basket cb\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tLEFT JOIN zen_customers cus ON (cb.customers_id = cus.customers_id)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tLEFT JOIN zen_scart sc ON (cb.customers_id = sc.customers_id)\n\t\t\t\t\t\t\t\t\t\t\t\t\tWHERE cb.customers_basket_date_added >= '20121111'\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAND cb.customers_id NOT IN ('')\n\t\t\t\t\t\t\t\t\t\t\t\t\tORDER BY cb.customers_id A SC, cb.customers_basket_date_added DESC", 750) = 750
21:50:47 read(3, "5\0\0\1\377z\4#42S02Table 'coucho_zncr1.zen_scart' doesn't exist", 16384) = 57
21:50:47 write(1, "<div class=\"systemError\">", 25) = 25
21:50:47 write(1, "WARNING: An Error occurred, please refresh the page and try again.", 66) = 66


Reply With Quote

