Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

finkelsteinj

Archived
  • Posts

    59
  • Joined

  • Last visited

Posts posted by finkelsteinj

  1. When I click on "Return to Merchant" I receive the following errors:

     

    Warning: reset() [function.reset]: Passed variable is not an array or object in /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/classes/navigation_history.php on line 130

     

    Warning: Variable passed to each() is not an array or object in /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/classes/navigation_history.php on line 131

     

    Warning: reset() [function.reset]: Passed variable is not an array or object in /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/classes/navigation_history.php on line 130

     

    Warning: Variable passed to each() is not an array or object in /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/classes/navigation_history.php on line 131

     

    Warning: Cannot modify header information - headers already sent by (output started at /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/classes/navigation_history.php:130) in /homepages/19/d91395514/htdocs/completeair/Store/catalog/includes/functions/general.php on line 33

     

    Navigation_history.php code:

    function unserialize($broken) {
      for(reset($broken);$kv=each($broken);) {
    	$key=$kv['key'];
    	if (gettype($this->$key)!="user function")
    	$this->$key=$kv['value'];

     

     

    General.php line 33 is blank.

     

    Any sugestions?

     

    Thanks,

    Jason

  2. Hello Everyone,

     

    I need some help, I found this contribution (Catagory Drop Down List V 4) I know this is for the infobox but I would like to implement something like this in my pages for sub catagories. Anyone know if this can be done or how? I would appreciate any help, I am new to learning PHP.

     

    Thanks,

    Jason

×
×
  • Create New...