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! Link to comment https://forums.phpfreaks.com/topic/121201-avactis-script-problem/ 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. Link to comment https://forums.phpfreaks.com/topic/121201-avactis-script-problem/#findComment-624787 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. Link to comment https://forums.phpfreaks.com/topic/121201-avactis-script-problem/#findComment-624804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.