Http Error 500 in wordpress digital ocean - php

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/
i use divi theme for my website
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

Bow in your site is all garbage, so you need to delete the extras plugin and check the speed of the site and css minify, js minify Have to do

follow these steps to resolve this issue ::
Deactivating WordPress Plugins
Auditing Web Server Logs by using this command :
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

Related

How to Install Wordpress in a subdirectory

I am trying to install wordpress in a subfolder - www.anst.hr/wordpress.
I uploaded FRESH wordpress files into my html folder via filezilla. Search www.anst.hr/wordpress and I get:
Parse error: syntax error, unexpected '{' in home/www/web2526/html/wordpress/wp-includes/functions.php on line 2872
Then I renamed wp-config-sample.php to wp-config.php and then got a different error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/www/web2526/html/wordpress/wp-includes/pomo/entry.php on line 61

Why i am getting Server error 500 when i upload my app to server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just deployed my application to my server. I zipped my whole app folder and uploaded that to my server. I also exported the database tables of my app and imported that to my server phpmyadmin. I have configured .env settings but when I try to access my app it throws Server error 500. My app is located at mywebsite.com/app/ all files resides in the app folder. I also tried to move public file to public_html but still it is not working.
.env File:
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:keyofmyapp
APP_URL=http://mywebsite.com
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dbname
DB_USERNAME=username
DB_PASSWORD='password'
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
Logs :
[14-Apr-2016 19:35:44 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:36:40 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:38:21 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:38:27 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:38:47 UTC] PHP Warning: require_once(/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php): failed to open stream: No such file or directory in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:38:47 UTC] PHP Fatal error: require_once(): Failed opening required '/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:41:40 UTC] PHP Warning: require_once(/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php): failed to open stream: No such file or directory in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:41:40 UTC] PHP Fatal error: require_once(): Failed opening required '/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:41:44 UTC] PHP Warning: require_once(/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php): failed to open stream: No such file or directory in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:41:44 UTC] PHP Fatal error: require_once(): Failed opening required '/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:42:40 UTC] PHP Warning: require_once(/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php): failed to open stream: No such file or directory in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:42:40 UTC] PHP Fatal error: require_once(): Failed opening required '/home/ushrzaka/public_html/mywebsite.com/pos/public/index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ushrzaka/public_html/mywebsite.com/pos/index.php on line 21
[14-Apr-2016 19:43:15 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:43:17 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:43:19 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:45:11 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:45:15 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:45:17 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:45:26 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:46:22 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:48:27 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:50:35 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:52:03 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:52:05 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:56:40 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
[14-Apr-2016 19:56:49 UTC] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/ushrzaka/public_html/mywebsite.com/pos/public/index.php on line 50
It seems you are using PHP < 5.5. Laravel 5.2 requires version PHP 5.5.9 and looking at line 50 of index.php there is:
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
and class name resolution was added in PHP 5.5.
So you should verify your PHP version. It's probably 5.4 or earlier

I can't log in to my wordpress

When I try to login this message appears
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in E:\HostingSpaces\mahakram\acc.com.eg\wwwroot\wp-content\plugins\redux-framework\ReduxCore\inc\themecheck\class.redux_themecheck.php
on line 193
help me please
try to install a previous version:
https://downloads.wordpress.org/plugin/redux-framework.3.5.4.3.zip

Syntax error in PHP 5.4.28

The following line gives error in 5.4.28
(new MySocketServer())->run();
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR)
but it works in PHP 5.4.4
Any ideas?

Using sed inside php script is causing unexpected T_STRING error

I'm adding a line to my php script:
exec('sed -i 1i'MAILTO=""' /var/spool/cron/' '.$clientName.');
But it shows me an error:
PHP Parse error: syntax error, unexpected T_STRING in /home/admin/myproject.pl/newclient/main.php on line 368
Parse error: syntax error, unexpected T_STRING in /home/admin/myproject.pl/newclient/main.php on line 368
I think the error says it quite well. You have a syntax error.
Perhaps this is what you wanted?
exec('sed -i \'1i MAILTO=""\' /var/spool/cron/'.$clientName);

Categories