[drupal-devel] Ecommerce module problems with current CVS

Negyesi Karoly karoly at negyesi.net
Sun Feb 20 00:07:08 UTC 2005


Two bugs falling on my poor head?

> query: SELECT COUNT(n.nid) FROM node n  WHERE  AND n.nid = 3 AND n.type
> != 'product' in
> /home/rosskend/public_html/drupal-test/includes/database.mysql.inc on
> line 66.

Please find the original query and post it. (hint: xdebug extension) I have 
a few suspects...

> * when creating a 'product'
> Fatal error: Call to undefined function: check_query() in
> /home/rosskend/public_html/drupal-test/modules/ecommerce/product/product.
>module on line 590
>
> If/when I work out what the issue is I will file a bug.

This is not a bug, but I have made this, too (after Dries and Goba insisted 
on changing the name). check_query is now called db_escape_string.

Regards

NK



More information about the drupal-devel mailing list