After Migration, Warning: include_once() errors on all pages
This is common issue when migrating from one host to another. You have those errors because path to include file is not correct (path do not exist on new host). Maybe you used absolute paths to files on old host, now, on new host path is different and that is why you have those errors … Read more