MarMis Posted April 27, 2016 Share Posted April 27, 2016 I noticed that my layered block was not working. While searching for a solution I go suddenly an error: Notice on line 51 in file /home2/xxx/public_html/xxxxxx/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined property: stdClass::$type I haven't changed anything in this file, so it just come out of the blue for me. Don't know if these are related. But would be great if someone can help me out Link to comment Share on other sites More sharing options...
shokinro Posted April 28, 2016 Share Posted April 28, 2016 it seems that there is some Smarty variable was not defined but used. first of all, you may need figured out where it is located, and then figure out how to fix the issue. This message appears means you have "error displaying" enabled, that may cause some javascript ajax call. You can try to disable error displaying, it may fix your block layered module Set _PS_MOD_DEV_ to false in file /config/defines.inc.php will disable above error message appearing. Link to comment Share on other sites More sharing options...
sworld Posted August 26, 2016 Share Posted August 26, 2016 Notice: Undefined property: stdClass::$smarty in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330Fatal error: Call to a member function createTemplate() on a non-object in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330 Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2016 Share Posted August 27, 2016 Please avoid posting the same issue multiple times, see the answer herehttps://www.prestashop.com/forums/topic/469056-prestashop-front-and-back-pages-are-blank/ Link to comment Share on other sites More sharing options...
kirubanidhi Posted May 18, 2017 Share Posted May 18, 2017 How to resolve below this error, "shop/cache/smarty/compile/42/f2/a4/42f2a4479ac0c67fae08235e34b10e7c8ff1b261.file.product.tpl.php: 583","(Notice) Undefined property: Product::$allquantity" i cant find this key in my prestashop core. Can you help me @NemoPS Link to comment Share on other sites More sharing options...
kirubanidhi Posted May 18, 2017 Share Posted May 18, 2017 How to resolve below this error, "shop/cache/smarty/compile/42/f2/a4/42f2a4479ac0c67fae08235e34b10e7c8ff1b261.file.product.tpl.php: 583","(Notice) Undefined property: Product::$allquantity" I cant find this key in my prestashop core. Can you help me Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now