Michkael Posted November 30, 2018 Share Posted November 30, 2018 Good morning everyone, I am compeltely new on processwire and I am trying to move a website on processwire. I have created a repeated field named "Services" containing an headline, a body and image fields ("a" in the picture). I have applied the repeater field to my homepage because I need to repeat a list of services ("b" in the picture). Whenever I add a new item in the repeater field it works awesomely ("c" in the picture) but whenever I save and try to modify an entry/item, I am unable to open it. They stay collapsed no matter what I try ("d" in the picture). As you can see, Services #1 should be open and Services #2 is in the process of being opened (rotating disc on the left of the green bar). I hope you can help me. Thank you in advance. Have a nice day, Michael Link to comment Share on other sites More sharing options...
dragan Posted November 30, 2018 Share Posted November 30, 2018 Do you see any suspicious stuff when you open the browser inspector? Did you try editing in another browser? Link to comment Share on other sites More sharing options...
Michkael Posted November 30, 2018 Author Share Posted November 30, 2018 I have tried both with firefox and chrome an I have encountere the same problem. Here is a snip of the inspection panel. Link to comment Share on other sites More sharing options...
Zeka Posted November 30, 2018 Share Posted November 30, 2018 @Michkael For now, you can turn off 'Repeater dynamic loading (AJAX) in editor' setting in repeater field settings. Also, it worth to test in clean chrome or firefox without extensions. 1 Link to comment Share on other sites More sharing options...
Michkael Posted November 30, 2018 Author Share Posted November 30, 2018 I will note the need of a browser without extensions. By the way, my firefox is virgin from any extension ? How should I proceed to turn it off? Is this the right file? \wire\modules\Fieldtype\FieldtypeRepeater\config.php Should I modify something in the lines shown in the picture? Thank you Link to comment Share on other sites More sharing options...
Zeka Posted November 30, 2018 Share Posted November 30, 2018 @Michkael No, just go to the settings of your repeater field and you will find this setting on the "Details" tab. Link to comment Share on other sites More sharing options...
Michkael Posted November 30, 2018 Author Share Posted November 30, 2018 Thank you @Zeka it worked. Then I had another problem with apache, I got the following message: Error: Maximum function nesting level of '100' reached, aborting! error 108. I was able to solve this by accessing the ubuntu VM via ssh and adding the line "xdebug.max_nesting_level = 1000" in the file php.ini found at the path: etc/php5/apache2. I hope this might help someone else ? 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