Jump to content

Modulo Paypal-Duplicate column name 'payment_fee'


Recommended Posts

 

Muy buenas

He tenido problemas con el modulo que tenemos de paypal con comisión y al ir a reinstalarlo me ha dado este fallo, entiendo que tengo que borrar algo ya que esta duplicado, pero no entiendo bien que es

  [PrestaShopDatabaseException]

Duplicate column name 'payment_fee'

 

ALTER TABLE `ps_orders`

ADD `payment_fee` decimal(20,6) NOT NULL default '0'

at line 613 in file classes/db/Db.php

 

607.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

608.         }

609.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

610.         {

611.             if ($sql)

612.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

613.             throw new PrestaShopDatabaseException($this->getMsgError());

614.         }

615.     }

616.

617.     /**

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...