I inherited my zencart folders from a friend. What I did was I installed a fresh new v1.5 then copy and paste everything (other than the admin folder).
Now the site is running alright. For the newsletter function I use mailchimp. However, whenever i try to execute "create account", it always says "WARNING: An Error occurred, please refresh the page and try again." and the debug log reads
Code:
PHP Fatal error:  1146:Table 'xxxxxxx_xxxxxx.TABLE_SUBSCRIBERS' doesn't exist :: select count(*) as total
	  							  from TABLE_SUBSCRIBERS
								  where email_address = [email protected]'  in /home/xxx/public_html/store/includes/classes/db/mysql/query_factory.php on line 101
So I searched and found this post http://www.zen-cart.com/forum/showth...LE_SUBSCRIBERS
I guess that's where the problem is but I dont know how to completely remove newsletter subscribe add-on. Could anyone give me some advice and also another add-on for creating customer accounts? Much appreciated!