We use Personio Integration Light for our jobs to integrate with our website. Unfortunately, the latest update from 2.1.0 to 2.2.0 caused a critical error stating the gutenberg.php file does not exist inside /inc/pagebuilder/
We managed to find the problem. It is located inside the personio-integration-light.php file, which is trying to load the inc/pagebuilder/gutenberg.php file. To successfully load the file, we removed the /pagebuilder directory from the path. Another way would be to move the gutenberg.php inside a folder named pagebuilder. Either one of the solutions would work.
Thank you in advanced.
