Jump to content

Error when accessing "Customers/Shopping Cart" in backend


Recommended Posts

Hi Guys

 

I am running the latest version 1.6.0.9 of Prestashop and have been "playing around".

 

Using the Backend, I went into "Customers/Shopping Cart" and received the following error:

 

[PrestaShopException]

Invalid address
at line 359 in file classes/Address.php

353. 		if ($id_address)354. 		{355. 			$address = new Address((int)$id_address);356. 357. 			if (!Validate::isLoadedObject($address))358. 				throw new PrestaShopException('Invalid address');359. 		}360. 		else361. 		{362. 			// set the default address363. 			$address = new Address();

Any ideas?

 

Regards

Greg

Link to comment
Share on other sites

×
×
  • Create New...