Post by doidge » Wed Apr 25, 2012 1:33 pm

Hello
I have two problems:
Warning: Cannot modify header information - headers already sent by (output started at /home4/laurasoa/public_html/catalog/language/english/english.php:1) in /home4/laurasoa/public_html/system/library/currency.php on line 45

This displays in IE and Chrome but not in Firefox

The same site is scrambled - almost as if it's ignoring half the CSS in IE.

Exactly the same files (I just downloaded them back onto my hard drive) work perfectly through Wamp localhost on all 3 browsers.

The site is www.laurasoapshoppe.com.au (their choice of design)

Newbie

Posts

Joined
Mon Mar 26, 2012 9:09 am

Post by doidge » Wed Apr 25, 2012 1:46 pm

Apologies - I'm using Opencart 1.5.2.1 and line 45 is:

public function set($currency) {
$this->code = $currency;
if (!isset($this->session->data['currency']) || ($this->session->data['currency'] != $currency)) {
$this->session->data['currency'] = $currency;
}
if (!isset($this->request->cookie['currency']) || ($this->request->cookie['currency'] != $currency)) {
setcookie('currency', $currency, time() + 60 * 60 * 24 * 30, '/', $this->request->server['HTTP_HOST']);

}
}

Newbie

Posts

Joined
Mon Mar 26, 2012 9:09 am

Post by doidge » Wed Apr 25, 2012 7:14 pm

I hope nobody just spent a lot of time trying to help me as I resolved the error message by going back to basics and reloading everything, step by step, from the original files. IE still won't go past the Guest Checkin to slide down the form for their address etc, though FF and Chrome will. Too hard.

Newbie

Posts

Joined
Mon Mar 26, 2012 9:09 am
Who is online

Users browsing this forum: No registered users and 16 guests