Plugin Author
EvWill
(@evwill)
Hi ssteckley, I haven’t see that problem before. Are the pc8 tables in your database after plugin installation?
If you would like me to take a look at your site I could also do that
I have the same problem. The tables are created after plugin activation. I can create CATALOGS but I can NOT add category, sub category and products.
I can see the records in the CATALOGS table, but no records elsewhere.
I’m using WP 3.8.2 Twenty Twelve. Pretty blank installation, no other plugins installed.
Plugin Author
EvWill
(@evwill)
Hey Combinatix, if you feel comfortable giving me access I would be happy to spend some time troubleshooting. I am not able to recreate the error on my systems.
Here is the same problem as in products table:
(thread: http://ww.wp.xz.cn/support/topic/can-not-add-new-products-to-new-catalogs)
My log:
WP is trying to execute following SQL query:
INSERT INTO wp_pc8_categories (category_name,category_description,catalog) VALUES (‘Aaaaa’,”,’1′)
MySQL Error:
#1364 – Field ‘position’ doesn’t have a default value
My temporary fix:
I just set default value for attribute ‘position’ to 0 in ‘categories’ table in my DB…
Pls improve your notifications by using result code of variable $wpdb in moment of insertion or anything else for display successful execution of statement or not. :o)