ableier Posted May 3, 2015 Share Posted May 3, 2015 (edited) Hi all, I am getting this error message when viewing the warehouses in advanced stock. No stock is being added to the warehouse either. I have tried emptying the cache and force recompile. When that didn't work I deleted all the files in the cache and compile folders. Anybody have and idea? thanks. Edited July 21, 2015 by ableier (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 4, 2015 Share Posted May 4, 2015 Are you using any warehouse-related module? It looks like the default warehouse class doesn't really have that property. PS Version? Link to comment Share on other sites More sharing options...
ableier Posted May 4, 2015 Author Share Posted May 4, 2015 Version 1.6.0.14 I had 1-Click ERP Illicopresta module enabled but not configured. I disabled it with no effect on the error message. I tried to uninstall and delete but it comes with an error message and I cannot uninstall or delete the module. Not sure if that is the cause, but that is the only other module. I was incorrect about the stock not showing, I didn't realize that I had increase stock for it to show. Thought it would show with zero quantity. Any ideas on the error message? Link to comment Share on other sites More sharing options...
NemoPS Posted May 6, 2015 Share Posted May 6, 2015 It means one of that module's files (I guess) are referring to a property that doesn't exist, perhaps because they extend the object with an override Link to comment Share on other sites More sharing options...
adm666 Posted August 24, 2015 Share Posted August 24, 2015 (edited) I've got this error in clean no-other-modules Presta 1611 with products just filled out. Notice on line 148 in file /www/natura-cosmetica.ru/cache/smarty/compile/05/6a/d3/056ad32d486844c93380f8e9235e532e3bdcf5dc.file.view.tpl.php[8] Undefined property: Warehouse::$idintval <h3><i class="icon-archive"></i> <?php echo smartyTranslate(array('s'=>'Stock'),$_smarty_tpl);?> </h3> <a class="btn btn-link" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getAdminLink('AdminStockInstantState'), ENT_QUOTES, 'UTF-8', true);?> &id_warehouse=<?php echo $_smarty_tpl->tpl_vars['warehouse']->value->idintval;?> &token=<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['getAdminToken'][0][0]->getAdminTokenLiteSmarty(array('tab'=>'AdminStockInstantState'),$_smarty_tpl);?> "><?php echo smartyTranslate(array('s'=>'See products details'),$_smarty_tpl);?> <i class="icon-external-link-sign"></i></a> </div> Edited August 24, 2015 by adm666 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 31, 2015 Share Posted August 31, 2015 Odd, it's missing a pipe, should be->id|intvalYou should check the core file that generates that template Link to comment Share on other sites More sharing options...
Recommended Posts