By Daveygz on
Hi All, I just did a clean installation of 7.56. The installation went without any problems, but I am getting an error from the sites/default/settings.php
Notice: Undefined variable: app_root in include_once() (line 690 of /home/orionguitars/public_html/sites/default/settings.php).
I checked the setting file and line 690 is this:
$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
I don't see this file in any of the folders. Any idea of how to fix this issue? Thanks in Advance