tim_ver Posted July 24, 2006 Posted July 24, 2006 I just installed the Easy Discount version 2 & Easy Coupons V22 after I installed it and try to login into my admin screen I get this error even before the page loads. I never get the login box. I am using ADMIN ACCESS with LEVEL for osCommerce's Administration Tool Version: 1.2 to login to my back end. This is the error: Fatal error: Call to undefined function: tep_session_is_registered() in /home/b/public_html/wp/Store/catalog/admin/includes/application_top.php on line 85 Someone please help out on this. Thanks much. Quote
tim_ver Posted July 24, 2006 Author Posted July 24, 2006 (edited) I fixed it some what but it is not showing me the option for the coupon/discount. I took out this line: if (!tep_session_is_registered('easy_discount')) { tep_session_register('easy_discount'); $easy_discount = new easy_discount(); } It said this in the instructions and I could not find the line it asked for in application_top.php. after: // include currencies class and create an instance require(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies(); add: if (!tep_session_is_registered('easy_discount')) { tep_session_register('easy_discount'); $easy_discount = new easy_discount(); } I want this to work and now when I did login I do not see anything for it. Someone please help me. Thanks much Edited July 24, 2006 by tim_ver Quote
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.
Note: Your post will require moderator approval before it will be visible.