Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Can anyone help me?

I've done all installations, inc links_setup.php

 

Here is what I get, when I ckick on links.

 

 

 

1146 - Table 'edited.TABLE_LINK_CATEGORIES_DESCRIPTION' doesn't exist

 

select link_categories_name from TABLE_LINK_CATEGORIES_DESCRIPTION where link_categories_id = '0'

 

[TEP STOP]

Posted
Can anyone help me?

I've done all installations, inc links_setup.php

 

Here is what I get, when I ckick on links.

1146 - Table 'edited.TABLE_LINK_CATEGORIES_DESCRIPTION' doesn't exist

 

select link_categories_name from TABLE_LINK_CATEGORIES_DESCRIPTION where link_categories_id = '0'

 

[TEP STOP]

The capital letters in the error indicate that you didn't add the definition. Take a look at the instructions where it says to change the database.php file.

 

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

Posted
The capital letters in the error indicate that you didn't add the definition. Take a look at the instructions where it says to change the database.php file.

 

Jack

 

 

I have checked both database_tables.php files, and they are correct.

rats....was hoping for a quick fix

Posted

TABLE_LINK_CATEGORIES_DESCRIPTION should be defined in /includes/database_tables.php ;)

 

Something like this:

 

 

define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');

 

 

Sonia

Posted
TABLE_LINK_CATEGORIES_DESCRIPTION should be defined in /includes/database_tables.php ;)

 

Something like this:

define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');

Sonia

 

 

Thanks everyone....I feel like an idiot. I looked at this for a long long time.

 

I copied the filenames.php part of the code into database_tables.php

 

Its ALL fixed. THANK YOU ALL, for letting me "See The Light"

 

:blush:

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