Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted (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 by tim_ver

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...