Jump to content

Invalid token error when trying to update product


warleb

Recommended Posts

Everything was working fine and then bam.  Got this stupid error out of nowhere

Was trying to edit a product in the admin panel and got this.  Have been reading a thread on this but that was from 2018.  Anyone have similar or have a solution for this?


image.png.1572835a93a4abb9c4b8b62213931d37.png

Link to comment
Share on other sites

didnt work,  the token issue went away but had another issue.  it's related to php.ini for sure but not sure what to change here

safe_mode = off;
max_execution_time = 90;
max_input_time = 120;
allow_url_fopen = On;
memory_limit = 512M;
post_max_size = 512M;
upload_max_filesize = 512M;
max_input_vars = 8000;

Link to comment
Share on other sites

8 hours ago, warleb said:

didnt work,  the token issue went away but had another issue.  it's related to php.ini for sure but not sure what to change here

safe_mode = off;
max_execution_time = 90;
max_input_time = 120;
allow_url_fopen = On;
memory_limit = 512M;
post_max_size = 512M;
upload_max_filesize = 512M;
max_input_vars = 8000;

please try to clear browser cookies, it maybe related csrf 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...