Jump to content

"Errore inaspettato" per prodotto su Back End PS v1.7.8.9


Luca Missere

Recommended Posts

Ciao a tutti,

ho il seguente errore per la modifica di un prodotto che dovrei fare:

Sembra che si sia verificato un errore inaspettato

An exception has been thrown during the rendering of a template ("Invalid $number parameter: "" cannot be interpreted as a number").

[Twig\Error\RuntimeError 0]

 

Sapete cosa devo aggiustare?

Grazie

Edited by Luca Missere
mancava una parte (see edit history)
Link to comment
Share on other sites

Ciao,

 

ecco cosa mi riporta.

 

Twig\Error\RuntimeError

in src/PrestaShopBundle/Resources/views/Admin/Product/ProductPage/product.html.twig (line 32)

{% block stylesheets %}

  <link rel="stylesheet" href="{{ asset('themes/new-theme/public/product.css') }}" type="text/css" media="all">

{% endblock %}

{% block content %}

  {% set hooks = renderhooksarray('displayAdminProductsExtra', { 'id_product': id_product }) %}

  <div class="header-toolbar d-print-none">

    {{ multistoreHeader() }}

  </div>

  <form name="form" id="form" method="post" class="form-horizontal product-page row justify-content-md-center" novalidate="novalidate">

Template->displayBlock('r', 'S')in var/cache/dev/twig/8e/8e637f3bdaea3684e733d50be870de222f2a88d49222f9789613fcfa218781fa.php (line 2313)

__TwigTemplate_cdbc0a001197c148ba3fee589d91a894a25ba8efbd55eddd3999f61a346dd7fb->doDisplay('r', 'S')in vendor/twig/twig/src/Template.php (line 453)

Template->displayWithErrorHandling('r', 'S')in vendor/twig/twig/src/Template.php (line 420)

 

Hai dei suggerimenti?

Grazie

Link to comment
Share on other sites

Si è arrivato di colpo. A dire la verità , il prodotto in questione che sto cercando di modificare, ha uno sticker.

Potrebbe essere il modulo dello sticker che gli dà fastidio?

Potrei provare a disattivare il modulo e vedere se non mi da errore, solamente che mi perderebbe tutti gli sticker sui prodotti che ho e la cosa sarebbe contro producente.

Questo il prodotto e in rosso lo sticker "extra"rispetto ad altri

 

 

 

Immagine 2023-05-18 110650.png

Edited by Luca Missere
mancava immagine (see edit history)
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...