hopedelights Posted November 17, 2006 Posted November 17, 2006 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] Quote
DeadDingo Posted November 17, 2006 Posted November 17, 2006 Have you added any SQL settings that might be needed? Quote
Jack_mcs Posted November 17, 2006 Posted November 17, 2006 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 Quote 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
hopedelights Posted November 17, 2006 Author Posted November 17, 2006 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 Quote
Guest Posted November 17, 2006 Posted November 17, 2006 TABLE_LINK_CATEGORIES_DESCRIPTION should be defined in /includes/database_tables.php ;) Something like this: define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description'); Sonia Quote
hopedelights Posted November 17, 2006 Author Posted November 17, 2006 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: 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.