20 Feb
2005
20 Feb
'05
1:07 a.m.
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