• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue ini_set() failed: on Plesk login

iuzairjan

New Pleskian
Server operating system version
Ubuntu 22
Plesk version and microupdate number
51
Since I updated from, php xx.48 to xx51 I'm getting an error on the admin login 8443, 8447 refused to connect.

ini_set() failed:

PS: PHP Websites are working as expected
 

Attachments

  • Screenshot at Apr 02 10-49-53.png
    Screenshot at Apr 02 10-49-53.png
    117.9 KB · Views: 5
Step 1) Find out what happend.
Please check /var/log/plesk/install/autoinstaller3.log for errors that occured during the Plesk update.

Step 2) Try to fix it.

A) Sometimes it can help to run the update again manually, e.g. as root plesk installer install-panel-updates.

- or -

B) Try to run as root plesk repair installation

- or -

C) Install locales and reinstall plesk-core package:

1) Install locales
as root apt install locales-all
If that installation fails, please make sure that the default repositories are used (see https://support.plesk.com/hc/en-us/articles/12377962345879 if needed).

2) Reinstall plesk-core package:
as root wget http://autoinstall.plesk.com/PSA_18.0.51/dist-deb-Ubuntu-22.04-x86_64/base/plesk-core_18.0-v.ubuntu.22.04+p18.0.51.0+t230309.2342_amd64.deb && dpkg -i plesk-core_18.0-v.ubuntu.22.04+p18.0.51.0+t230309.2342_amd64.deb
Make sure that you are using the correct file! I took "Ubuntu 22" and "18.0.51" from your intial post, but you are responsible for ensuring that this is correct and that the correct core file is used.

- or -

D) If you are not familiar with the above, please open a ticket with Plesk support so that the issue can be fixed for you by Plesk staff.
 
Reconfiguring the Plesk installation


/opt/psa/admin/sbin/bootstrapper-repair: line 52: /opt/psa/bootstrapper/pp18.0.51-bootstrapper/bootstrapper.sh: No such file or directory


exit status 127


root@server:~# plesk repair installation


PHP Warning: Undefined array key 4 in /opt/psa/admin/plib/Repair/Aspect/Abstract.php on line 137


PHP Warning: Undefined array key 4 in /opt/psa/admin/plib/Repair/Aspect/Abstract.php on line 137


PHP Warning: Undefined array key 4 in /opt/psa/admin/plib/Repair/Aspect/Abstract.php on line 137


PHP Warning: Undefined array key 4 in /opt/psa/admin/plib/Repair/Aspect/Abstract.php on line 137


PHP Warning: Undefined array key 4 in /opt/psa/admin/plib/Repair/Aspect/Abstract.php on line 137
REPAIR:
 
2) Reinstall plesk-core package:



dpkg: regarding plesk-core_18.0-v.ubuntu.22.04+p18.0.51.0+t230309.2342_amd64.deb containing plesk-core, pre-dependency problem:


plesk-core pre-depends on pp18.0.51-bootstrapper


pp18.0.51-bootstrapper is not installed.


dpkg: error processing archive plesk-core_18.0-v.ubuntu.22.04+p18.0.51.0+t230309.2342_amd64.deb (--install):


pre-dependency problem - not installing plesk-core


Errors were encountered while processing:


plesk-core_18.0-v.ubuntu.22.04+p18.0.51.0+t230309.2342_amd64.deb
 
Back
Top