

dan182skater
Members-
Content count
106 -
Joined
-
Last visited
Profile Information
-
Real Name
Daniel
-
Location
CA, U.S.A.
- Website
-
dan182skater started following Kirod
-
Kirod started following dan182skater
-
Hello, when I put in my real credit card, it says: "There was an error; please check your card details The first four digits of the number entered are: <br>If that number is correct, we do not accept that type of credit card.<br>If it is wrong, please try again." But this is my real credit card and it is not on Test Mode. I have also tried another real credit card with the same results. I am using the BluePay module and called Bluepay to ask why it says that, but they said it is something wrong with osCommerce and not their part. What should I do? My store is ready to go live but I can't until this is solved. THANKS! -Daniel
-
Missing argument 5 for validate() in cc_validation.php
dan182skater replied to dan182skater's topic in Other
Nevermind, problem fixed...for those of you wondering what was wrong is when it says Headers already sent, most likely it is because of extra space at the end of the php file after the closing php marks. For more info, and how I found out the solution, go here..... http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 As for you, Dynamoeffects, thank you!!!! Daniel -
Missing argument 5 for validate() in cc_validation.php
dan182skater replied to dan182skater's topic in Other
Thanks, but it still says: Warning: Cannot modify header information - headers already sent by (output started at /home/onlyzipp/public_html/shop/includes/modules/payment/odcbp.php:418) in /home/onlyzipp/public_html/shop/includes/functions/general.php on line 29 The other message went away though, but how do I get rid of this one? Thanks! -
Hello, I really need help with this ASAP. Basically, I have an account with BluePay, and when I type in a credit card number for testing, it says: Warning: Missing argument 5 for validate() in /home/onlyzipp/public_html/shop/includes/classes/cc_validation.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /home/onlyzipp/public_html/shop/includes/modules/payment/odcbp.php:418) in /home/onlyzipp/public_html/shop/includes/functions/general.php on line 29 Why on earth does it say this? Also, when i try to configure the BluePay module in the admin section, it says: Warning: Cannot modify header information - headers already sent by (output started at /home/onlyzipp/public_html/shop/includes/modules/payment/odcbp.php:418) in /home/onlyzipp/public_html/shop/admin/includes/functions/general.php on line 85 What should I do??? Any help is appreciated. Thanks! -Daniel
-
Hello, I have the module for Blue Pay 2.0, but it doesn't say how to install it. It just says to upload the files to the specific directories, which I did. But I know I need to do something with the code so that it shows in the payment modules of the Admin section. What should I do? Thanks! -Daniel
-
[CONTRIBUTION] Google XML Sitemap Feed - by Chemo
dan182skater replied to Chemo's topic in General Add-Ons Support
Hello everyone! I am having the same problem a few people had on this contribution, when I go to http://www.compshop4u.com/googlesitemap/index.php this is what I see: Warning: fopen(/public_html/sitemapproducts.xml): failed to open stream: No such file or directory in /home/web/compshop4u.com/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Product Sitemap Generation FAILED! Warning: fopen(/public_html/sitemapcategories.xml): failed to open stream: No such file or directory in /home/web/compshop4u.com/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Category Sitemap Generation FAILED! Warning: fopen(/public_html/sitemapindex.xml): failed to open stream: No such file or directory in /home/web/compshop4u.com/public_html/googlesitemap/sitemap.class.php on line 291 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 120 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 26 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /public_html/sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /public_html/sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /public_html/sitemapindex.xml [status] => failure [file_exists] => false ) ) ) The three dummy files are in my site's root directory and are "777" The googlesitemap directory is also in the root of my site. What should I do??? Any help is appreciated. THANK YOU! -
[Contribution] Additional Images Module
dan182skater replied to Parikesit's topic in General Add-Ons Support
Hello, I just installed this GREAT contribution but have a problem. My entire website gets disproportional. You can see what I mean when you go here The header no longer goes across the entire page because of the Additional Image Module. This module seemed to of extended my product info page so that this happens. Any ideas on how to fix this? THANK YOU IN ADVANCE!! -Daniel -
Well I don't have many changes on my product info page, just some seperate tables to put the price in, the picture in, the product name in, etc. But I am using the sts product info template because I do not know how else I would modify the product info page to make it how it looks now. You can see my site at here. Thanks, -Daniel
-
Hello everyone, I already have Ultrapics installed in my admin section but now I need to figure out how to combine ultrapics with sts in the catalog side. I already did this without success: 1. I put this in the bottom of sts_product_info.php: // BOF MaxiDVD: Modified For Ultimate Images Pack! $product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_med, p.products_image_lrg, p.products_image_sm_1, p.products_image_xl_1, p.products_image_sm_2, p.products_image_xl_2, p.products_image_sm_3, p.products_image_xl_3, p.products_image_sm_4, p.products_image_xl_4, p.products_image_sm_5, p.products_image_xl_5, p.products_image_sm_6, p.products_image_xl_6, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); // EOF MaxiDVD: Modified For Ultimate Images Pack! 2. Then I put this in the bottom of sts_user_code.php: $sts_block_name = 'morepixbox'; require(STS_START_CAPTURE); require(DIR_WS_BOXES . 'morepix.php'); require(STS_STOP_CAPTURE); $template['morepixbox'] = strip_unwanted_tags($sts_block['morepixbox'], 'morepixbox'); 3. Finally I made a box called morepix.php and put this in it: <?php // BOF MaxiDVD: Modified For Ultimate Images Pack! if (ULTIMATE_ADDITIONAL_IMAGES == 'Enable') { include(DIR_WS_MODULES . 'additional_images.php'); } // BOF MaxiDVD: Modified For Ultimate Images Pack! ?> But my product info does not display the extra images. How come? My site is here Any help is appreciated. THANKS IN ADVANCE! -Daniel
-
[contribution] Simple Template System (sts)
dan182skater replied to DiamondSea's topic in Templates and Images
Can someone please help me with this..... When I type in $reviewsbutton in the sts_product_info.php.html file, it shows the button, but the button does not link to anything. Any ideas why? My site is www.mp3shop4u.com. Also, I already know how to add extra commands such as $content, etc in the html_display_output file for the normal sts template site, but how do I add things like that in the sts_product_info.php? I have a wishlist button I need to add to the file so that in sts_product_info.php.html I can type in something like $addtowishlistbutton. ANY HELP IS APPRECIATED, THANKS IN ADVANCE! -Daniel -
Newsletter & Subscribtion for MS2
dan182skater replied to Gyakutsuki's topic in General Add-Ons Support
Do you have AIM Messenger or MSN Messenger Peter? My AIM is dan182skater and my msn messenger is dan182skater@msn.com. Thanks -
Newsletter & Subscribtion for MS2
dan182skater replied to Gyakutsuki's topic in General Add-Ons Support
Well, it's not working again. :( Everyone I asked to test it said they can register no matter hwat they put down for the email address. So the validation dosn't work. So what I decided to do was to reinstall the contribution on the catalog side (I left the admin side alone) but now it says this again and I don't rmeember what I did last time (even though I wrote it in this topic but wasn't sopecific enough): Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/mp3shop4/public_html/includes/languages/english/newsletters.php on line 31 Line 31 of that file says: define('CLOSING_BLOCK1', 'This email was sent to:'); Any ideas...again? THANKS, Daniel -
Newsletter & Subscribtion for MS2
dan182skater replied to Gyakutsuki's topic in General Add-Ons Support
Well, I guess it works! THANK YOU FOR YOUR HELP!!!! I really appreciated the fast replies. -Daniel -
Newsletter & Subscribtion for MS2
dan182skater replied to Gyakutsuki's topic in General Add-Ons Support
When did you try it?, because on my computer it accepts anything. -
Newsletter & Subscribtion for MS2
dan182skater replied to Gyakutsuki's topic in General Add-Ons Support
One more problem now............ it doesnt check for if you entered an invalid email address or didn't put the "@" or the like. Try it for yourself at the bottom of www.mp3shop4u.com and you will see. I think that is my last problem Thanks, Daniel