Forums / All Other Contributions/Addons / Admin problem after installing Gift Wrap Module: 'orders_giftwrap' doesn't exist

Admin problem after installing Gift Wrap Module: 'orders_giftwrap' doesn't exist

Locked
Results 1 to 3 of 3
This thread is locked. New replies are disabled.
05 Nov 2010, 16:41
#1
jdcolfashion avatar

jdcolfashion

New Zenner

Join Date:
Jun 2010
Posts:
23
Plugin Contributions:
0

Admin problem after installing Gift Wrap Module: 'orders_giftwrap' doesn't exist

Hey everyone, I recently installed the gift wrap module for zencart. I received a few orders today and when I go to my admin to check the order I am met by this message:

1146 Table 'jdcolfas_znc1.znc_orders_giftwrap' doesn't exist
in:
[select orders_products_id, wrap, wrap_config, wrap_name from znc_orders_giftwrap where orders_id = '119']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


Could anyone help? I would greatly appreciate it. Thanks!
06 Nov 2010, 05:41
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Admin problem after installing Gift Wrap Module: 'orders_giftwrap' doesn't exist

You didn't do the install completely. Please review the README file where it talks about doing the table creation using Admin->Tools->Install SQL Patches. You probably need to redo both of these steps. If you do this in phpMyAdmin (instead of your zen admin) you need to modify the .sql files to add your table prefix; that's why I recommend using the zen admin to install sql files.
07 Nov 2010, 00:46
#3
jdcolfashion avatar

jdcolfashion

New Zenner

Join Date:
Jun 2010
Posts:
23
Plugin Contributions:
0

Re: Admin problem after installing Gift Wrap Module: 'orders_giftwrap' doesn't exist

Thanks so much!