Visen Posted January 4, 2014 Share Posted January 4, 2014 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. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 453 - classes/db/Db.php] - [1 Arguments] DbCore->execute - [line 133 - modules/paypal/paypal.php] - [1 Arguments] PayPal->install - [line 685 - controllers/admin/AdminModulesController.php] - [0 Argument] AdminModulesControllerCore->postProcessCallback - [line 811 - controllers/admin/AdminModulesController.php] - [0 Argument] AdminModulesControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - adminvictor/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
Recommended Posts