Jump to content
  • 0

Failed to load resource - kategoria bez zdjęcia


mastek

Question

Witam,

 

Znalazłem dzisiaj w preście taki błąd - badając element w google chrome.

Failed to load resource: the server responded with a status of 404 (Not Found)  - załącznik.

 

Błąd wyskakuje tylko w momencie jak do kategorii nie przypiszemy żadnego obrazu.

Spotkał się ktoś z takim błędem i jest w stanie pomóc rozwiązać mi ten problem.

 

Strona wyświetla mi się prawidłowo, ale wydaje mi się że takie komunikaty nie są pomocne np. w pozycjonowaniu sklepu?

post-812155-0-29672100-1413917271_thumb.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

udało mi się rozwiązać problem, ale nie rozumem trochę tego:

 

w pliku category.tpl błąd powoduje ten kod

<div class="cat_desc">
							<span class="category-name-lista_badan">
							LISTA BADAŃ
							
							</span>
							
                            <span class="category-name">
                                {strip}
                                    {$category->name|escape:'html':'UTF-8'}
                                    {if isset($categoryNameComplement)}
                                        {$categoryNameComplement|escape:'html':'UTF-8'}
                                    {/if}
                                {/strip}
                            </span>
                            {if Tools::strlen($category->description) > 350}
                                <div id="category_description_short" class="rte">{$description_short}</div>
                                <div id="category_description_full" class="unvisible rte">{$category->description}</div>
                                <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a>
                            {else}
                                <div class="rte">{$category->description}</div>
                            {/if}
                            </div>

ale usunięcie na górze i dole tego 

<div class="cat_desc">

 </div>

problem rozwiązuje - wft?

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