Jump to content

Unable to load the "AdminSelfUpgrade" tab


Recommended Posts

Hi I wanted to install "1-Click Upgrade v1.6.7 - by PrestaShop" plugin, but I'm not able to because of following error:

 

The following module(s) were not installed properly:

  • autoupgrade : 
        Unable to create the "AdminSelfUpgrade" tab

 

I have checked enabled modules and all of them are up to date and issued by PrestaShop. Could anybody help me, please?

 

I'm currently running PrestaShop™ 1.6.0.11.

 

Thanks for your help.

 

Turned on Prestashop Debugger:

 

[PrestaShopDatabaseException]

Unknown column 'hide_host_mode' in 'field list'
 

INSERT INTO `ps_tab` (`id_parent`, `position`, `module`, `class_name`, `active`, `hide_host_mode`) VALUES ('17', '10', 'autoupgrade', 'AdminSelfUpgrade', '1', '0')
at line 639 in file classes/db/Db.php

 

634.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
635.         }
636.         elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
637.         {
638.             if ($sql)
639.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
640.             throw new PrestaShopDatabaseException($this->getMsgError());
641.         }
642.     }
643.
644.     /**
Edited by vyskoczilova (see edit history)
Link to comment
Share on other sites

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