Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! Please....


Guest

Recommended Posts

Hi all, ive just installed a contribution and im pretty sure i followed the coding absolutley spot on but i may be wrong. I now receive the following message when trying to view the website

 

"Parse error: syntax error, unexpected ')' in /home/fhlinux143/s/speciallittlethings.co.uk/user/htdocs/includes/classes/shopping_cart.php on line 549"

 

Here is the last part of the file mentioned:

 

}

 

function unserialize($broken) {

for(reset($broken);$kv=each($broken);) {

$key=$kv['key'];

if (gettype($this->$key)!="user function")

$this->$key=$kv['value'];

}

 

}

 

}

 

?>

 

Anyhelp would be greatly appreciated cos im well and truly stuck :(

 

Thanks

 

Phil

Link to comment
Share on other sites

$this->$key=$kv['value'];

}

 

}

 

}

 

 

remove one of these three } and chek.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...