Ewa1234 Posted September 13, 2017 Share Posted September 13, 2017 Witam, próbuje w swoim sklepie dodać mape i wyskakuje mi błąd: [PrestaShopException]Property InfoBlock->text is not validat line 954 in file classes/ObjectModel.php 949. }950.951. $message = $this->validateField($field, $value, $id_lang);952. if ($message !== true) {953. if ($die) {954. throw new PrestaShopException($message);955. }956. return $error_return ? $message : false;957. }958. }959. } ObjectModelCore->validateFieldsLang - [line 295 - classes/ObjectModel.php] ObjectModelCore->getFieldsLang - [line 688 - classes/ObjectModel.php] ObjectModelCore->update - [line 445 - classes/ObjectModel.php] - [1 Arguments] ObjectModelCore->save - [line 168 - modules/blockcmsinfo/blockcmsinfo.php] Blockcmsinfo->processSaveCmsInfo - [line 107 - modules/blockcmsinfo/blockcmsinfo.php] Blockcmsinfo->getContent - [line 867 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1116 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Wklejam w kreatorze w kodzie html link wygenerowany przez mape google. Z czym jest problem? Proszę o pomoc Link to comment Share on other sites More sharing options...
0 endriu107 Posted September 13, 2017 Share Posted September 13, 2017 Jaki to kod? W znacznikach <iframe>? Link to comment Share on other sites More sharing options...
Question
Ewa1234
Witam, próbuje w swoim sklepie dodać mape i wyskakuje mi błąd:
Property InfoBlock->text is not valid
at line 954 in file classes/ObjectModel.php
950.
951. $message = $this->validateField($field, $value, $id_lang);
952. if ($message !== true) {
953. if ($die) {
954. throw new PrestaShopException($message);
955. }
956. return $error_return ? $message : false;
957. }
958. }
959. }
Wklejam w kreatorze w kodzie html link wygenerowany przez mape google. Z czym jest problem? Proszę o pomoc
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now