Jump to content

Problème avec ma catégorie parente presta 1.6


Recommended Posts

Bonjour à tous !

 

Depuis un moment je suis incapable d'accéder à mes catégories dans le back-office, (noter que sur le front office tout est nikel, mis à part pour la version mobile et tablette)

 

En cliquant sur "Catalogue" --> "Catégories" tout est vide et à coté de la petite maison le nom "Trustedshops" au lieu de "ACCEUIL"

 

Quelqu'un pour m'aider ?

Link to comment
Share on other sites

ok j'ai 2 erreurs quand je clique sur mon tableau de bord

 

----> Notice à la ligne 116 du fichier /home/njoelea/www/cache/smarty/compile/38/85/08/388508a252bd9c109b7326f3c4d078ba8822cf9f.file.dashboard_zone_one.tpl.php
[8] Undefined index: PS_STOCK_MANAGEMENT

----> Notice à la ligne 116 du fichier /home/njoelea/www/cache/smarty/compile/38/85/08/388508a252bd9c109b7326f3c4d078ba8822cf9f.file.dashboard_zone_one.tpl.php
[8] Trying to get property of non-object

Link to comment
Share on other sites

Il faudrait regarder le fichier "modules/dashactivity/views/templates/hook/dashboard_zone_one.tpl"

Et voir si le code correspond bien au tpl de base d'une 1.6.0.9

Je te met le code d'une version "propre" que j'ai chez moi:

 

