- user warning: Unknown column 'node.nid' in 'on clause'
query: select wcp.nid , IFNULL(adv.weight,99) as weight_mod from wc_programs wcp, node , term_node tn0, term_node tn1 LEFT JOIN `wc_program_advert` adv ON (node.nid = adv.program_id AND adv.cat_tid = 411 AND adv.country_tid = 442) where node.status = 1 AND node.nid = wcp.nid AND tn0.tid = 411 AND tn0.nid = wcp.nid AND tn1.tid = 442 AND tn1.nid = wcp.nid group by wcp.nid ORDER BY weight_mod ASC, node.sticky DESC LIMIT 0,10 in /home/sandiego/public_html/sites/all/modules/wc_static/wc_static.module on line 1038.
- user warning: Unknown column 'node.nid' in 'on clause'
query: select count(wcp.nid) as c from wc_programs wcp, node , term_node tn0, term_node tn1 LEFT JOIN `wc_program_advert` adv ON (node.nid = adv.program_id AND adv.cat_tid = 411 AND adv.country_tid = 442) where node.status = 1 AND node.nid = wcp.nid AND tn0.tid = 411 AND tn0.nid = wcp.nid AND tn1.tid = 442 AND tn1.nid = wcp.nid in /home/sandiego/public_html/sites/all/modules/wc_static/wc_static.module on line 1042.
|