Jump to content

cache/smarty


Recommended Posts

Can someone help my out here,

In my backoffice when I go to module I get this notice shoving up, same notice many times,

is that something I have to do to stop this. it come every time I go to module page.

 

Notice på linje 136 i fil /home/styleqaw/public_html/cache/smarty/compile/df/71/f6/df71f64dc24877ab3563b80b21822e7cd561f5dc.file.list.tpl.php
[8] Undefined property: stdClass::$price

Link to comment
Share on other sites

Hard to tell where it comes from.

First, clear cache multiple times.

Then, try to locate that file it mentions

cache/smarty/compile/df/71/f6/df71f64dc24877ab3563b80b21822e7cd561f5dc.file.list.tpl.php

 

And look for $price at line 136 (or anywhere else). You have to figure out which module generates it

Link to comment
Share on other sites

If you open the file that gives the error (/home/styleqaw/public_html/cache/smarty/compile/df/71/f6/df71f64dc24877ab3563b80b21822e7cd561f5dc.file.list.tpl.php) on the 2 line you'll see the path to the tpl file it was compiled from. Then look into that tpl file to see if you spot something wrong.

Link to comment
Share on other sites

nice tip Daniel,

 

my questions to original poster is, if you turn of debug more (recommended unless actively debugging), do you have any issue with features in PS front or back office?  i.e.

 

notice does not cause stop of script, so if there is no other issue than the displayed notice, then turn debug off.

Link to comment
Share on other sites

Thanks for this, I disable it and now its ok, bud the error or notice is still ther, if I turn debug on again then I get this notice

If this is an harmless notice then I just ignore this and turn debug off.

 

Warning på linje 2611 i fil /home/styleqaw/public_html/classes/Tools.php
[512] Function <b>getCurrent()</b> is deprecated in <b>/home/styleqaw/public_html/override/classes/controller/AdminController.php</b> on line <b>338</b><br />

 

Notice på linje 136 i fil /home/styleqaw/public_html/cache/smarty/compile/df/71/f6/df71f64dc24877ab3563b80b21822e7cd561f5dc.file.list.tpl.php
[8] Undefined property: stdClass::$price

Link to comment
Share on other sites

×
×
  • Create New...