Today after installing phantomjs in my Ubuntu server, Plesk panel login is not working. Here is the code i was using to install phantomjs
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev -y
sudo apt-get install libfreetype6 libfreetype6-dev -y
sudo apt-get install libfontconfig1 libfontconfig1-dev -y
cd ~
export PHANTOM_JS="phantomjs-2.1.1-linux-x86_64"
wget https://github.com/Medium/phantomjs/releases/download/v2.1.1/$PHANTOM_JS.tar.bz2
sudo tar xvjf $PHANTOM_JS.tar.bz2
sudo mv $PHANTOM_JS /usr/local/share
sudo ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
phantomjs --version
Here are the errors now:
https://myip:8443/login_up.php - File not found.
http://myip:8880/login_up.php - File not found.
service sw-engine restart && service sw-cp-server restart are working fine
But
/etc/init.d/psa restart
/etc/init.d/psa: line 39: /usr/lib/plesk-9.0/psa_service: No such file or directory
plesk version
open /usr/local/psa/version: no such file or directory
Can anyone tell me, what might be the problem here??
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev -y
sudo apt-get install libfreetype6 libfreetype6-dev -y
sudo apt-get install libfontconfig1 libfontconfig1-dev -y
cd ~
export PHANTOM_JS="phantomjs-2.1.1-linux-x86_64"
wget https://github.com/Medium/phantomjs/releases/download/v2.1.1/$PHANTOM_JS.tar.bz2
sudo tar xvjf $PHANTOM_JS.tar.bz2
sudo mv $PHANTOM_JS /usr/local/share
sudo ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
phantomjs --version
Here are the errors now:
https://myip:8443/login_up.php - File not found.
http://myip:8880/login_up.php - File not found.
service sw-engine restart && service sw-cp-server restart are working fine
But
/etc/init.d/psa restart
/etc/init.d/psa: line 39: /usr/lib/plesk-9.0/psa_service: No such file or directory
plesk version
open /usr/local/psa/version: no such file or directory
Can anyone tell me, what might be the problem here??