root Posted June 27, 2015 Share Posted June 27, 2015 Hello everybody, I'm starting a new thread since the original (https://processwire.com/talk/topic/10260-problems-with-multiple-repeaters/) is not anwered. The fresh 2.6.1 installation was broken after I used two repeaters with each two translated fields inside. I could not save any data anymore. But today I get Error: Maximum function nesting level of '100' reached, aborting! (line 147 of /xxx/wire/core/Pages.php) when I want to create a new page and Error: Maximum function nesting level of '100' reached, aborting! (line 117 of /xxx/wire/core/WireData.php) when I want to edit an existing page. I'm wondering that nobody seems to be interested in this bug since it actually bricks the whole website. This errors are logged in site/assets/logs/errors.txt . Help or any suggestions are appreciated. Thanks in advance. Kind regards, Fred Link to comment Share on other sites More sharing options...
marcus Posted June 27, 2015 Share Posted June 27, 2015 Since you are working locally, check your local environment for Xdebug.max_nesting_level setting: http://xdebug.org/docs/all_settings#max_nesting_level 1 Link to comment Share on other sites More sharing options...
root Posted June 27, 2015 Author Share Posted June 27, 2015 Thank you Marcus, that helped. The other errors remain unchanged. Any suggestions? I also posted about potential database problems because no foreign keys are used at all. My installation is still bricked and I can't save data. The error above was due the test installation of xdebug. Regards, Fred Link to comment Share on other sites More sharing options...
Pete Posted June 27, 2015 Share Posted June 27, 2015 I begin to lose confidence in Processwire and it's community and I'm happy that I always work on a local copy so the original website is not affected. Hi Fred Just in regards to this comment above - your other thread was posted on a Friday and it's the weekend so I'm sure people will chime in during the week if they can help (the forums are almost always quieter on the weekend). Any replies in the forums are from community members giving up their time to help - there is no guaranteed support, so please be patient if you don't receive any replies for a day or two when posting. 4 Link to comment Share on other sites More sharing options...
root Posted July 1, 2015 Author Share Posted July 1, 2015 I found it: It seems that on Ubuntu 15.04 (and maybe older versions) the newly shipped libapache2-mod-php5filter module somehow truncates the $_POST data. I removed it and installed libapache2-mod-php5. Now it works again. THAT IS NOT COOL, UBUNTU! If you have the same problem, run (as root): apt-get remove libapache2-mod-php5filter libapache2-mod-php5 will be installed automatically. Thank you for your help. Processwire works perfectly and confidence is there again but not for Ubuntu .. Sorry for my angry post. Regards, Fred 4 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