Zen Cart Logo
Forums / All Other Contributions/Addons / how to remove newsletter subscribe completely?

how to remove newsletter subscribe completely?

Views: 772

Results 1 to 3 of 3
14 Mar 2012, 9:32 AM
#1
b90702098 avatar

b90702098

New Zenner

Join Date:
Feb 2012
Posts:
22
Plugin Contributions:
0

how to remove newsletter subscribe completely?

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 ```
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/showthread.php?t=164903&highlight=TABLE\_SUBSCRIBERS](http://www.zen-cart.com/forum/showthread.php?t=164903&highlight=TABLE_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!
14 Mar 2012, 9:53 AM
#2
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: how to remove newsletter subscribe completely?

b90702098:

then copy and paste everything (other than the admin folder).

What do you mean by this....

Have you copied all the "other" folders (other than admin) from your old site to your new site????
And therby overwritten all the new v1.5.0 code with the old websites code??

14 Mar 2012, 10:03 AM
#3
b90702098 avatar

b90702098

New Zenner

Join Date:
Feb 2012
Posts:
22
Plugin Contributions:
0

Re: how to remove newsletter subscribe completely?

gilby:

What do you mean by this....

Have you copied all the "other" folders (other than admin) from your old site to your new site????
And therby overwritten all the new v1.5.0 code with the old websites code??

Uh, yes, that's exactly what I did.