Jump to content

jtborger

Members
  • Posts

    37
  • Joined

  • Last visited

Community Answers

  1. jtborger's post in Getting the selected value of a inputtype Page field was marked as the answer   
    It is just what I did along the way, changing from multiple to single (and back, for reproduction). But I'm sure that the first, it wasn't working as expected.
    Strange...Is this some known quirk of PW that you 'guessed' this was the case why the strange behaviour came up?
    As with ->has(), I now see that isSelected() isnt necessary anymore because the multiple page array contains only selected values and has() suits another need than what i was looking for.
    I mark it as solved. Thanks kodongo for reminding.
  2. jtborger's post in 'Maximum nesting level reached' at each edit in backend was marked as the answer   
    You was just a little bit faster than me, but I had to restart apache to see if this was the case..
    And yes I use xdebug. I found this entry earlier on, searched my php.ini for 'xdebug' (no results) but forgot to look into conf.d/ directory..... stupid!
    So there it was and now solved indeed.
    So just for others who search the forum it might come in handy
    Thanks y'all
    Solution is to add xdebug.max_nesting_level=200 to your php.ini or xdebug.ini (after the xdebug.so is called of course)
    Or disable xdebug at all.
×
×
  • Create New...