Tried that with no positive change. Same error in logs. Ran both files (original and server copies) through diff and there were no discrepancies.
Tried that with no positive change. Same error in logs. Ran both files (original and server copies) through diff and there were no discrepancies.
Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php'
Should there be a "/" in DIR_WS_TEMPLATEStemplate_default to be DIR_WS_TEMPLATES/template_default?
I checked my configure.php files and all paths have a trailing "/"
'DIR_WS_TEMPLATEStemplate_default/common/html_header.php'
This indicates that the constant DIR_WS_TEMPLATES has not been defined. Look at your configure.php file(s) for any errors in this area.
Those look like lines from your admin configure.php. The missing define should be in the store /includes/configure.php.