Hello,

I have installed order editor 5.0.6.3 contribution and some admin login system and now when i install order editor i have some problems.

/admin site show this message:
QUOTE
Fatal error: Call to undefined function: tep_admin_check_login() in *******admin/includes/application_top.php on line 213



application_top.php line 211-216
QUOTE
//Admin begin
if (basename($PHP_SELF) != FILENAME_LOGIN && basename($PHP_SELF) != FILENAME_PASSWORD_FORGOTTEN) {
tep_admin_check_login();
}
//Admin end
?>


Anybody have same problem with this contribution? rolleyes.gif