djsukhnyc Posted April 1, 2007 Posted April 1, 2007 Hi, i got this error right after installing the paypal WPP (website payments pro) can anyone help :-( thanks. //---PayPal WPP Modification START ---// // EC buttons, define once. define('MODULE_PAYMENT_PAYPAL_EC_BUTTON_IMG', 'https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif'); function tep_paypal_wpp_enabled() { $paypal_wpp_check = tep_db_query("SELECT configuration_id FROM " . TABLE_CONFIGURATION . " WHERE (configuration_key = 'MODULE_PAYMENT_PAYPAL_DP_STATUS' OR configuration_key = 'MODULE_PAYMENT_PAYPAL_UK_STATUS') AND configuration_value = 'True'"); if (tep_db_num_rows($paypal_wpp_check)) { return true; } else { return false; } } //---PayPal WPP Modification END ---// ?> Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/feelmybe/public_html/store/includes/functions/general.php:1312) in /home/feelmybe/public_html/store/includes/functions/sessions.php on line 97 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/feelmybe/public_html/store/includes/functions/general.php:1312) in /home/feelmybe/public_html/store/includes/functions/sessions.php on line 97
Jack_mcs Posted April 1, 2007 Posted April 1, 2007 See link in my signature. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
djsukhnyc Posted April 2, 2007 Author Posted April 2, 2007 i already tried it. but still cant fix the problem. i dont know how the code flows.
Jack_mcs Posted April 2, 2007 Posted April 2, 2007 What file are you editing? The error is in store/includes/functions/general.php. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
djsukhnyc Posted April 3, 2007 Author Posted April 3, 2007 first, thank you for your help and your valuable time. it's really appreciated.... there was an extra ?> in general.php after i fixed it i get the following error but it doesnt tell me where its coming from. also when i click on checkout, it says page cannot be displayed. liver in the checkout process.'); //---PayPal WPP Modification START ---// define('TEXT_PAYPALWPP_EC_HEADER', 'Fast, Secure Checkout with PayPal'); define('TEXT_PAYPALWPP_EC_BUTTON_TEXT', 'Save time. Checkout securely. Pay without sharing your financial information.'); //---PayPal WPP Modification END---// ?> this is the page that cannot be displayed..... https://feelmybeat.com/store/checkout_shipping.php
djsukhnyc Posted April 3, 2007 Author Posted April 3, 2007 ok i just found that the error was coming from includes\languages\english\shopping_cart.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.