Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

addons installed --- Warning: Cannot modify header information - headers already sent by (output started at


ce7

Recommended Posts

Tried to install "addons install" and have the problem when edit the entry.

 

Warning: Cannot modify header information - headers already sent by (output started at xxxx

/includes/template_top.php:14) in xxxx includes/functions/general.php on line 50

 

template_top.php: 14

 <html <?php echo HTML_PARAMS; ?>> 

 

general.php line 50

 header('Location: ' . $url); 

 

 

i know this maybe asked before, but i am not very good with progamming, so even after read through the threads, still can not figure out what is going on, please help, thanks!

 

 

 

Link to comment
Share on other sites

That's an odd one. It's telling you that osC has already started outputting the page (starting with <HTML> tag) at template_top.14, and then someone is trying to do an internal redirect at general.50. I don't recall seeing this specific one before.

 

If you give us more information, such as the exact osC version, what add-on you're trying to install, and what other add-ons you've already installed; perhaps someone will be able to give more specific help.

Link to comment
Share on other sites

That's an odd one. It's telling you that osC has already started outputting the page (starting with <HTML> tag) at template_top.14, and then someone is trying to do an internal redirect at general.50. I don't recall seeing this specific one before.

 

If you give us more information, such as the exact osC version, what add-on you're trying to install, and what other add-ons you've already installed; perhaps someone will be able to give more specific help.

 

Hi Phil,

 

Thank you very much for your reply.

 

I am using the newburns versions of BS, which has the below list pre-installed:

SEO Header Tags Reloaded added -- http://addons.oscommerce.com/info/8864

Order Editor added - http://addons.oscommerce.com/info/7844

Mail Manager added - http://www.oscommerce.com/forums/topic/397966-mail-manager-for-osc-v23/

Custom Default Sort Order and Type - http://www.oscommerce.com/forums/topic/308798-product-listing-sort-order/

KISS Image Thumbnailer r20 added - http://addons.oscommerce.com/info/9206

Custom change for product attribute sort ordering added - http://www.oscommerce.com/forums/topic/123629-sorting-attributes/

Manual Order Maker added - http://addons.oscommerce.com/info/8334/v,23

Database Check Tool 1.4 added - http://addons.oscommerce.com/info/9087

Alternative Administration System added - http://addons.oscommerce.com/info/9135

Gergely SMTP Email Addition - http://www.oscommerce.com/forums/topic/94340-smtp-authentication-and-oscommerce/page-2#entry1697522

Security Pro R11 -- http://addons.oscommerce.com/info/7708

MailBEEZ Customer Relations Manager added -- http://www.mailbeez.com/quickstart/?id=1

Credit Class, Gift Vouchers & Discount Coupons osC2.3.3.4 (CCGV) added -- http://addons.oscommerce.com/info/9020

Purchase Without Account (PWA) added -- http://addons.oscommerce.com/info/9142

 

and on top of it, I installed 2599 Admin notes without problem.

 

Tried to install the 8343 (osC v2.2) Addons Installed, and the error message occurred when trying to edit from the admin back end, hence can never saved the entries to database.

 

Also I am facing the problem just now, to upload the logo. I had modified the logo size to 512W x 60H, it showed the store logo upload successfully at the back end, and the image are successfully saved at images folder, however when you go to the front end it still no show the logo at all, is it because also need to put the #header details to the user.css?

 

Just trying to learn how to use user.css as the BS version is totally different to the osC2.3.4 version....

any links/suggestions are welcome as well.

 

Many thanks in advance!

 

Lyn

Link to comment
Share on other sites

for people who is like me not familiar with BS yet, here is the answer for the logo:

 

Has to enable the logo first by clicking admin/modules/content/install modules/select LOGO

 

:shifty:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...