Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Wishlist error message


Guest

Recommended Posts

I've just installed 'wishlist 2.0' from contributions but now i've finished i get this error:

1146 - Table 'my_database.TABLE_WISHLIST' doesn't exist

 

select * from TABLE_WISHLIST WHERE customers_id = 2 order by products_name

 

[TEP STOP]

 

Can anyone please tell me what this is and what i need to do?

 

Thanks in advance

Link to comment
Share on other sites

There is a SQL file that needs to be added to the database for it to work.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

There is a SQL file that needs to be added to the database for it to work.

 

I've added the sql file to my database called wishlist.sql as it says in the instructions. There is also another sql file with the contribution but this is to update from a previous wishlist.

 

It said

Your SQL-query has been executed successfully
in phpMyAdmin so i thought it was ok but maybe not.

 

Is there anything else i can try?

 

Thanks again

Link to comment
Share on other sites

Normally, a contribution that has a new table will have instructions in the readme or whatever that specifies to add a new define entry in the catalog/includes/database_tables.php similar to

 

define('TABLE_COUNTER', 'counter');

 

but in your case the define would be for TABLE_WISHLIST.

 

Re-check the install instructions.

 

HTH

Tom

Link to comment
Share on other sites

Normally, a contribution that has a new table will have instructions in the readme or whatever that specifies to add a new define entry in the catalog/includes/database_tables.php similar to

 

  define('TABLE_COUNTER', 'counter');

 

but in your case the define would be for TABLE_WISHLIST.

 

Re-check the install instructions.

 

HTH

Tom

 

Thanks Tom, for some reason my changes hadn't saved in database_tables.php, thats all it needed.

 

Thanks again for your help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...