0

Currently im finishing a project in school in which i have to use wp-commerce to make a shopping site, and for some reason today i cannot add anything to a menu. It says "menu has been updated, but nothing is added, so i add a menu menu ad then everything is greyed out if i try to add anything. I have tried the other solutions to the "cannot insert menu into database" such as switch themes and even reinstalling wordpress. I look in the sql and inside wp terms, the new menu i put up is added with a term id of 0. Here is a screenshot of it

Help would be appreciated, i really do not want to start this all over again, so of there is a solution to fix this, thank you.

macman
  • 3
  • 1

1 Answers1

0

Check you php.init file this Max_input_vars and you need to update in php.ini file the below value.

Max_input_vars =9000

Try this.

Vel
  • 9,027
  • 6
  • 34
  • 66