Is there any kind of error message?
Nope. The page refreshes, but there are no categories. Or catalogues.
Interesting. Adding products and tags works though?
I have the same problem, I can’t seem to create any categories, catalogues or products, I’m running wordpress 3.7.1
I don’t get any error message or confirmation after clicking the Add New … button, the new item just doesn’t show up at all
Could you try deleting and re-installing? My first thought is that not all of the files got installed correctly.
Tried deleting and re-installing but no luck, also tried installing old version 2.0 but have the same problem with it.
Could it be permission related maybe?
Hey
I’m having the same issue. Can’t add anything at all. Not products, categories, catalogues, etc… Nothing…
It’s a brand new, fresh install of WordPress and I haven’t installed anything else on it.
Please assist.
Hi,
It could be that the tables weren’t created on install for some reason. I’m not sure why that would be the case, so I’d definitely be open to ideas on how to fix this if anyone has them.
Do you perhaps have an sql script that would create the tables?
I could copy and paste the sql code that creates the tables for the plugin, but the table names depend on the prefix that you used when you installed WordPress (http://codex.wordpress.org/Creating_Tables_with_Plugins#Database_Table_Prefix).
I’m also happy to send the debugging version of the plugin to anyone who might want to install it and try to figure out what’s going wrong.
After a bit of helpful feedback, it looks like turning MySQL off of strict mode should solve this issue. There are a few fields that don’t have default values and that get left blank during the insert queries, which strict mode doesn’t allow. It should be removed in version 2.1, but for now, you can turn off strict mode in MySQL to get rid of the error:
http://stackoverflow.com/questions/11040207/disabling-mysql-strict-mode
http://forums.mysql.com/read.php?10,568369
https://forums.digitalpoint.com/threads/how-to-turn-strict-mode-off-in-phpmyadmin.160480/
Sorry but i can’t turn off strict mode whit my web host, there is an estimated time for 2.1?
It should hopefully be out today. By the end of the week at the latest.