Jump to content

Recommended Posts

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

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

  • 3 months later...

Notice: Undefined property: stdClass::$smarty in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330

Fatal 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

  • 8 months later...

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

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

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