Jump to content

Errore sincronizazzione prestashop Ebay


Pintus

Recommended Posts

Salve a tutti...ho installato l'ultima versione del modulo Ebay ufficiale Prestashop, il modulo mi carica tutti i miei prodotti su eBay senza problemi...e,se li sincronizzo non mi dava problemi( se modificavo il prezzo). Tutto fino alla prima vendita....appena sono riuscito a vendere un prodotto su eBay entrando nel back end di Prestashop mi visualizza i seguenti errori : 

 

[PrestaShopException]

Property Address->phone_mobile is empty
at line 846 in file classes/ObjectModel.php

$message = $this->validateField($field, $this->$field);
842. 			if ($message !== true)
843. 			{
844. 				if ($die)
845. 					throw new PrestaShopException($message);
846. 				return $error_return ? $message : false;
847. 			}
848. 		}
849. 
850. 		return true;

ObjectModelCore->validateFields - [line 260 - classes/ObjectModel.php]

254. 	 *
255. 	 * @return array All object fields
256. 	 */
257. 	public function getFields()
258. 	{
259. 		$this->validateFields();
260. 		$fields = $this->formatFields(self::FORMAT_COMMON);
261. 
262. 		// For retro compatibility
263. 		if (Shop::isTableAssociated($this->def['table']))
264. 			$fields = array_merge($fields, $this->getFieldsShop());

ObjectModelCore->getFields - [line 464 - classes/ObjectModel.php]

}
459. 		
460. 		// Database insertion
461. 		if (Shop::checkIdShopDefault($this->def['table']))
462. 			$this->id_shop_default = min($id_shop_list);
463. 		if (!$result = ObjectModel::$db->insert($this->def['table'], $this->getFields(), $null_values))
464. 			return false;
465. 
466. 		// Get object id in database
467. 		$this->id = ObjectModel::$db->Insert_ID();
468. 

e via dicendo... come posso risolvere?? ringrazio tutti anticipatamente e spero in una vostra risposta

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...