• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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 <[email protected]>
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