RE: SECv2.2 with Credit Class and GVv5.05 for MS2
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <4b7acaee959cb80629a2eb799c08eae3@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=226600#226600
----------------------------------------------------------------
The first message is fine ... it just displays as it's a small file.
The second message looks like you are hitting this section before it stops:
[code]#add Updated to orders_status
INSERT INTO `orders_status` VALUES ('4', 2, 'Updated');
INSERT INTO `orders_status` VALUES ('4', 3, 'Updated');
INSERT INTO `orders_status` VALUES ('4', 1, 'Updated');
[/code]
Check your orders_status table and see if you already have those values defined in the table.
You may have to adjust these files based on contributions you already have added or configurations you are already using.
Updated can be anything higher than what you will use for allowing downloads to be obtained right away. The Updated is for when you need to have a way to reset the number of downloads and number of days without manually editing the order and trying to find the right settings.