将WordPress站点从一台服务器迁移到另一台服务器后,我们看到以下错误。
lessphp fatal error: load error:
failed to find /hermes/bosnaweb18a/b2978/ipw.m3federalcom/public_html/m3federal/wp-content/themes/theme44107/bootstrap/less/bootstrap.less
lessphp fatal error: load error:
failed to find /hermes/bosnaweb18a/b2978/ipw.m3federalcom/public_html/m3federal/wp-content/themes/theme44107/style.less
有问题的域位于停放的测试域(cerwebtest.net)上,点击主页以外的任何页面后,您将看到顶部的错误。我们已经从WordPress管理门户中更新了所有插件/ WordPress到最新版本。我已经验证错误中的文件确实存在。我已经尝试(根据this resource)删除bootstrap.less.cache和style.less.cache文件,试图强制它查看.less
文件以生成网站。它只修复了主页面上的错误,但没有修复任何子页面。即使调用这些文件但没有找到/使用它们,该网站似乎也正确加载。有关纠正错误需要做些什么的任何想法?
我刚才有同样的错误。通过删除错误消息中指定文件的文件夹中的.cache文件,我摆脱了它。
删除/wp-content/themes/theme44107/bootstrap/less/bootstrap.less.cache /wp-content/themes/theme44107/style.less.cache
之后,错误消息消失,网站工作。
我们使用https://interconnectit.com/products/search-and-replace-for-wordpress-databases/来查找和替换不正确的数据库路径链接。他们需要从/hermes/bosnaweb18a/b2978/ipw.m3federalcom/更新到我们当前的linux服务器文件路径。然后我们更新了wp-admin中的永久链接。我们还删除了wp-content下的.cache文件,以删除存储的站点缓存。毕竟,网站开始正常运作。