{*

* 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:
* 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 [email protected] 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 <[email protected]>
*  @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
*}
<section id="dashactivity" class="panel widget{if $allow_push} allow_push{/if}">
<div class="panel-heading">
<i class="icon-time"></i> {l s='Activity overview' mod='dashactivity'}
<span class="panel-heading-action">
<a class="list-toolbar-btn" href="#" onclick="toggleDashConfig('dashactivity'); return false;" title="configure">
<i class="process-icon-configure"></i>
</a>
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashactivity'); return false;" title="refresh">
<i class="process-icon-refresh"></i>
</a>
</span>
</div>
<section id="dashactivity_config" class="dash_config hide">
<header><i class="icon-wrench"></i> {l s='Configuration' mod='dashactivity'}</header>
{$dashactivity_config_form}
</section>
<section id="dash_live" class="loading">
<ul class="data_list_large">
<li>
<span class="data_label size_l">
{l s='Online Visitors' mod='dashactivity'}
<small class="text-muted"><br/>
{l s='in the last %d minutes' sprintf=$DASHACTIVITY_VISITOR_ONLINE|intval mod='dashactivity'}
</small>
</span>
<span class="data_value size_xxl">
<span id="online_visitor"></span>
</span>
</li>
<li>
<span class="data_label size_l">
{l s='Active Shopping Carts' mod='dashactivity'}
<small class="text-muted"><br/>
{l s='in the last %d minutes' sprintf=$DASHACTIVITY_CART_ACTIVE|intval mod='dashactivity'}
</small>
</span>
<span class="data_value size_xxl">
<span id="active_shopping_cart"></span>
</span>
</li>
</ul>
</section>
<section id="dash_pending" class="loading">
<header><i class="icon-time"></i> {l s='Currently Pending' mod='dashactivity'}</header>
<ul class="data_list">
<li>
<span class="data_label">{l s='Orders' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="pending_orders"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Return/Exchanges' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="return_exchanges"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Abandoned Carts' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="abandoned_cart"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Out of Stock Products' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="products_out_of_stock"></span>
</span>
</li>
</ul>
</section>
<section id="dash_notifications" class="loading">
<header><i class="icon-exclamation-sign"></i> {l s='Notifications' mod='dashactivity'}</header>
<ul class="data_list_vertical">
<li>
<span class="data_label">{l s='New Messages' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="new_messages"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Product Reviews' mod='dashactivity'}</span>
<span class="data_value size_l">
<span id="product_reviews"></span>
</span>
</li>
</ul>
</section>
<section id="dash_customers" class="loading">
<header><i class="icon-user"></i> {l s='Customers & Newsletters' mod='dashactivity'} <span class="subtitle small" id="customers-newsletters-subtitle"></span></header>
<ul class="data_list">
<li>
<span class="data_label">{l s='New Customers' mod='dashactivity'}</span>
<span class="data_value size_md">
<span id="new_customers"></span>
</span>
</li>
<li>
<span class="data_label">{l s='New Subscriptions' mod='dashactivity'}</span>
<span class="data_value size_md">
<span id="new_registrations"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Total Subscribers' mod='dashactivity'}</span>
<span class="data_value size_md">
<span id="total_suscribers"></span>
</span>
</li>
</ul>
</section>
<section id="dash_traffic" class="loading">
<header>
<i class="icon-globe"></i> {l s='Traffic' mod='dashactivity'} <span class="subtitle small" id="traffic-subtitle"></span>
</header>
<ul class="data_list">
{if $gapi_mode}
<li>
<span class="data_label">
<a href="{$link->getAdminLink('AdminModules')}&{$gapi_mode}=gapi"><img src="../modules/dashactivity/gapi-logo.gif" width="16" height="16" /> {l s="Link to your Google Analytics account" mod="dashactivity"}</a>
</span>
</li>
{/if}
<li>
<span class="data_label">{l s='Visits' mod='dashactivity'}</span>
<span class="data_value size_md">
<span id="visits"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Unique Visitors' mod='dashactivity'}</span>
<span class="data_value size_md">
<span id="unique_visitors"></span>
</span>
</li>
<li>
<span class="data_label">{l s='Traffic Sources' mod='dashactivity'}</span>
<ul class="data_list_small" id="dash_traffic_source">
</ul>
<div id="dash_traffic_chart2" class='chart with-transitions'>
<svg></svg>
</div>
</li>
</ul>
</section>
</section>
<script type="text/javascript">
date_subtitle = "{$date_subtitle}";
date_format   = "{$date_format}";
</script>
 
Link to comment
Share on other sites

{*
* 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 [email protected] 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 <[email protected]>
*  @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
*}
<section id="dashactivity" class="panel widget{if $allow_push} allow_push{/if}">
    <div class="panel-heading">
        <i class="icon-time"></i> {l s='Activity overview' mod='dashactivity'}
        <span class="panel-heading-action">
            <a class="list-toolbar-btn" href="#" onclick="toggleDashConfig('dashactivity'); return false;" title="{l s='Configure' mod='dashactivity'}">
                <i class="process-icon-configure"></i>
            </a>
            <a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashactivity'); return false;" title="{l s='Refresh' mod='dashactivity'}">
                <i class="process-icon-refresh"></i>
            </a>
        </span>
    </div>
    <section id="dashactivity_config" class="dash_config hide">
        <header><i class="icon-wrench"></i> {l s='Configuration' mod='dashactivity'}</header>
        {$dashactivity_config_form}
    </section>
    <section id="dash_live" class="loading">
        <ul class="data_list_large">
            <li>
                <span class="data_label size_l">
                    <a href="{$link->getAdminLink('AdminStats')|escape:'html':'UTF-8'}&module=statslive">{l s='Online Visitors' mod='dashactivity'}</a>
                    <small class="text-muted"><br/>
                        {l s='in the last %d minutes' sprintf=$DASHACTIVITY_VISITOR_ONLINE|intval mod='dashactivity'}
                    </small>
                </span>
                <span class="data_value size_xxl">
                    <span id="online_visitor"></span>
                </span>
            </li>
            <li>
                <span class="data_label size_l">
                    <a href="{$link->getAdminLink('AdminCarts')|escape:'html':'UTF-8'}">{l s='Active Shopping Carts' mod='dashactivity'}</a>
                    <small class="text-muted"><br/>
                        {l s='in the last %d minutes' sprintf=$DASHACTIVITY_CART_ACTIVE|intval mod='dashactivity'}
                    </small>
                </span>
                <span class="data_value size_xxl">
                    <span id="active_shopping_cart"></span>
                </span>
            </li>
        </ul>           
    </section>
    <section id="dash_pending" class="loading">
        <header><i class="icon-time"></i> {l s='Currently Pending' mod='dashactivity'}</header>
        <ul class="data_list">
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminOrders')|escape:'html':'UTF-8'}">{l s='Orders' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="pending_orders"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminReturn')|escape:'html':'UTF-8'}">{l s='Return/Exchanges' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="return_exchanges"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminCarts')|escape:'html':'UTF-8'}">{l s='Abandoned Carts' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="abandoned_cart"></span>
                </span>
            </li>
            {if $PS_STOCK_MANAGEMENT}
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminTracking')|escape:'html':'UTF-8'}">{l s='Out of Stock Products' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="products_out_of_stock"></span>
                </span>
            </li>
            {/if}
        </ul>
    </section>
    <section id="dash_notifications" class="loading">
        <header><i class="icon-exclamation-sign"></i> {l s='Notifications' mod='dashactivity'}</header>
        <ul class="data_list_vertical">
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminCustomerThreads')|escape:'html':'UTF-8'}">{l s='New Messages' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="new_messages"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminModules')|escape:'html':'UTF-8'}&configure=productcomments&tab_module=front_office_features&module_name=productcomments">{l s='Product Reviews' mod='dashactivity'}</a></span>
                <span class="data_value size_l">
                    <span id="product_reviews"></span>
                </span>
            </li>
        </ul>
    </section>
    <section id="dash_customers" class="loading">
        <header><i class="icon-user"></i> {l s='Customers & Newsletters' mod='dashactivity'} <span class="subtitle small" id="customers-newsletters-subtitle"></span></header>
        <ul class="data_list">
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminCustomers')|escape:'html':'UTF-8'}">{l s='New Customers' mod='dashactivity'}</a></span>
                <span class="data_value size_md">
                    <span id="new_customers"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminStats')|escape:'html':'UTF-8'}&module=statsnewsletter">{l s='New Subscriptions' mod='dashactivity'}</a></span>
                <span class="data_value size_md">
                    <span id="new_registrations"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminModules')|escape:'html':'UTF-8'}&configure=blocknewsletter&module_name=blocknewsletter">{l s='Total Subscribers' mod='dashactivity'}</a></span>
                <span class="data_value size_md">
                    <span id="total_suscribers"></span>
                </span>
            </li>
        </ul>       
    </section>
    <section id="dash_traffic" class="loading">
        <header>
            <i class="icon-globe"></i> {l s='Traffic' mod='dashactivity'} <span class="subtitle small" id="traffic-subtitle"></span>
        </header>
        <ul class="data_list">
            {if $gapi_mode}
                <li>
                    <span class="data_label">
                        <img src="../modules/dashactivity/gapi-logo.gif" width="16" height="16" alt=""/> <a href="{$link->getAdminLink('AdminModules')|escape:'html':'UTF-8'}&{$gapi_mode}=gapi">{l s='Link to your Google Analytics account' mod='dashactivity'}</a>
                    </span>
                </li>
            {/if}
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminStats')|escape:'html':'UTF-8'}&module=statsforecast">{l s='Visits' mod='dashactivity'}</a></span>
                <span class="data_value size_md">
                    <span id="visits"></span>
                </span>
            </li>
            <li>
                <span class="data_label"><a href="{$link->getAdminLink('AdminStats')|escape:'html':'UTF-8'}&module=statsvisits">{l s='Unique Visitors' mod='dashactivity'}</a></span>
                <span class="data_value size_md">
                    <span id="unique_visitors"></span>
                </span>
            </li>
            <li>
                <span class="data_label">{l s='Traffic Sources' mod='dashactivity'}</span>
                <ul class="data_list_small" id="dash_traffic_source">
                </ul>
                <div id="dash_traffic_chart2" class='chart with-transitions'>
                    <svg></svg>
                </div>
            </li>
        </ul>       
    </section>
