Jump to content

Problem with 'Modules' after upgradeing from 1.5.6.1 to 1.6.0.5


Recommended Posts

Hello,
I get the problem with 'Modules' after upgrading from 1.5.6.1 to 1.6.0.5 or 1.5.6.2.
I'm has used '1-Click Upgrade' v1.3.3 and previous.
I has upgraded to v.1.6.0.5 and to v.1.5.6.2 - problem is same.

When I click in the back office to the button Modules->Modules I see this error:
 

[PrestaShopException]

Property Carrier->delay is empty
at line 878 in file classes/ObjectModel.php

872.
873.                 $message = $this->validateField($field, $value, $id_lang);
874.                 if ($message !== true)
875.                 {
876.                     if ($die)
877.                         throw new PrestaShopException($message);
878.                     return $error_return ? $message : false;
879.                 }
880.             }
881.         }
882.

  • ObjectModelCore->validateFieldsLang - [line 296 - classes/ObjectModel.php]
  • ObjectModelCore->getFieldsLang - [line 480 - classes/ObjectModel.php]
  • ObjectModelCore->add - [line 191 - classes/Carrier.php] - [2 Arguments]
  • CarrierCore->add - [line 964 - modules/socolissimo/socolissimo.php]
  • Socolissimo::createSoColissimoCarrierSeller - [line 1468 - modules/socolissimo/socolissimo.php] - [1 Arguments]
  • Socolissimo->runUpgrades - [line 84 - modules/socolissimo/socolissimo.php] - [1 Arguments]
  • Socolissimo->__construct - [line 1211 - classes/module/Module.php]
  • ModuleCore::getModulesOnDisk - [line 1237 - controllers/admin/AdminModulesController.php] - [3 Arguments]
  • AdminModulesControllerCore->initContent - [line 180 - classes/controller/Controller.php]
  • ControllerCore->run - [line 373 - classes/Dispatcher.php]
  • DispatcherCore->dispatch - [line 54 - admin/index.php]

 

I kindly ask to help to resolve this bug.

P.S.
In the PrestaShop v.1.5.6.1 I haven't any problem.

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