Guest Posted March 2, 2006 Share Posted March 2, 2006 I have just installed the price break mod (manually) and have recieved the following message from the store Fatal error: Cannot redeclare unserialize() in /hsphere/local/home2/filter/filtersforless.com/catalog/includes/classes/shopping_cart.php on line 373 this is the code around that line number on the relevant page 369 return $this->content_type; 370 } 371 372 function unserialize($broken) { 373 for(reset($broken);$kv=each($broken);) { 374 $key=$kv['key']; 375 if (gettype($this->$key)!="user function") 376 $this->$key=$kv['value']; 377 } 378 } 379 380 } 381 ?> Any ideas ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.