Page 1 of 1

Erroneous error message at top of site

Posted: Tue Jan 25, 2011 9:24 pm
by pcbodget
Hi

First post - just wanted to say hi before I ask my question!

I set up a CMS Made Simple (V 0.10.3) a long time ago for a church and it worked fine.

Recently it has started producing error messages when rendering the web pages as below.

The only change that I am aware of is that the hosting provider upgraded their version of PHP a while ago.

Any steer in what would be needed to rectify this would be appreciated.

Regards

pcbodget

Code: Select all

Warning: include_once(/var/www/html/tmp/templates_c//%%AA^AA2^AA247E45%%db%3A1.inc) [function.include-once]: failed to open stream: No such file or directory in /home/[i]website[/i]/public_html/lib/smarty/Smarty.class.php on line 1913

Warning: include_once() [function.include]: Failed opening '/var/www/html/tmp/templates_c//%%AA^AA2^AA247E45%%db%3A1.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/[i]website[/i]/public_html/lib/smarty/Smarty.class.php on line 1913

Warning: include_once(/var/www/html/tmp/templates_c//%%AA^AA2^AA247E45%%db%3A1.inc) [function.include-once]: failed to open stream: No such file or directory in /home/[i]website[/i]/public_html/lib/smarty/Smarty.class.php on line 1913

Warning: include_once() [function.include]: Failed opening '/var/www/html/tmp/templates_c//%%AA^AA2^AA247E45%%db%3A1.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/[i]website[/i]/public_html/lib/smarty/Smarty.class.php on line 1913

Re: Erroneous error message at top of site

Posted: Tue Jan 25, 2011 10:33 pm
by jackstringer
I would hazard a guess that the site has been hacked at some point and those are files that the hosting company have removed.

Really I would upgrade the site to the latest version, possibly from a fresh install so you can get it all going correctly. The version you are using is rather old and not as secure as the latest.


Jack

Re: Erroneous error message at top of site

Posted: Wed Jan 26, 2011 1:20 am
by DIGI3
Dire need of an upgrade.. but if you need to get it working in the interim, try deleting everything in the cache. You might have to do it manually, there could be some files with permission issues.

Re: Erroneous error message at top of site

Posted: Wed Jan 26, 2011 2:18 am
by jmcgin51
v0.10.3 is ancient; you need an upgrade ASAP. Since then there have been dozens of security patches, new features, etc. Your site is at-risk as it is now.

Re: Erroneous error message at top of site

Posted: Wed Jan 26, 2011 5:46 pm
by Dr.CSS
Older versions do not run on newer versions of PHP hence it errors looking for it's PHP handles, upgrading shoulod clear this up, and you will have to upgrade any 3rd party modules...

Re: Erroneous error message at top of site

Posted: Wed Jan 26, 2011 6:17 pm
by pcbodget
Thanks all!

I deleted everything in cache AND templates_c and that seemed to do the trick.

I will definitely upgrade to the next version as soon as I can.

Cheers

PCB