Hani Posted October 29, 2012 Share Posted October 29, 2012 Every time I try to edit a user, I get a timeout error: Fatal error: Maximum execution time of 100 seconds exceeded in /home/snip/public_html/wire/core/Array.php on line 83 Anyone have an idea why? I just noticed the issue, but it may have been like this for a while. The most recent change was that we cleaned out empty folders using this module: http://processwire.c...iteassetsfiles/ Link to comment Share on other sites More sharing options...
Hani Posted October 29, 2012 Author Share Posted October 29, 2012 I got this figured out. It was a problem on my end. I have a "city" page field in the User template that used an AsmSelect input. The problem was that I recently imported over 30,000 cities into the database. As a result, trying to edit the user required the input field in the edit form to be populated with every city. Duh! I changed the input type to PageListSelect and it solved the problem. 1 Link to comment Share on other sites More sharing options...
Soma Posted October 30, 2012 Share Posted October 30, 2012 Glad you found the problem. This is where the Autocomplete Page Inputfield Module comes in handy, but its not installed by default so you have to enable it first. 2 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