Hi,

there are some queries where the table name is without braces. An if you have a table prefix it won't work. I've created a patch to correct it. I've used the last version on CVS to create it. (that version isn't con the combo box)

Best Regards

Comments

alobamor’s picture

StatusFileSize
new3.33 KB

Sorry, i missed one query.

baraban’s picture

Version: » 4.7.x-1.05
Assigned: alobamor » baraban

This was already fixed in my bug report from 3/11. However we both missed another line where two sets of curlies are missing in the ec_tangible_subproduct.module (integral part of this Live Subproducts module). Unless you fix this, tables will not be properly updated upon order completion.

$attributes = db_query("SELECT a.aid, a.stock FROM {ec_live_attribute} a INNER JOIN {ec_live_product_attribute} pa ON pa.aid = a.aid WHERE pa.nid = %d ", $node->nid );

brmassa’s picture

Jake and Alvaro,

thanks for reporting this bug. this corrected now.
remember this module on Drupal 4.7 will be not be maintained anymore.

best regards,

massa

brmassa’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)