Jump to content

Errors in back-office


Recommended Posts

Hi there, I can not track the origin of these errors. I get them when I open "themes" in the back office. Any advise would be much appreciated. I use 1.6.0.11, www.sangado.bg

 

Notice on line 316 in file /tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code
[8] Undefined index: directory
 
Notice on line 317 in file /tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code
[8] Undefined index: directory
 
Notice on line 318 in file /tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code
[8] Undefined index: name
 
and:
 
Notice on line 287 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: name

Notice on line 295 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: directory

Notice on line 306 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: directory

Notice on line 316 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: directory

Notice on line 317 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: directory

Notice on line 318 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php
[8] Undefined index: name
Link to comment
Share on other sites

Try to delte contents in cache folder manually.

 

I did that too. Unfortunately it doesnt help either. The file in the cache folder is gone, but new one generates in its place.

 

Please note that there is an error in non-cache folders  like: /tools/smarty/sysplugins/smarty_internal_templatebase.php

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

This script erase cache cache_clean.sh:

#!/bin/sh

BD=$(dirname $0)

rm -r $BD/www/cache/smarty/cache/*
rm -r $BD/www/cache/smarty/compile/*
rm -r $BD/www/cache/cachefs/*

Site contains in www directory:

ls

cache_clean.sh  www

I put this script in the cron

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