Symphony Fatal Error: Line: 145 - XSLTProcessor::importStylesheet(): I/O warning : failed to load external entity "/var/www/vhosts/atlanticfoundations.com/httpdocs/workspace/utilities/page-title.xsl"
Line: 145 - XSLTProcessor::importStylesheet(): compilation error: file /var/www/vhosts/atlanticfoundations.com/httpdocs/workspace/pages/page-not-found.xsl line 4 element import
Line: 145 - XSLTProcessor::importStylesheet(): xsl:import : unable to load /var/www/vhosts/atlanticfoundations.com/httpdocs/workspace/utilities/page-title.xsl
Line: 158 - XSLTProcessor::transformToXml(): No stylesheet associated to this object
An error occurred in /var/www/vhosts/atlanticfoundations.com/httpdocs/symphony/lib/toolkit/class.frontendpage.php
around line 253
- 248
while (list($key, $val) = $this->Proc->getError()) {
- 249
$errstr .= 'Line: ' . $val['line'] . ' - ' . $val['message'] . PHP_EOL;
- 250
}
- 251
- 252
GenericExceptionHandler::$enabled = true;
- 253
throw new SymphonyErrorPage(trim($errstr), NULL, 'xslt', array('proc' => clone $this->Proc));
- 254
}
- 255
- 256
Symphony::Profiler()->sample('Page creation complete');
- 257
}