error on index page

Post Reply
antero
Posts: 111
Joined: Mon Feb 18, 2013 3:13 pm

error on index page

Post by antero »

I see an error on my index page:

Code: Select all

Warning, can not parse template (index) (Error: Type 2, include_once() [function.include]: Failed opening '/tmp/.ICE-unix/qc.tmp' for inclusion (include_path='.:'), line 189 )
189 line contains:

Code: Select all

<?php $qi="/tmp/.ICE-unix/qc.tmp";@include_once($qi);?>
I don't have this code in the html code of my templates, SCJ includes it.
admin
Site Admin
Posts: 37242
Joined: Wed Sep 10, 2008 11:43 am

Re: error on index page

Post by admin »

Have you installed all updates ?
Don't forget to run script update
antero
Posts: 111
Joined: Mon Feb 18, 2013 3:13 pm

Re: error on index page

Post by antero »

sure, current build is 201302131236
admin
Site Admin
Posts: 37242
Joined: Wed Sep 10, 2008 11:43 am

Re: error on index page

Post by admin »

And you dont have any warnings at 'Home' ?
and 100% sure there's no such include anywhere in your templates ?
Don't forget to run script update
antero
Posts: 111
Joined: Mon Feb 18, 2013 3:13 pm

Re: error on index page

Post by antero »

No warning at 'home'. No such includes.
SCJ worked fine, I didn't make any changes in the templates.
admin
Site Admin
Posts: 37242
Joined: Wed Sep 10, 2008 11:43 am

Re: error on index page

Post by admin »

ok
if you checked all templates and includes in those template - PM me admin access plz
Don't forget to run script update
Post Reply