简体   繁体   English

我的 wordpress 网站出现致命错误,我该如何解决?

[英]My wordpress website occurred into a fatal error how can I solve it?

Warning: require(/home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/custom-header.php): failed to open stream: No such file or directory in /home/gptradin/public_html/wp-content/themes/techno/functions.php on line 78警告:需要(/home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/custom-header.php):无法打开 stream:/home/gptradin/public_html/wp-content/ 中没有这样的文件或目录主题/技术/功能.php 在第 78 行

Fatal error: require(): Failed opening required '/home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/custom-header.php' (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/gptradin/public_html/wp-content/themes/techno/functions.php on line 78致命错误:require():打开失败需要'/home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/custom-header.php'(include_path='.:/opt/cpanel/ea-php74/root /usr/share/pear') 在第 78 行的 /home/gptradin/public_html/wp-content/themes/techno/functions.php

I can't see my website, can you help me?我看不到我的网站,你能帮帮我吗?

On line 78 of the file functions.php in your Wordpress installation, there's code which specifies the file custom-header.php as required .在您的 Wordpress 安装中的文件 functions.php 的第 78 行,有代码根据需要指定文件 custom-header.php。 However, when wordpress looks for that file in the following directory: /home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/ , it simply cannot find it.但是,当 wordpress 在以下目录中查找该文件时: /home/gptradin/public_html/wp-content/themes/ecommerce-plusincludes/ ,它根本找不到它。

You need to find where the file custom-header.php is located in your server, and then adjust the code on line 78 in the functions.php file to match that directory.您需要找到文件custom-header.php在您的服务器中的位置,然后调整functions.php文件中第78行的代码以匹配该目录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何解决在我的 wordpress 网站上找不到页面的问题 - How can i solve page not found problem on my wordpress website 如何在我的 wordpress 站点中解决此问题致命错误:无法重新声明 true_plugins_activate()(之前在 - How Can I solve this problem in my wordpress site Fatal error: Cannot redeclare true_plugins_activate() (previously declared in 如何在我的 WordPress 站点中解决此问题 Fatal error: Cannot redeclare get_rs_plugin_url() - How can I solve this problem in my WordPress site Fatal error: Cannot redeclare get_rs_plugin_url() 参考 - 我该如何解决这个 WordPress 网站问题 - Reference - How can I solve this WordPress website problem 如何解决致命错误:在这种情况下,无法使用[]进行阅读 - How can I solve Fatal error: Cannot use [] for reading in this case 如何解决Wordpress 404错误页面中的致命错误? - How to solve Fatal Error in Wordpress 404 Error Page? 如何解决此奇怪的Wordpress致命错误? - How can I fix this Weird Wordpress Fatal Error? 如何将python游戏发布到我的wordpress网站 - How can I post a python game to my wordpress website 如何在我的wordpress网站中使用网络服务? - How can I use a web service in my wordpress website? MYOB Exonet如何工作? 我可以将其集成到我的WordPress网站吗? - How MYOB Exonet work? Can I integrate it to my WordPress website?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM