- Posts: 7
- Thank you received: 0
Add product
- Dmitry Zinin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 4 days ago - 12 years 4 days ago #4661
by Dmitry Zinin
Add product was created by Dmitry Zinin
Hello! When i try update or add product, i get this "An error occurred while updating object. product ()" What's happen and how i can fix it?
Thanks, Dm
Thanks, Dm
Last edit: 12 years 4 days ago by Dmitry Zinin.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 4 days ago #4662 by Trung Duong
Replied by Trung Duong on topic Re: Add product
Hello,
Yes, use MyPHPAdmin, go to your database, choose SQL tab and paste this:
then click GO button on the bottom right.
Yes, use MyPHPAdmin, go to your database, choose SQL tab and paste this:
Code:
alter table ps_product add column redirect_type enum ('404','301','302') charset 'utf8' not null;
alter table ps_product add column id_product_redirected int(10) unsigned not null default 0;
alter table ps_product_shop add column redirect_type enum ('404','301','302') charset 'utf8' not null;
alter table ps_product_shop add column id_product_redirected int(10) unsigned not null default 0;
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds