网站走了!在word press上更改了主题

时间:2018-05-15 15:37:51

标签: php wordpress

我正在更改word press的主题,然后弹出。我准备修复它,但我根本不知道代码...... ![说要求一个并且打开失败。给出了第173行,并说包含路径='。:/ user /等等

167.            // Return
168.            return false;
169.            
170.        }
171. 
172.        /**
173.         * Get the nav ID.
174.         *
175.         * @since 1.4.7
176.         */
177.        public static function get_nav_id() {
  

警告:require_once(/home/content/85/3750385/html/bigbarberbrand.co/wp-content/themes/oceanwp/inc/third/class-elementor.php)[function.require-once]:未能开放流:第173行/home/content/85/3750385/html/bigbarberbrand.co/wp-content/themes/oceanwp/functions.php中没有此类文件或目录

     

致命错误:require_once()[function.require]:无法打开所需的'/home/content/85/3750385/html/bigbarberbrand.co/wp-content/themes/oceanwp/inc/third/class-elementor。第173行/home/content/85/3750385/html/bigbarberbrand.co/wp-content/themes/oceanwp/functions.php中的php'(include_path ='。:/ usr / local / php5 / lib / php')

1 个答案:

答案 0 :(得分:0)

您的数据库可能仍然完好无损。备份你的插件文件夹和包含sql DB信息的wp-config.php文件,并将它们保存在安全的地方。

重新上载wordpress安装,插入您备份的wp-config.php文件。

登录,在您的wordpress安装回来后再次安装主题。你不会丢失数据。

恢复您备份的插件文件夹,并替换几乎没有任何内容的新插件文件夹,现在您可以在健康的环境中重新插入插件。

这应该可以让你到达目的地(根据你提供的信息),如果你的Wordpress版本确实稳定,你的新主题应该没有冲突。

总而言之,PHP试图引用但缺少更多内容的某些内容缺失,我无法专门解决问题(而且我不是其他人可以肯定的。)

尽管如此,我的建议并非万不得已。有时事情发生在WP中,这只是需要做的事情。