</section>
<script type="text/javascript">
    date_subtitle = "{$date_subtitle}";
    date_format   = "{$date_format}";
</script>


Il y a des lignes diférentes

Link to comment
Share on other sites

Bonjour j'ai le meme problème 

 

Notice à la ligne 116 du fichier /home/monsite/www/cache/smarty/compile/3f/6d/1d/3f6d1d024f25c23af1366db85f50199ce5f198b9.file.dashboard_zone_one.tpl.php
[8] Undefined index: PS_STOCK_MANAGEMENT

Notice à la ligne 116 du fichier /home/monsite/www/cache/smarty/compile/3f/6d/1d/3f6d1d024f25c23af1366db85f50199ce5f198b9.file.dashboard_zone_one.tpl.php
[8] Trying to get property of non-object

 

j'essai de vider mon cache via le FTP mais impossible ca ne veut pas... j'ai vérifié si la variable était présente dans la table mais ca ne résout pas mon pb...

Edited by Rom75 (see edit history)
Link to comment
Share on other sites

Si tu as fait une sauvegarde tu peux eventuellement la restaurer pour voir si tout rendre dans l'ordre. Dans le même temps, je te conseille de faire une analyse de ton pc avec ton anti-virus pour être sûre qu'il ne s'agisse pas d'un logiciel malveillant qui soit la cause de ton bug :)

Link to comment
Share on other sites

Ok comment dois je procéder pour resaturer ma sauvegarde


Bonjour Lareja,
as-tu vérifié dans ta base de données si tu as bien tes catégories qui apparaissent dans la table ps_category_lang, comme je te l'ai indiqué par mail hier ?

cc oui ils sont bien présent dans ma base

Link to comment
Share on other sites

Merci pour cette info. Je te conseille vivement de contacter notre service support, ils pourront avoir la main sur ton BO et voir ce qui cloche avec toi.

 

Tu peux les contacter par tel au 01 40 18 30 04 ou par mail ici en prenant soin de choisir l'intitulé "support technique": http://www.prestashop.com/fr/contact.

Bon contact de presta par tel impossible de les avoirs email envoyer pas de reponse malgré l'urgence de mon problème

jsui deçu je pensai pouvoir en finir j'en sui malade :wacko: :wacko: :wacko: :wacko: :wacko: :wacko: :wacko: :wacko: :wacko::( :( :( :( :( :(

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