Hello,
je suis pas sur mon serveur, je suis sur un mutualisé.
J'ai baissé la version de PHP en 8.2
Je vous ai envoyé l'acces ftp en principe
merci ;-)
Hello,
je suis pas sur mon serveur, je suis sur un mutualisé.
J'ai baissé la version de PHP en 8.2
Je vous ai envoyé l'acces ftp en principe
merci ;-)
Hello,
je viens de faire le test.
Ca me donne une erreur 404 sur toutes mes images dans les logs.
Date : 22/05/2024 19:07:21 IP : 86.221.146.63:0 Requête : /3921-home_default/statue-ange-se-reccueillant2x.webp/ Code HTTP : 404 Referer : https://www.ap16test.site/ User-Agent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Erreur : AH01071: Got error 'PHP message: PHP Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /htdocs/ap16test.site/modules/creativepopup/base/helpers/CpQuery.php on line 184; PHP message: PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /htdocs/ap16test.site/cache/smarty/compile/48/ec/9f/48ec9f16d5b2805f53960250d18e64f7bb584684_0.file.category-tree-branch.tpl.php on line 29'
super ca fonctionne merci beaucoup
pourrais je te demander le module wishlist egalement? j'ai des soucis avec...
ok je regarde ca demain apres la sauvegarde de ce soir. et je tiens au courant
oui j'ai peur que ca soit tombé sur moi tous les problèmes ouille.
J'avais activé, mais de mémoire seules les images n'étaient pas affichés.. Je peux refaire un essai demain et activé le mode debug et voir les log erreurs pour en savoir plus ?
je n'ai pas le fichier en question a la racine
logo.png
logo.gif
uniquement
c'est cette version que j'ai :
PayPal v13 - par 202-ecommerce modified by Eolia
Bonjour,
suite à notre discussion, je copie ici mon fichier defectueux.
Il s'agit du problème de CSS qui saute a cause d'un souci avec le fichier order-carrier.tpl
J'ai déjà essayé la méthode de thirty bees, sans succès :
https://forum.thirtybees.com/topic/3320-thirty-bees-110-is-released/page/5/#comment-30337
Ci joint le fichier en question dans son intégralité :
code_text{*
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if !$opc}
{capture name=path}{l s='Shipping:'}{/capture}
{assign var='current_step' value='shipping'}
<div id="carrier_area">
<h1 class="page-heading">{l s='Shipping:'}</h1>
{include file="$tpl_dir./order-steps.tpl"}
{include file="$tpl_dir./errors.tpl"}
<form id="form" action="{$link->getPageLink('order', true, NULL, "multi-shipping={$multi_shipping}")|escape:'html':'UTF-8'}" method="post" name="carrier_area">
{else}
<div id="carrier_area" class="opc-main-block">
<h1 class="page-heading step-num"><span>2</span> {l s='Delivery methods'}</h1>
<div id="opc_delivery_methods" class="opc-main-block">
<div id="opc_delivery_methods-overlay" class="opc-overlay" style="display: none;"></div>
{/if}
<div class="order_carrier_content box">
{if isset($virtual_cart) && $virtual_cart}
<input id="input_virtual_carrier" class="hidden" type="hidden" name="id_carrier" value="0" />
{else}
<div id="HOOK_BEFORECARRIER">
{if isset($carriers) && isset($HOOK_BEFORECARRIER)}
{$HOOK_BEFORECARRIER}
{/if}
</div>
{if isset($isVirtualCart) && $isVirtualCart}
<p class="alert alert-warning">{l s='No carrier is needed for this order.'}</p>
{else}
{if $recyclablePackAllowed}
<div class="checkbox">
<label for="recyclable">
<input type="checkbox" name="recyclable" id="recyclable" value="1" {if $recyclable == 1}checked="checked"{/if} />
{l s='I would like to receive my order in recycled packaging.'}.
</label>
</div>
{/if}
<div class="delivery_options_address">
{if isset($delivery_option_list)}
{foreach $delivery_option_list as $id_address => $option_list}
<p class="carrier_title">
{if isset($address_collection[$id_address])}
{l s='Choose a shipping option for this address:'} {$address_collection[$id_address]->alias}
{else}
{l s='Choose a shipping option'}
{/if}
</p>
<div class="delivery_options">
{foreach $option_list as $key => $option}
<div class="delivery_option {if ($option@index % 2)}alternate_{/if}item">
<div>
<table class="resume table table-bordered{if !$option.unique_carrier} not-displayable{/if}">
<tr>
<td class="delivery_option_radio">
<input id="delivery_option_{$id_address|intval}_{$option@index}" class="delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} />
</td>
<td class="delivery_option_logo">
{foreach $option.carrier_list as $carrier}
{if $carrier.logo}
<img src="{$carrier.logo|escape:'htmlall':'UTF-8'}" alt="{$carrier.instance->name|escape:'htmlall':'UTF-8'}"/>
{else if !$option.unique_carrier}
{$carrier.instance->name|escape:'htmlall':'UTF-8'}
{if !$carrier@last} - {/if}
{/if}
{/foreach}
</td>
<td>
{if $option.unique_carrier}
{foreach $option.carrier_list as $carrier}
<strong>{$carrier.instance->name|escape:'htmlall':'UTF-8'}</strong>
{/foreach}
{if isset($carrier.instance->delay[$cookie->id_lang])}
{$carrier.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'}
{/if}
{/if}
{if count($option_list) > 1}
{if $option.is_best_grade}
{if $option.is_best_price}
{l s='The best price and speed'}
{else}
{l s='The fastest'}
{/if}
{else}
{if $option.is_best_price}
{l s='The best price'}
{/if}
{/if}
{/if}
</td>
<td class="delivery_option_price">
<div class="delivery_option_price">
{if $option.total_price_with_tax && !$option.is_free && (!isset($free_shipping) || (isset($free_shipping) && !$free_shipping))}
{if $use_taxes == 1}
{if $priceDisplay == 1}
{convertPrice price=$option.total_price_without_tax}{if $display_tax_label} {l s='(tax excl.)'}{/if}
{else}
{convertPrice price=$option.total_price_with_tax}{if $display_tax_label} {l s='(tax incl.)'}{/if}
{/if}
{else}
{convertPrice price=$option.total_price_without_tax}
{/if}
{else}
{l s='Free'}
{/if}
</div>
</td>
</tr>
</table>
{if !$option.unique_carrier}
<table class="delivery_option_carrier{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} selected{/if} resume table table-bordered{if $option.unique_carrier} not-displayable{/if}">
<tr>
{if !$option.unique_carrier}
<td rowspan="{$option.carrier_list|@count}" class="delivery_option_radio first_item">
<input id="delivery_option_{$id_address|intval}_{$option@index}" class="delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} />
</td>
{/if}
{assign var="first" value=current($option.carrier_list)}
<td class="delivery_option_logo{if $first.product_list[0].carrier_list[0] eq 0} not-displayable{/if}">
{if $first.logo}
<img src="{$first.logo|escape:'htmlall':'UTF-8'}" alt="{$first.instance->name|escape:'htmlall':'UTF-8'}"/>
{else if !$option.unique_carrier}
{$first.instance->name|escape:'htmlall':'UTF-8'}
{/if}
</td>
<td class="{if $option.unique_carrier}first_item{/if}{if $first.product_list[0].carrier_list[0] eq 0} not-displayable{/if}">
<input type="hidden" value="{$first.instance->id|intval}" name="id_carrier" />
{if isset($first.instance->delay[$cookie->id_lang])}
<i class="icon-info-sign"></i>{$first.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'}
{if count($first.product_list) <= 1}
({l s='Product concerned:'}
{else}
({l s='Products concerned:'}
{/if}
{foreach $first.product_list as $product}
{if $product@index == 4}
<acronym title="
{/if}
{strip}
{if $product@index >= 4}
{$product.name|escape:'htmlall':'UTF-8'}
{if isset($product.attributes) && $product.attributes}
{$product.attributes|escape:'htmlall':'UTF-8'}
{/if}
{if !$product@last}
,
{else}
">…</acronym>)
{/if}
{else}
{$product.name|escape:'htmlall':'UTF-8'}
{if isset($product.attributes) && $product.attributes}
{$product.attributes|escape:'htmlall':'UTF-8'}
{/if}
{if !$product@last}
,
{else}
)
{/if}
{/if}
{strip}
{/foreach}
{/if}
</td>
<td rowspan="{$option.carrier_list|@count}" class="delivery_option_price">
<div class="delivery_option_price">
{if $option.total_price_with_tax && !$option.is_free && (!isset($free_shipping) || (isset($free_shipping) && !$free_shipping))}
{if $use_taxes == 1}
{if $priceDisplay == 1}
{convertPrice price=$option.total_price_without_tax}{if $display_tax_label} {l s='(tax excl.)'}{/if}
{else}
{convertPrice price=$option.total_price_with_tax}{if $display_tax_label} {l s='(tax incl.)'}{/if}
{/if}
{else}
{convertPrice price=$option.total_price_without_tax}
{/if}
{else}
{l s='Free'}
{/if}
</div>
</td>
</tr>
<tr>
<td class="delivery_option_logo{if $carrier.product_list[0].carrier_list[0] eq 0} not-displayable{/if}">
{foreach $option.carrier_list as $carrier}
{if $carrier@iteration != 1}
{if $carrier.logo}
<img src="{$carrier.logo|escape:'htmlall':'UTF-8'}" alt="{$carrier.instance->name|escape:'htmlall':'UTF-8'}"/>
{else if !$option.unique_carrier}
{$carrier.instance->name|escape:'htmlall':'UTF-8'}
{/if}
{/if}
{/foreach}
</td>
<td class="{if $option.unique_carrier} first_item{/if}{if $carrier.product_list[0].carrier_list[0] eq 0} not-displayable{/if}">
<input type="hidden" value="{$first.instance->id|intval}" name="id_carrier" />
{if isset($carrier.instance->delay[$cookie->id_lang])}
<i class="icon-info-sign"></i>
{$first.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'}
{if count($carrier.product_list) <= 1}
({l s='Product concerned:'}
{else}
({l s='Products concerned:'}
{/if}
{foreach $carrier.product_list as $product}
{if $product@index == 4}
<acronym title="
{/if}
{strip}
{if $product@index >= 4}
{$product.name|escape:'htmlall':'UTF-8'}
{if isset($product.attributes) && $product.attributes}
{$product.attributes|escape:'htmlall':'UTF-8'}
{/if}
{if !$product@last}
,
{else}
">…</acronym>)
{/if}
{else}
{$product.name|escape:'htmlall':'UTF-8'}
{if isset($product.attributes) && $product.attributes}
{$product.attributes|escape:'htmlall':'UTF-8'}
{/if}
{if !$product@last}
,
{else}
)
{/if}
{/if}
{strip}
{/foreach}
{/if}
</td>
</tr>
</table>
{/if}
</div>
</div> <!-- end delivery_option -->
{/foreach}
</div> <!-- end delivery_options -->
<div class="hook_extracarrier" id="HOOK_EXTRACARRIER_{$id_address}">
{if isset($HOOK_EXTRACARRIER_ADDR) && isset($HOOK_EXTRACARRIER_ADDR.$id_address)}{$HOOK_EXTRACARRIER_ADDR.$id_address}{/if}
</div>
{foreachelse}
<p class="alert alert-warning" id="noCarrierWarning">
{foreach $cart->getDeliveryAddressesWithoutCarriers(true) as $address}
{if empty($address->alias)}
{l s='No carriers available.'}
{else}
{l s='No carriers available for the address "%s".' sprintf=$address->alias}
{/if}
{if !$address@last}
<br />
{/if}
{foreachelse}
{l s='No carriers available.'}
{/foreach}
</p>
{/foreach}
{/if}
</div> <!-- end delivery_options_address -->
{if $opc}
<p class="carrier_title">{l s='Leave a message'}</p>
<div>
<p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
<textarea class="form-control" cols="120" rows="2" name="message" id="message">{strip}
{if isset($oldMessage)}{$oldMessage|escape:'html':'UTF-8'}{/if}
{/strip}</textarea>
</div>
<hr style="" />
{/if}
<div id="extra_carrier" style="display: none;"></div>
{if $giftAllowed}
<p class="carrier_title">{l s='Gift'}</p>
<p class="checkbox gift">
<input type="checkbox" name="gift" id="gift" value="1" {if $cart->gift == 1}checked="checked"{/if} />
<label for="gift">
{l s='I would like my order to be gift wrapped.'}
{if $gift_wrapping_price > 0}
<i>({l s='Additional cost of'}
<span class="price" id="gift-price">
{if $priceDisplay == 1}
{convertPrice price=$total_wrapping_tax_exc_cost}
{else}
{convertPrice price=$total_wrapping_cost}
{/if}
</span>
{if $use_taxes && $display_tax_label}
{if $priceDisplay == 1}
{l s='(tax excl.)'}
{else}
{l s='(tax incl.)'}
{/if}
{/if})
</i>
{/if}
</label>
</p>
<p id="gift_div">
<label for="gift_message">{l s='If you\'d like, you can add a note to the gift:'}</label>
<textarea rows="2" cols="120" id="gift_message" class="form-control" name="gift_message">{$cart->gift_message|escape:'html':'UTF-8'}</textarea>
</p>
{if $opc}
<hr style="" />
{/if}
{/if}
{/if}
{/if}
{if $conditions AND $cms_id}
<p class="carrier_title">{l s='Terms of service'}</p>
<p class="checkbox">
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
<label for="cgv">{l s='I agree to the terms of service and will adhere to them unconditionally.'}</label>
<a href="{$link_conditions|escape:'html':'UTF-8'}" class="iframe" rel="nofollow">{l s='(Read the Terms of Service)'}</a>
</p>
{/if}
</div> <!-- end delivery_options_address -->
{if !$opc}
<p class="cart_navigation clearfix">
<input type="hidden" name="step" value="3" />
<input type="hidden" name="back" value="{$back}" />
{if !$is_guest}
{if $back}
<a href="{$link->getPageLink('order', true, NULL, "step=1&back={$back}&multi-shipping={$multi_shipping}")|escape:'html':'UTF-8'}" title="{l s='Previous'}" class="button-exclusive btn btn-default">
<i class="icon-chevron-left"></i>
{l s='Continue shopping'}
</a>
{else}
<a href="{$link->getPageLink('order', true, NULL, "step=1&multi-shipping={$multi_shipping}")|escape:'html':'UTF-8'}" title="{l s='Previous'}" class="button-exclusive btn btn-default">
<i class="icon-chevron-left"></i>
{l s='Continue shopping'}
</a>
{/if}
{else}
<a href="{$link->getPageLink('order', true, NULL, "multi-shipping={$multi_shipping}")|escape:'html':'UTF-8'}" title="{l s='Previous'}" class="button-exclusive btn btn-default">
<i class="icon-chevron-left"></i>
{l s='Continue shopping'}
</a>
{/if}
{if isset($virtual_cart) && $virtual_cart || (isset($delivery_option_list) && !empty($delivery_option_list))}
<button type="submit" name="processCarrier" class="button btn btn-default standard-checkout button-medium">
<span>
{l s='Proceed to checkout'}
<i class="icon-chevron-right right"></i>
</span>
</button>
{/if}
</p>
</form>
{else}
</div> <!-- end opc_delivery_methods -->
{/if}
</div> <!-- end carrier_area -->
{strip}
{if !$opc}
{addJsDef orderProcess='order'}
{addJsDef currencySign=$currencySign|html_entity_decode:2:"UTF-8"}
{addJsDef currencyRate=$currencyRate|floatval}
{addJsDef currencyFormat=$currencyFormat|intval}
{addJsDef currencyBlank=$currencyBlank|intval}
{if isset($virtual_cart) && !$virtual_cart && $giftAllowed && $cart->gift == 1}
{addJsDef cart_gift=true}
{else}
{addJsDef cart_gift=false}
{/if}
{addJsDef orderUrl=$link->getPageLink("order", true)|escape:'quotes':'UTF-8'}
{addJsDefL name=txtProduct}{l s='Product' js=1}{/addJsDefL}
{addJsDefL name=txtProducts}{l s='Products' js=1}{/addJsDefL}
{/if}
{if $conditions}
{addJsDefL name=msg_order_carrier}{l s='You must agree to the terms of service before continuing.' js=1}{/addJsDefL}
{/if}
{/strip}
Hello,
J'ai mis a jour le module paypal mais j'ai une erreur 500 lorsque je clique sur le module "liste d'envie"
Ci joint l'erreur. Si quelqu'un a la solution,
merci
Date : 20/05/2024 14:44:53 IP : 86.221.146.63:0 Requête : /module/blockwishlist/mywishlist Code HTTP : 500 Referer : https://www.monsite.site/ User-Agent : Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/124.0.6367.111 Mobile/15E148 Safari/604.1 Erreur : AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, false given in /htdocs/monsite.site/modules/paypal/paypal_logos.php:80\nStack trace:\n#0 /htdocs/monsite.site/modules/paypal/paypal.php(1306): PayPalLogos->getCardsLogo(true)\n#1 /htdocs/ap16test.site/classes/Hook.php(691): PayPal->hookRightColumn(Array)\n#2 /htdocs/ap16test.site/classes/Hook.php(635): HookCore::coreCallHook(Object(PayPal), 'hookrightcolumn', Array)\n#3 /htdocs/monsite.site/classes/controller/FrontController.php(755): HookCore::exec('displayRightCol...', Array)\n#4 /htdocs/monsite.site/classes/controller/ModuleFrontController.php(131): FrontControllerCore->initContent()\n#5 /htdocs/monsite.site/modules/blockwishlist/controllers/front/mywishlist.php(46): ModuleFrontControllerCore->initContent()\n#6 /htdocs/monsite.site/classes/controller/Controller.php(214): BlockWishListMyWishListModuleFrontController->initContent()\n#7 /htdocs/monsite.site/classes/Dispatcher.php(415)
Bonjour, je UP le sujet car je n'ai toujours pas réussi a mettre le webp sur la version 27
j'ai toujours ce souci d'affichage
cordialement
j'ai bien la premiere ligne sur le fichier :
if isset($wishlists) && count($wishlists) > 1}
oui on est en train de voir que c'est pas une super idée. Vu que les modules étaient en partie natif, j'ai pensé que ca allait quand meme fonctionné sur la version phenix
en plus long ça donne cela :
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /htdocs/monsite.site/cache/smarty/compile/51/ce/6e/51ce6e2db5d85c7c51dc25788166c1e589b872b9_0.file.blockwishlist_button.tpl.php:25 Stack trace: #0 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_resource_base.php(123): content_663cf5a2323543_86080725(Object(Smarty_Internal_Template)) #1 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template)) #2 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_template.php(218): Smarty_Template_Compiled->render(Object(Smarty_Internal_Template)) #3 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render(false, 0) #4 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_templatebase.php(122): Smarty_Internal_TemplateBase->_execute(Object(Smarty_Internal_Template), NULL, NULL, NULL, 0) #5 /htdocs/monsite.site/classes/module/Module.php(2589): Smarty_Internal_TemplateBase->fetch() #6 /htdocs/monsite.site/modules/blockwishlist/blockwishlist.php(149): ModuleCore->display('/htdocs/gregsit...', 'blockwishlist_b...') #7 /htdocs/monsite.site/classes/Hook.php(691): BlockWishList->hookDisplayProductListFunctionalButtons(Array) #8 /htdocs/monsite.site/classes/Hook.php(632): HookCore::coreCallHook(Object(BlockWishList), 'hookdisplayProd...', Array) #9 /htdocs/monsite.site/config/smarty.config.inc.php(220): HookCore::exec('displayProductL...', Array, NULL) #10 /htdocs/monsite.site/config/smarty.config.inc.php(432): smartyHook(Array, Object(Smarty_Internal_Template)) #11 /htdocs/monsite.site/cache/smarty/compile/d6/48/ad/d648ad39e0b02e016ec1f7be28ac4316bb85dc9b_0.file.product-list.tpl.php(346): SmartyLazyRegister->__call('smartyHook', Array) #12 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_resource_base.php(123): content_663cf5a2310703_16196701(Object(Smarty_Internal_Template)) #13 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template)) #14 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_template.php(218): Smarty_Template_Compiled->render(Object(Smarty_Internal_Template)) #15 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_template.php(387): Smarty_Internal_Template->render() #16 /htdocs/monsite.site/cache/smarty/compile/eb/c0/7f/ebc07f31a72735915984e75bf312676460948919_0.file.category.tpl.php(154): Smarty_Internal_Template->_subTemplateRender('file:./product-...', NULL, NULL, 0, 3600, Array, 0, false) #17 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_resource_base.php(123): content_663cf5a2237786_26004306(Object(Smarty_Internal_Template)) #18 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template)) #19 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_template.php(218): Smarty_Template_Compiled->render(Object(Smarty_Internal_Template)) #20 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render(false, 0) #21 /htdocs/monsite.site/tools/smarty/sysplugins/smarty_internal_templatebase.php(122): Smarty_Internal_TemplateBase->_execute(Object(Smarty_Internal_Template), NULL, NULL, NULL, 0) #22 /htdocs/monsite.site/classes/controller/FrontController.php(956): Smarty_Internal_TemplateBase->fetch('/htdocs/gregsit...') #23 /htdocs/monsite.site/classes/controller/Controller.php(239): FrontControllerCore->display() #24 /htdocs/monsite.site/classes/Dispatcher.php(415): ControllerCore->run() #25 /htdocs/monsite.site/index.php(27): DispatcherCore->dispatch() #26 {main} thrown in /htdocs/monsite.site/cache/smarty/compile/51/ce/6e/51ce6e2db5d85c7c51dc25788166c1e589b872b9_0.file.blockwishlist_button.tpl.php on line 25
Elle était pas commentée, on l'a commenté. Ca a améliorer la chose mais on a eu autre chose qui a été noté. Ci joint l'erreur :
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /htdocs/monsite.site/cache/smarty/compile/51/ce/6e/51ce6e2db5d85c7c51dc25788166c1e589b872b9_0.file.blockwishlist_button.tpl.php:25 Stack trace: #0
j'ai ça en erreur : Cette page est en mode de compatibilité (quirks). La mise en page peut en être affectée. Pour le mode standard, utilisez « <!DOCTYPE html> ».
il manque le debut sur le fichier doctype html
C'est pour le formulaire de commande "one page checkout",
pour le formulaire standard en 5 etapes, je n'ai pas ce souci
Cdt,
j'ai le meme souci et on a essayé de commenter mais ca n'a pas fonctionné
theme de base : bootstrap
Hello je sais pas si ca vient de jquery ou autre mais si quelqu’ un sait comment debuger cela ?
Hello,
J'ai voulu tenter le passage en Webp sur un site et les images ne s'affichent plus (blanc à la place avec petit icone image a gauche ).
A la base, elles sont en jpeg.
J'ai tenté de regénérer les images, rien.
Vider le cache non plus
Greg