New VPS wordpress plugin requirement error

Magic555

Regular Member
Joined
Apr 28, 2017
Messages
350
Reaction score
208
Hey i recently installed a wordpress site on my VPS everything is working perfectly other than Clean tube player from wp-scripts.
Error code in console 500
What could be the reason?
 
There could be a million reasons for this. 500 status code means, Internal Server Error. This usually means that there's some problem in the php execution. An easier way to check this is to find the server error log.

Usual location for the log is (in case you are using apache server):
Code:
/var/log/apache2/error.log
 
There could be a million reasons for this. 500 status code means, Internal Server Error. This usually means that there's some problem in the php execution. An easier way to check this is to find the server error log.

Usual location for the log is (in case you are using apache server):
Code:
/var/log/apache2/error.log
Thanks a lot just fixed it i didnt have curl
 
Back
Top