Guest Posted March 16, 2004 Share Posted March 16, 2004 I installed the above contribution today and though I had a parse error, I seemed to have found and fixed that but now when I try to put an item in the my wishlist I get the following error: 1146 - Table 'd60008208.TABLE_WISHLIST' doesn't exist delete from TABLE_WISHLIST where products_id = '126' and customers_id = '11' [TEP STOP] I went back to make sure the sql stuff I was supposed to add was there and it was, but it had not added anything. And there is nowhere in there anything called Table_Wishlist. Have I done something really dumb or have I just missed something? Can anyone help? Teresa Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2004 Share Posted March 16, 2004 You must define the table in database_tables.php: define('TABLE_WISHLIST', 'customers_wishlist'); I think thats the correct name :unsure: Matti Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2004 Share Posted March 16, 2004 Hi Matti I tried that (by the way there is nowhere in the directions that make reference to that change, unless somehow I downloaded the wrong thing), but now the error is : NOT FOUND The requested URL /MyStore1/nfoscomm/catalog/FILENAME_WISHLIST was not found on this server. It's weird too, because when I looked at it last night it reinstalled all the files that came with it thinking that I must have missed one of the wishlist.php. Also last night, I did a compare with the NEW files that came with the download (application top NEW and product info NEW )and my application top and product info after the changes required in the .txt file...So I went in and updated my files to match the NEW files, but that didn't seem to do it either. Still get the above error. Any ohter ideas?? I really appreciate your help! Teresa Link to comment Share on other sites More sharing options...
241 Posted March 16, 2004 Share Posted March 16, 2004 is wishlist.php defined in catalog/includes/filenames.php define('FILENAME_WISHLIST', 'wishlist.php'); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.