chcs Posted May 7, 2018 Share Posted May 7, 2018 I have a page with a good amount of fields on it, I have many other pages in the same template that have no issue, but one particular page just doesn't save changes to any of the fields. I installed the clone page module, cloned the page, and everything cloned fine... but still when i try to make changes to the clone nothing saves either (just like the original page). I expect some kind of notification to show up saying it saved, or not, but i get nothing as if the page reloaded fresh. The failure is silent, and there's nothing in the logs to direct me. This is a real head scratcher and I'm not sure how I should go about troubleshooting it further. Can someone help? Thank you kindly. Link to comment Share on other sites More sharing options...
wbmnfktr Posted May 7, 2018 Share Posted May 7, 2018 If it was my setup I would try this: Checking the Dev Console for JS errors or anything that points to a direction Looking for entries in the PW logs Let's say the console is empty and althoug the PW logs don't show anything I would go the hard way: Refresh all modules Clear up compiled filed Log out and log in again Clearing browser cache Using another browser (all other browsers) Disabling modules Disabling hooks in init/ready/wherever Link to comment Share on other sites More sharing options...
chcs Posted May 7, 2018 Author Share Posted May 7, 2018 I've now gone ahead and exported the whole site to test on a local environment. when i save i get the following (php?) error (warning?) in the top of the page Quote Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 Expand @wbmnfktr in response to you: 1. no js errors 2. no PW log errors 1. not sure how to refresh all modules? i'm scared of losing data (eg if i unload the repeater module) 2. i've nuked all compiled files 3. i've logged out and in.. 4. it's not a cache issue because i've used incognito windows and chrome dev and other browsers 5. same issue firefox/edge 6. same as #1 nervous about losing data 7. i don't have any custom hooks for back end stuff. it's pretty stock. Link to comment Share on other sites More sharing options...
chcs Posted May 7, 2018 Author Share Posted May 7, 2018 Reporting back to confirm that it was a max_input_vars issue. Once changed locally, the pages saved as expected. As well, once changed on the production server, the clone and original began to save again. 1 Link to comment Share on other sites More sharing options...
wbmnfktr Posted May 8, 2018 Share Posted May 8, 2018 Perfect. Sometimes it's not in ProcessWire's hands. 3 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