Quote Originally Posted by kobra View Post
Probably best asked in the support thread for the un_wishlist module Or look in the admin for any settings for it
I did and JT was trying to help but I found the culprit.

admin/includes/extra_datafiles/un_database_tables.php

PHP Code:
<?php

// Wishlist
define('UN_TABLE_WISHLISTS''ste0929305535146.un_wishlists');
define('UN_TABLE_PRODUCTS_TO_WISHLISTS''ste0929305535146.un_products_to_wishlists');

?>