I've got the latest CVS version installed, but I'm getting an error saying:

Fatal error: Call to undefined function: check_query() in /home/fearless/fl.littlechair.net/html/modules/ecommerce/store/store.module on line 525

on the cart/checkout/process page.

-Jeff

Comments

jjeff’s picture

A little searching around found that the check_query function has been replaced by db_escape_string.

Did a search and replace and things seem to be working now.

References:

http://drupal.org/node/13366

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/project/issue...

-Jeff

matt westgate’s picture

This has been fixed. Thanks.

Anonymous’s picture