Search the Community
Showing results for tags 'Notice'.
-
Hi everyone , I ask help community because I am a newbie in PrestaShop. My configuration is: Windows Server 2019 Microsoft-IIS 10.0 PHP 7.2.16 PhpMyAdmin 4.8.5 (update from 4.1.9) MySQL 5.6.16.0 Prestashop 1.7.5.1 I have terminate the installation but when I use the Control Panel I have two problem: First Design -> Positions Appear white page with message: PHP Notice: Undefined index: icon in C:\inetpub\wwwroot\var\cache\prod\smarty\compile\20\ee\e6\20eee688fd01d1bc41ae6d1578e4492410fbb529_0.file.page_header_toolbar.tpl.php on line 232 If I open the file “20eee688fd01d1bc41ae6d1578e4492410fbb529_0.file.page_header_toolbar.tpl.php” on line 232 is indicated: <i class="material-icons"><?php echo $_smarty_tpl->tpl_vars['btn']->value['icon'];?> Second Payment -> Payment methods Appear white page with message: PHP Warning: Use of undefined constant ADMIN_LEGACY_CONTEXT - assumed 'ADMIN_LEGACY_CONTEXT' (this will throw an Error in a future version of PHP) in C:\inetpub\wwwroot\modules\ps_mbo\ps_mbo.php on line 320 If I open the file “ps_mbo.php” on line 320 I see: if (ADMIN_LEGACY_CONTEXT === true) { Can you help me? Thanks in advance for any help! Kind regards
-
Hi ! I have an issue with my sitemap page... On front office this page is blank and I do not know how to fix it. I enabled debug mode, you can see full error report on picture attachment. I see that there is an error notice : "Notice: Undefined index: sitemap" Here is the file sitemap.tpl located in /template/cms of my theme : {extends file='page.tpl'} {block name='page_title'} {l s='Sitemap' d='Shop.Theme.Global'} {/block} {block name='page_content_container'} <div id="sitemap-tree" class="sitemap"> <div class="tree-top"> <a href="{$urls.base_url}" title="{$shop.name}"></a> </div> <ul class="tree"> {foreach $sitemap as $item} {if isset($item.children)} {foreach $item.children as $child} {include file='cms/_partials/sitemap-tree-branch.tpl' node=$child} {/foreach} {/if} {/foreach} </ul> </div> {/block} An here is file sitemap-tree-branch.tpl located in /template/cms/partials of my theme : <li> <a id="{$node.id}" href="{$node.url}" title="{$node.label}">{$node.label}</a> {if isset($node.children) && $node.children|@count > 0} <ul> {foreach $node.children as $child} {include file='cms/_partials/sitemap-tree-branch.tpl' node=$child} {/foreach} </ul> {/if} </li> I really don't know what to do to fix this and I need to have an HTML sitemap on my website... Thank you ! Best regards,
-
Hi everyone, there is a pretty annoying notice that pops up in my backpanel whenever i change the page I am on. Notice on line 1268 in file /home/internetshop/public_html/modules/inixframe/InixModule.php[8] Undefined property: stdClass::$dist_chanelNotice on line 1269 in file /home/internetshop/public_html/modules/inixframe/InixModule.php[8] Undefined property: stdClass::$dist_chanel I have found an old thread with the same problem but it has no solution. https://www.prestashop.com/forums/topic/446694-inixframe-error/ I am using Prestashop 1.6.1.4 Any help would be welcome!
-
Hi, my shop has just started acting weirdly. When I type something into the search bar, it gives me "fatal error" message. If i try to open this category page http://napilu.cz/12-motorove-pily , it's tottaly broken. Any suggestions about the solution? I have no idea what to do with it to be honest. URL: http://napilu.cz/ Thank you for all your answers
-
Hello Guys, I have just recovered my website from backup and i m getting errors on best seller tab, the module used is top-seller module. i am getting top seller tab on home page a tab as best seller just next to popular and new arrivals, when i click on best seller's i get images of the product which are sold recently but the problem is when i hover on it i get the following error's. Anyone any suggestions Errors: Notice: Undefined index: id_product_attribute inC:\xampp\htdocs\Imitation\cache\smarty\compile\06\21\02\0621027ea2ed14f9e5de1575d660ad5d8a1489f1.file.product-list.tpl.php on line 203 Notice: Undefined index: available_for_order inC:\xampp\htdocs\Imitation\cache\smarty\compile\06\21\02\0621027ea2ed14f9e5de1575d660ad5d8a1489f1.file.product-list.tpl.php on line 203 I have tried following things 1. Have clear the cache from BO and also have deleted the manually the smarty/compile/folder except index.php 2. Have tried to reset , uninstall reinstall the module didn't work. 3.Have installed fresh store copied the top-seller module and reinstalled didn't work. I have attached screen shot for refrence.
- 2 replies
-
- Cart
- Best seller tab
- (and 8 more)
-
Hello everyone! Ițm new here,I built a website with prestashop, and i got stuck at the legal notice...I want to edit it from cms but... what should I write there??? thank you
-
Je viens de découvrir le site www.peoplbrain.com Il permet de créer gratuitement ses notices, tutos , photos et de les intégrer dans nos boutiques grace à un viewer embedded assez bien fait . j'ai créé mes notices sur ce site et je les ai mises dans ma boutique facilement . Le résultat est visible la en bas de la fiche produit : http://www.carcoon.f...33-x-230cm.html J'ai profité du site pour faire un petit tuto pour vous expliquer comment faire : http://www.peoplbrai...-sur-prestashop sympa
-
Hi, everyone. I'm trying to install my prestashop store using IIS7 on Windows Server 2008 R2. I can't use Apache I just copied the prestashop files into the server and tried to access the site to run the installer. The page redirects me to http://localhost/prestashop/install/ and it gives me a LOT of warnings, all in the line 789, the first ones are: PHP Warning: simplexml_load_string(): Entity: line 1: parser error : AttValue: " or ' expected in C:\inetpub\wwwroot\prestashop\install\index.php on line 789 PHP Warning: simplexml_load_string(): <html><body><font face="Arial"><table border=0><tr bgcolor="#002F65"><td valign= in C:\inetpub\wwwroot\prestashop\install\index.php on line 789 PHP Warning: simplexml_load_string(): ^ in C:\inetpub\wwwroot\prestashop\install\index.php on line 789 PHP Warning: simplexml_load_string(): Entity: line 1: parser error : attributes construct error in C:\inetpub\wwwroot\prestashop\install\index.php on line 789 [...] and in the end, a PHP Notice: PHP Notice: Trying to get property of non-object in C:\inetpub\wwwroot\prestashop\install\index.php on line 790 Does anybody know what is wrong with my server or php installation?
-
hi I am not web designer and not a programmer. here my themes got one problem of Notice:Undefine. Prestashop team have encounter this error. I do not know how it comes problem. Do anybody know how this types of error occor. But It works on my server very nice. http://demo.devilthemes.com/test/prestashop/