I’ve just had the same style of error codes appear, when moving an old EE 2.9.3 site to a Dev server and applying a test domain name.
There were some PHP Includes in the templates, which referenced the live site’s server path. When I changed these… all fixed.
For example:
include(“/home/sites/domainname.co.uk/public_html/swift/swift_required.php”);
…changed to…
include(“/home/domain/public_html/swift/swift_required.php”);
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.