tbone
07-29-2005, 01:16 PM
I'm testing a site:
http://host82.hrwebservices.net/~talktot/shop
To test go to the "PSYCHOLOGY " section its the only one with complete product set up. Products are downloadable MP3s.
ISSUE:
payment module = 2CheckOut (test mode)
When ordering product(s) after entering the credit card info on checkout_payment.php and clicking continue to checkout_confirmation.php an error comes up:
Warning: Missing argument 4 for validate() in /home/talktot/public_html/shop/includes/classes/cc_validation.php on line 16
Warning: Missing argument 5 for validate() in /home/talktot/public_html/shop/includes/classes/cc_validation.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/talktot/public_html/shop/includes/classes/cc_validation.php:16) in /home/talktot/public_html/shop/includes/functions/general.php on line 29
(All fields were filled in the form including 3 digit Check Number)
The above error is thrown during a routine check out.
Interesting side note - I have set up a wholesale product (its Barbara DeAngelis "How Did I Get Here") with the price of $0.00 for customer group "Member" i.e. Wholesale
Below is a "Member" test account
login: name:[email protected] password:testing
When a Member purchases a product at the wholesale price of $0.00 the order goes through without an error.
Can this be fixed?
server specs:
PHP 4.3.8 W/ Zend Optimizer
MySQL 4.0.22
http://host82.hrwebservices.net/~talktot/shop
To test go to the "PSYCHOLOGY " section its the only one with complete product set up. Products are downloadable MP3s.
ISSUE:
payment module = 2CheckOut (test mode)
When ordering product(s) after entering the credit card info on checkout_payment.php and clicking continue to checkout_confirmation.php an error comes up:
Warning: Missing argument 4 for validate() in /home/talktot/public_html/shop/includes/classes/cc_validation.php on line 16
Warning: Missing argument 5 for validate() in /home/talktot/public_html/shop/includes/classes/cc_validation.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/talktot/public_html/shop/includes/classes/cc_validation.php:16) in /home/talktot/public_html/shop/includes/functions/general.php on line 29
(All fields were filled in the form including 3 digit Check Number)
The above error is thrown during a routine check out.
Interesting side note - I have set up a wholesale product (its Barbara DeAngelis "How Did I Get Here") with the price of $0.00 for customer group "Member" i.e. Wholesale
Below is a "Member" test account
login: name:[email protected] password:testing
When a Member purchases a product at the wholesale price of $0.00 the order goes through without an error.
Can this be fixed?
server specs:
PHP 4.3.8 W/ Zend Optimizer
MySQL 4.0.22