I've done the previous steps as I was getting that error messagw.
When I go to admin>cat>products with attributes stock I now get this error message:
1146 Table 'easybead_zc1.zen_products_with_attributes_stock' doesn't exist
in:
[select * from zen_products_with_attributes_stock where products_id="241"]
aaaah you gotta have a laugh!!
Not laughing now. I can't add products to cart, even products with no attributes cuz I get the quoted error.
I really need help fast for this, my cart is out of order. And I have no idea what it means. Even though I have tried to add a product order than product id#241, the message keeps coming up.
Thanks.
You partially installed a contribution. Apparently for attribute stock. But you didn't do the database part. Presumably there are instructions for that in the readme files for the contribution.
I suggest you go to the contribution's readme / installation instructions and double-check everything. Failing that, report your problem in the support thread for that contribution.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for that DrByte. That must have been the part I didn't understand on how to do.
Do I upload the stock_attribute.sql file via ftp or through the tools>install SQL patches?
Thank you for your prompt reply.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I have a similar issue, but with regard to the Authorize.Net Sim module. My error is:
My code in catalog/includes/modules/payment/authorizenet_aim.php is:1136 Column count doesn't match value count at row 1
in:
[insert into zen_orders_status_history (comments, po_number, orders_id, orders_status_id, date_added) values ('Credit Card payment. AUTH: 507639. TransID: 1908858370.' , '82','', now() )]
function after_process() {
global $insert_id, $db;
$db->Execute("insert into " . TABLE_ORDERS_STATUS_HISTORY . " (comments, po_number, orders_id, orders_status_id, date_added) values ('Credit Card payment. AUTH: " . $this->auth_code . ". TransID: " . $this->transaction_id . ".' , '". (int)$insert_id . "','" . $this->order_status . "', now() )");
return false;
}
I am not spotting the issue but am surely overlooking the obvious. Any ideas?
Thanks!
Gary
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
OOPS! I meant my Authorize.Net AIM module.
Version 1.3.7.1
There's an updated AIM module for 1.3.7.x, which includes some improvements and some of the newer features of the 1.3.8 version. The beta version for 1.3.7.x is here: http://www.zen-cart.com/forum/showth...023#post441023
For the full improvements for 1.3.8, you'll need to upgrade to 1.3.8
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.