Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Sent Already


djsukhnyc

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...