sarajevo Posted August 25, 2008 Share Posted August 25, 2008 Hi all, i just installed Avactis Shop Scripts ,and all is ok.When I Open admin panel,all function is ok,but when I want MANAGE CATEGORIES ,I get following messages: Fatal error: Cannot redeclare link() in /home/a4643744/public_html/avactis-system/core/application.php(3132) : eval()'d code on line 1. I open application.php,line 3132,but I cannot see what is wrong in this line: } $func = str_replace ('$tag', rtrim($tag), $func_tpl); eval($func); Someone help,pls! Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted August 25, 2008 Share Posted August 25, 2008 Maybe: $func = str_replace ($tag, rtrim($tag), $func_tpl); OR $func = str_replace ("$tag", rtrim($tag), $func_tpl); ? It's not like I had much to work with. Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted August 25, 2008 Share Posted August 25, 2008 I don't understand eval() very well, never used it myself but this just doesn't seem the time to be using it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.