Jump to content

Error message by installing module


WEMS

Recommended Posts

I get the following error message when I try to install 3 new module:

The following module(s) could not be installed properly: "module name"

 

When I refresh the module page, I see that the module is installed and when I go to the module the module do not work properly. 

  • Sad 1
Link to comment
Share on other sites

I try to install 3 new module one by one. I have installed the 3 Module on a complete other Shop and they are working well and I don't get any error message after installations.

 

1)The first issue is that I get this error message after installation.

2)The second issue is that after this error message the module still show as "install". By refreshing the module page the status of the module change to "settings". (Looks like installed.)

3) when you try the modules the do not work well or are missing something.

 

I have migrated prestashop from local to hosted, all the settings are done well I think. Everything works well, instead of the new modules installations.

Link to comment
Share on other sites

Try these things:

 

enable ps debug mode

https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/

 

then replicate issue and see if you see any php errors...

 

Also I would create a subdomain and test db.

download from here your version of ps

https://www.prestashop.com/en/developers-versions#previous-version

 

Run the ps installer, it checks for hosting issues which is easier than wondering if you have hosting issues.

 

Let us know how it goes.

 

el

Link to comment
Share on other sites

After enabling debug mode I get the following message when I install the first Module:

[PrestaShopDatabaseException]

Duplicate entry '0' for key 'PRIMARY'
 

INSERT INTO `ps_theme_meta` (`id_theme`, `id_meta`, `left_column`, `right_column`) VALUES ('2', '48', '1', '0'), ('2', '49', '1', '0')
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. }
Link to comment
Share on other sites

Hello, we just resolved an other issue I had: https://www.prestashop.com/forums/topic/522235-error-message-in-check-your-configuration/ maybe this help...

 

As you ask, I have installed the recommended PS version in a subfolder of my Live site named /test/ . Installation works well and I have no issue. I have also made some check with the hosting provider of my customer. There are no issue found on the server.

 

I still have this error message after installing a Plugin:

The following module(s) could not be installed properly: 

  • hspointofsalepro :
Link to comment
Share on other sites

I try to install 3 new module one by one. I have installed the 3 Module on a complete other Shop and they are working well and I don't get any error message after installations.

 

The modules should be good, they are also very good noticed... The download is 2 weeks old and I have the last version.

 

1) RockPOS Point of Sale (POS) pro Module http://addons.prestashop.com/de/13654-rockpos-point-of-sale-pos-pro.html

2) All-in-one Rewards - http://addons.prestashop.com/de/4414-all-in-one-rewards-treue-sponsorenprogramm-affiliate.html

3) Yourbarcode (barcode generator) - the link to the modules do not work actually on prestashop !

 

The link of the shop is actually: web136.login-4.hoststar.ch/swissprimenails.ch

Link to comment
Share on other sites

I just try to install a module that are in the the module list: 1-Click Upgrade

 

The following module(s) could not be installed properly: 

  • autoupgrade : 
        Unable to create the "AdminSelfUpgrade" tab
Link to comment
Share on other sites

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...