On my site, when you login, and it takes you to member.php i redirected it to /live i get this error message: Fatal error: Call to undefined function amember_nr_set_cookie() in /home/mangohos/public_html/livefootyonline.net/amemberpro/plugins/protect/new_rewrite/login.php on line 51 I looked up them lines: 50 require_once($config['root_dir']."/plugins/protect/php_include/check.inc.php"); 51 amember_nr_set_cookie(); 52 amember_nr_create_files($_COOKIE['amember_nr']); Help