warleb Posted March 17, 2023 Share Posted March 17, 2023 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? Link to comment Share on other sites More sharing options...
warleb Posted March 17, 2023 Author Share Posted March 17, 2023 hmm, so I renamed php.ini in the admin folder and the issue went away. Link to comment Share on other sites More sharing options...
warleb Posted March 17, 2023 Author Share Posted March 17, 2023 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 More sharing options...
TiaNex Shopping Posted March 18, 2023 Share Posted March 18, 2023 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 More sharing options...
warleb Posted March 18, 2023 Author Share Posted March 18, 2023 I contacted my host and they fixed it. It was an issue in the php.ini file and now the issue has been fixed thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now