Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

LoginBox V5.21


Junny

Recommended Posts

Hi, I installed LoginBox v5.21 (by Justin of World Famous Comics).

I love this contributinon, its useful.

 

but, logged in at the default.php page.

The page should be changes customer greeting and LoginBox message.

Nothing will changes default.php page.

 

but, move to product_info page,

LoginBox is change to My Account information.

and back to default.php page

LoginBox is change to My Account information and welcome junny message is on.

 

I checked other way to login.(Log in from create_account.php)

It will redirect to default.php page and have a same probrem(no messege changed but logging in).

 

Do you have any ideas?? :huh:

Link to comment
Share on other sites

More information about Not greeting.

There is no "?osCsid=xxxxxxxx" address in url window at default.php page.

 

The other pages "?osCsid=xxxxxxxx" is working.

Which file is wrong?

Link to comment
Share on other sites

I realized that SSL connection have a problem.

Login=>[sSL address]/default.php

Customer greeting and LoginBox is not changing.

 

Then go to NON SSL pages,

Customer Greeting =>welcome junny

LoginBox contents =>My Account info

 

:(

Link to comment
Share on other sites

I just fixed this problem.

 

When login with secure connection,

PHP 4.3.9 can't keep the session parameters.

 

So, I comment out this section.

 

in /includes/application_top.php

 

if (function_exists('session_set_cookie_params')) {

session_set_cookie_params(0, substr(DIR_WS_CATALOG, 0, -1));

}

 

I don't know it's the right solution.

But, it works! :thumbsup:

 

thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...