Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Links manager error -


al_fernandes

Recommended Posts

Yep. Everything wors just fine! Except when I switch admin page from english to another language. The options (pending, approved, disabled , waiting), in the link page, simply disapear. This wont let me use lhe link manager in that language.

I wonder if the problem is in the link_setup.php file and then in database.

No idea.

 

Could anyone give me a hand on this?

Edited by al_fernandes
Link to comment
Share on other sites

I'll be uploading a new version with this fix in it today ot tomorrow. In the meantime, yo uneed to add the following to your database:

   INSERT INTO links_status VALUES ( '1', '2', 'Pending')")
  INSERT INTO links_status VALUES ( '2', '2', 'Approved')")
  INSERT INTO links_status VALUES ( '3', '2', 'Disabled')")
  INSERT INTO links_status VALUES ( '4', '2', 'Waiting')")

Change the 2 in each of the above lines to the language that is having the problem.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The code to detect the language isn't in the shop so that would have to be copied form admin. To do that for something that only needs to be done once just increases code size for for no good reason. That's why I didn't do it that way.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

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