Jump to content

Can someone help with my error_log


Recommended Posts

I am having problems with my website. All was good but has now fallen apart. It is eating its way through resources and the error log is growing.

I have the following error messages and have no idea what needs to be fixed

[06-Mar-2014 15:23:11 Australia/Sydney] PHP Warning:  unlink(/home/findsfor/public_html/cache/cachefs/b/bfdfe03dfd672e359d85e58668f772d8): No such file or directory in /home/findsfor/public_html/classes/cache/CacheFs.php on line 95
[05-Mar-2014 23:23:07 EST] PHP Notice:  unserialize(): Error at offset 237534 of 237568 bytes in /home/findsfor/public_html/classes/cache/CacheFs.php on line 70
[06-Mar-2014 15:23:25 Australia/Sydney] PHP Warning:  Function <b>isLogged()</b> is deprecated in <b>/home/findsfor/public_html/cache/smarty/compile/31/39/02/3139020332e2c95d3afb9154923a1000a705ceb7.file.TabContent.tpl.php</b> on line <b>293</b><br /> in /home/findsfor/public_html/classes/Tools.php on line 2147
[06-Mar-2014 15:09:24 Australia/Sydney] PHP Notice:  Undefined offset: 223 in /home/findsfor/public_html/cache/smarty/compile/1b/19/3a/1b193a6fe36572afc90265f87c4cb08a6ddf64e4.file.product.tpl.php on line 610[06-Mar-2014 15:09:24 Australia/Sydney] PHP Notice:  Undefined offset: 223 in /home/findsfor/public_html/cache/smarty/compile/1b/19/3a/1b193a6fe36572afc90265f87c4cb08a6ddf64e4.file.product.tpl.php on line 611[05-Mar-2014 23:23:07 EST] PHP Notice:  unserialize(): Error at offset 237534 of 237568 bytes in /home/findsfor/public_html/classes/cache/CacheFs.php on line 70

These errors are from another site

[06-Mar-2014 15:37:51 Australia/Sydney] PHP Notice:  Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/findsfor/public_html/www.chicplus.com.au/classes/Cookie.php on line 80[06-Mar-2014 15:37:51 Australia/Sydney] PHP Notice:  Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/findsfor/public_html/www.chicplus.com.au/classes/Cookie.php on line 80

Thank you in advance.

Link to comment
Share on other sites

  • 7 months later...

Can you post your own log?
For the cookie one: open cookie.php in classes/, locate this

 

$this->_cipherTool = new Rijndael(_RIJNDAEL_KEY_, _RIJNDAEL_IV_);

 

And change it to

 

 

$this->_cipherTool = new Rijndael('_RIJNDAEL_KEY_', '_RIJNDAEL_IV_');

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...

Hi,

I'm getting similar notices.

PHP Notice:  unserialize(): Error at offset 49726 of 61252 bytes in /home/......................./classes/cache/CacheFs.php on line 70

PHP Notice:  unserialize(): Unexpected end of serialized data in /home/................../www/classes/cache/CacheFs.php on line 40

 

How do we track the root cause down?

Link to comment
Share on other sites

×
×
  • Create New...