mnmak Posted March 3, 2015 Share Posted March 3, 2015 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: nameNotice on line 295 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php[8] Undefined index: directoryNotice on line 306 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php[8] Undefined index: directoryNotice on line 316 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php[8] Undefined index: directoryNotice on line 317 in file /cache/smarty/compile/ac/da/b4/acdab41f7be03b9f2f19087628f69d2383ff2634.file.options.tpl.php[8] Undefined index: directoryNotice 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 More sharing options...
SLiCK_303 Posted March 3, 2015 Share Posted March 3, 2015 Erase your cache..? 1 Link to comment Share on other sites More sharing options...
mnmak Posted March 3, 2015 Author Share Posted March 3, 2015 Erase your cache..? I did several times, didn't help. Thanks. Link to comment Share on other sites More sharing options...
pskeeda Posted March 3, 2015 Share Posted March 3, 2015 Clear cache, that will help you Link to comment Share on other sites More sharing options...
mnmak Posted March 3, 2015 Author Share Posted March 3, 2015 Clear cache, that will help you I did, no change. Thanks. Link to comment Share on other sites More sharing options...
pskeeda Posted March 3, 2015 Share Posted March 3, 2015 Try to delte contents in cache folder manually. Link to comment Share on other sites More sharing options...
mnmak Posted March 3, 2015 Author Share Posted March 3, 2015 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 More sharing options...
4site Posted May 1, 2015 Share Posted May 1, 2015 same issue same version - out of interest did you get it fixed and does one click upgrade refuse to run as well? cheers Link to comment Share on other sites More sharing options...
sofree Posted May 24, 2015 Share Posted May 24, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now