Closed Fa10175 closed 2 years ago
While I cannot reproduce this specific error, the main issue seems to be that we end up on a generic edit page. This is caused by webtrees not handling custom factories properly. Depending on how fast this gets fixed in webtrees, I may have to add a workaround in Vesta.
After further investigation, the underlying issue in webtrees for the actual error is this one.
This usually doesn't occur as there normally is no edit dialog for an entire individual, and other facts and objects have a much smaller number of tags.
Handled in latest Vesta release (hopefully temporarily only, until webtrees fixes this).
if i go to
Control panel Manage family trees Check for errors i selectionne one error example
i arrive to a display for this personne i try to edit
then i save with no modification
i have this error
Fatal error: Uncaught RuntimeException: Output already started: <br /> <b>Warning</b>: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in <b>Unknown</b> on line <b>0</b><br /> in C:\...\webtrees\app\Http\Middleware\EmitResponse.php:112 Stack trace: #0 C:\...\webtrees\app\Http\Middleware\EmitResponse.php(67): Fisharebest\Webtrees\Http\Middleware\EmitResponse->assertBodyNotEmitted() #1 C:\...\webtrees\vendor\oscarotero\middleland\src\Dispatcher.php(136): Fisharebest\Webtrees\Http\Middleware\EmitResponse->process(Object(Nyholm\Psr7\ServerRequest), Object(Middleland\Dispatcher)) #2 C:\...\webtrees\vendor\oscarotero\middleland\src\Dispatcher.php(118): Middleland\Dispatcher->handle(Object(Nyholm\Psr7\ServerRequest)) #3 C:\...\webtrees\app\Webtrees.php(265): Middleland\Dispatcher->dispatch(Object(Nyholm in C:\...\htdocs\webtrees\app\Http\Middleware\EmitResponse.php on line 112
if i disable "Vesta Classic Look & Feel and" and "Vesta Common" module, it's work fine
thanks to find something