Jump to content

Edit History

Hartung

Hartung

5 hours ago, Hartung said:

Hi I used the use the installation package on /ets_pres2pres/plugins folder to install

after the installation I still getting the masage.. 

 

Installation module (s) successful

× You are not authorized to set this module.

I have superadmin rights in the shop..

Can you help?

 

Do I need to add something to the database??

 

*ERROR*     2019/08/28 - 09:04:24: Duplicate entry '0' for key 'PRIMARY'<br /><br /><pre>INSERT INTO `ps_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (NULL, NULL, 'ETS_PRES2PRES_CONNECTOR', '1', '2019-08-28 09:04:24', '2019-08-28 09:04:24')</pre> at line 791 in file classes/db/Db.php

 

5 hours ago, Hartung said:

 

 

Modules • HD Hutten Motorcycles-01.png

Modules • HD Hutten Motorcycles-02.png

 

When turn on error report i get:

[PrestaShopDatabaseException]
Duplicate entry '0' for key 'PRIMARY'


INSERT INTO `ps_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (NULL, NULL, 'ETS_PRES2PRES_CONNECTOR', '1', '2019-08-28 09:04:24', '2019-08-28 09:04:24')

at line 791 in file classes/db/Db.php
786.         if ($webservice_call && $errno) {
787.             $dbg = debug_backtrace();
788.             WebserviceRequest::getInstance()->setError(500, '

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

	789.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {

	790.             if ($sql) {

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

	792.             }

	793. 

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

	795.         }

	796.     }

	 
Hartung

Hartung

1 hour ago, Hartung said:

Hi I used the use the installation package on /ets_pres2pres/plugins folder to install

after the installation I still getting the masage.. 

 

Installation module (s) successful

× You are not authorized to set this module.

I have superadmin rights in the shop..

Can you help?

 

 

Modules • HD Hutten Motorcycles-01.png

Modules • HD Hutten Motorcycles-02.png

 

When turn on error report i get:

[PrestaShopDatabaseException]
Duplicate entry '0' for key 'PRIMARY'


INSERT INTO `ps_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (NULL, NULL, 'ETS_PRES2PRES_CONNECTOR', '1', '2019-08-28 09:04:24', '2019-08-28 09:04:24')

at line 791 in file classes/db/Db.php
786.         if ($webservice_call && $errno) {
787.             $dbg = debug_backtrace();
788.             WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
789.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
790.             if ($sql) {
791.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
792.             }
793. 
794.             throw new PrestaShopDatabaseException($this->getMsgError());
795.         }
796.     }
 
×
×
  • Create New...