LaneCommunityCollege / eugenecoderdojo

Website for the Eugene Region Coder Dojo
http://eugeneregioncoderdojo.org/
0 stars 0 forks source link

Tons of error messages on any 404 #24

Closed krschmidt closed 7 years ago

krschmidt commented 8 years ago
Warning: include_once(/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php): failed to open stream: No such file or directory in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(): Failed opening '/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php' for inclusion (include_path='.:/opt/cpanel/ea-php55/root/usr/share/pear') in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php): failed to open stream: No such file or directory in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(): Failed opening '/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php' for inclusion (include_path='.:/opt/cpanel/ea-php55/root/usr/share/pear') in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php): failed to open stream: No such file or directory in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(): Failed opening '/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php' for inclusion (include_path='.:/opt/cpanel/ea-php55/root/usr/share/pear') in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php): failed to open stream: No such file or directory in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(): Failed opening '/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php' for inclusion (include_path='.:/opt/cpanel/ea-php55/root/usr/share/pear') in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php): failed to open stream: No such file or directory in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: include_once(): Failed opening '/home/dojomeister/public_html/sites/all/themes/bootstrap/templates/menu/menu-link.vars.php' for inclusion (include_path='.:/opt/cpanel/ea-php55/root/usr/share/pear') in theme() (line 1065 of /home/dojomeister/public_html/includes/theme.inc).
Warning: file_put_contents(temporary://filekjnEBC): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_unmanaged_save_data() (line 1936 of /home/dojomeister/public_html/includes/file.inc).
The file could not be created.
Warning: file_put_contents(temporary://fileZK1LxQ): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed in file_unmanaged_save_data() (line 1936 of /home/dojomeister/public_html/includes/file.inc).
The file could not be created.

Some appear related to #23 but not all.

krschmidt commented 7 years ago

Appears fixed?

jerrac commented 7 years ago

Not fixed.

Something to do with /home/dojomeister/public_html being the docroot for coderdojo.lanecc.edu, while the site is actually in /home/dojomeister/eugeneregioncoderdojo.org.

I think changing the coderdojo.lanecc.edu docroot will fix it.

jerrac commented 7 years ago

Errors are generated when accessing site via coderdojo.lanecc.edu.

I fixed the default document root, but the errors are still showing.

Clearing cache did not help.

Not sure where to go next. There might be something left over in cpanel's config still. Or maybe in drupal...

jerrac commented 7 years ago

Turning off FPM appears to have fixed it.