Closed (fixed)
Project:
Ubercart Views
Version:
6.x-3.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2010 at 16:50 UTC
Updated:
23 Apr 2010 at 06:32 UTC
I get the following error message after updating ubercart views
Removed database views - please install the new submodule uc_views_marketing to get you old views to work
How do I fix this please?
Comments
Comment #1
vip_sa commentedHere is the whole error message:
* user warning: Unknown table 'uc_order_products_qty_vw' query: DROP VIEW uc_order_products_qty_vw in /home/gigguide/public_html/hosted/usagigguide.com/sites/all/modules/uc_views/uc_views.install on line 21.
* user warning: Unknown table 'uc_order_products_user_vw' query: DROP VIEW uc_order_products_user_vw in /home/gigguide/public_html/hosted/usagigguide.com/sites/all/modules/uc_views/uc_views.install on line 22.
* user warning: Unknown table 'uc_order_products_pair_vw' query: DROP VIEW uc_order_products_pair_vw in /home/gigguide/public_html/hosted/usagigguide.com/sites/all/modules/uc_views/uc_views.install on line 23.
Now my views slide show is also not working
Comment #2
madsph commentedGo to the modules administration and enable the modules in the new uc_views group.
Comment #3
vip_sa commentedWhy am I getting this:
user warning: CREATE VIEW command denied to user 'gigguide_corne'@'localhost' for table 'uc_order_products_pair_vw' query: CREATE VIEW uc_order_products_pair_vw (nid,pair_nid,pair_sum_qty,order_count) AS SELECT op1.`nid` AS `nid`, op2.`nid` AS `pair_nid`, SUM(op2.`qty`) AS `pair_sum_qty`, COUNT(op2.`nid`) AS `order_count` FROM uc_order_products op1, uc_order_products op2 WHERE op1.`order_id` = op2.`order_id` AND op1.`nid` <> op2.`nid` GROUP BY `nid`, `pair_nid` ORDER BY `nid`, `order_count` DESC, `pair_sum_qty` DESC in /home/gigguide/public_html/hosted/usagigguide.com/sites/all/modules/uc_views/uc_views_marketing/uc_views_marketing.install on line 11.
Comment #4
madsph commentedNo prob ;-)