简体   繁体   English

wordpress 数字海洋中的 Http 错误 500

[英]Http Error 500 in wordpress digital ocean

There is a mining script.有一个挖矿脚本。 then, i have try to remove it & after that yeah, the website is down until now.然后,我尝试将其删除,然后是的,该网站直到现在都关闭了。
Here my website = http://awmun.org/这里我的网站= http://awmun.org/

i use divi theme for my website我为我的网站使用 divi 主题

i just got error on my website.here is i attach the error.我刚刚在我的网站上遇到错误。这是我附上的错误。

[30-Jan-2018 09:03:55 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:03:56 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:10 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:22 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:04:44 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:28 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:29 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:05:59 UTC] PHP Parse error:  syntax error, unexpected '$w2c1f100' (T_VARIABLE) in /var/www/html/wp-includes/theme.php on line 1
[30-Jan-2018 09:06:39 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function current_theme_supports() in /var/www/html/wp-includes/taxonomy.php:149
Stack trace:
#0 /var/www/html/wp-settings.php(294): create_initial_taxonomies()
#1 /var/www/html/wp-config.php(93): require_once('/var/www/html/w...')
#2 /var/www/html/wp-load.php(37): require_once('/var/www/html/w...')
#3 /var/www/html/wp-blog-header.php(13): require_once('/var/www/html/w...')
#4 /var/www/html/index.php(17): require('/var/www/html/w...')
#5 {main}
  thrown in /var/www/html/wp-includes/taxonomy.php on line 149
[30-Jan-2018 09:06:41 UTC] PHP Parse error:  syntax error, unexpected ''custom_css' (T_ENCAPSED_AND_WHITESPACE) in /var/www/html/wp-includes/theme.php on line 1645
[30-Jan-2018 09:06:41 UTC] PHP Parse error:  syntax error, unexpected ''custom_css' (T_ENCAPSED_AND_WHITESPACE) in /var/www/html/wp-includes/theme.php on line 1645

弓箭在您的网站上都是垃圾,因此您需要删除extras插件并检查网站的速度,然后使用CSS minify,js minify来做

follow these steps to resolve this issue::请按照以下步骤解决此问题::

  1. Deactivating WordPress Plugins停用 WordPress 插件

  2. Auditing Web Server Logs by using this command:使用以下命令审计 Web 服务器日志:

    tail -f /var/log/nginx/error.log tail -f /var/log/nginx/error.log

In your case you should check the custom css file and make the correct path in line 1 in theme.php在您的情况下,您应该检查custom css文件并line 1 in theme.php正确的路径

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM