• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk Nginx 404 Error after NodeJS installation

DBZMelvin

New Pleskian
Hello together,
I need your help, my Plesk Server is not working anymore after i installed NodeJS. I tried several steps to accomplish to get this 404 away but i failed. I tried to use the repair command but it just shows the following

Code:
root@fluffyunicorn:/# plesk repair all
Unknown Plesk command-line utility: "repair"

Here the commands from the "history" that i used to install NodeJS and BCrypt, i need it for a Web Project


Code:
 1405  apt-get install node
 1406  apt-get install npm
 1407  npm install bcryptjs
 1408  ls -hal
 1409  clear
 1410  npm install -g bcryptjs
 1411  npm install -g bcrypt
 1412  node-pre-gyp install --fallback-to-build

I dont know how i get it back to work, i hope someone can help me :/
 
Do you have this file /opt/psa/bin/repair ?
Check with dpkg that package plesk-core is installed.
 
Do you have this file /opt/psa/bin/repair ?
Check with dpkg that package plesk-core is installed.

i got this message
Code:
Package: plesk-core
Status: deinstall ok config-files
Priority: extra
Section: non-free/net
Installed-Size: 58259
Maintainer: Plesk <info@plesk.com>
Architecture: amd64
Version: 17.5.3-ubuntu14.04.build1705170317.16
Config-Version: 17.5.3-ubuntu14.04.build1705170317.16

why is the status on "deinstall" ? i just installed node ... i dont get it
and in "/opt/psa/bin/repair" repair does not exist
 
I got this here

Code:
dpkg -i plesk-core_17.5.3-ubuntu14.04.build1705170317.16_amd64.deb
Selecting previously unselected package plesk-core.
(Reading database ... 85636 files and directories currently installed.)
Preparing to unpack plesk-core_17.5.3-ubuntu14.04.build1705170317.16_amd64.deb ...
/etc/init.d/psa: line 39: /usr/lib/plesk-9.0/psa_service: No such file or directory
Unpacking plesk-core (17.5.3-ubuntu14.04.build1705170317.16) ...
dpkg: dependency problems prevent configuration of plesk-core:
 plesk-core depends on psa-zendframework (>= 1.12.17); however:
  Package psa-zendframework is not installed.
 plesk-core depends on psa-phpmyadmin (>= 4.5.5.1); however:
  Package psa-phpmyadmin is not installed.
 plesk-core depends on psa-phppgadmin (>= 5.1); however:
  Package psa-phppgadmin is not installed.
 plesk-core depends on plesk-wp-upgrade (>= 1.0-57); however:
  Package plesk-wp-upgrade is not installed.
 plesk-core depends on psa-locale-base-en-us (>= 17.5.0) | psa-locale-base-17.5.3; however:
  Package psa-locale-base-en-us is not installed.
  Package psa-locale-base-17.5.3 is not installed.

dpkg: error processing package plesk-core (--install):
 dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 plesk-core
 
Hmm... Looks like Plesk is completely damaged there for some reason. I can only recommend creating a request to support team to do the in-depth investigation to find the reason and to fix it. Please create a ticket to support at Help Center
 
Back
Top