Jump to content
  • 0

Problem z dodaniem mapy


Ewa1234

Question

Witam, próbuje w swoim sklepie dodać mape i wyskakuje mi błąd:

 

 

[PrestaShopException]

Property InfoBlock->text is not valid
at 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. }

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...