• 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.

Plesk 8.6 with PHP5 how?

S

snoke

Guest
Hello,

I installed the PHP5 on my server with Plesk 8.6. After installation everything was operating normally, except Plesk.
Can you give me a hand?

My system: debian 4 etch

I try this solution: http://kb.odin.com/en/1762

But not resulted:

Reading package lists... Done
Building dependency tree... Done
psa-php5-configurator is already the newest version.
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up psa (8.6.0-debian4.0.build86080722.01) ...
Setting the default locale
The default locale is set to en-US (ENGLISH, UNITED STATES)

Unable to upgrade. You have 8.6.0 version installed,
but upgrader is incompatible with this version.
To install new Plesk copy, please move '/opt/psa'
to another place manually.
dpkg: error processing psa (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
psa
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
please post the full output of:
apt-get install psa-php5-configurator libapache2-mod-php5
 
Thanks for your post

This is a full output...

nautiland:~# apt-get install psa-php5-configurator libapache2-mod-php5
Reading package lists... Done
Building dependency tree... Done
psa-php5-configurator is already the newest version.
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up psa (8.6.0-debian4.0.build86080722.01) ...
Setting the default locale
The default locale is set to en-US (ENGLISH, UNITED STATES)

Unable to upgrade. You have 8.6.0 version installed,
but upgrader is incompatible with this version.
To install new Plesk copy, please move '/opt/psa'
to another place manually.
dpkg: error processing psa (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
psa
E: Sub-process /usr/bin/dpkg returned an error code (1)
nautiland:~#

Please help me...
 
looks like you have already installed php5, and you have another problem, can you post your /etc/apt/sources.list
 
My source list:

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

deb http://autoinstall.plesk.com/debian/PSA_8.6.0 etch all

# main sources

deb http://62.193.251.100/debian/debian/ etch main contrib non-free
deb-src http://62.193.251.100/debian/debian/ etch main contrib non-free

# volatile

deb http://62.193.251.100/debian/debian-volatile/ etch/volatile main contrib non-free
deb-src http://62.193.251.100/debian/debian-volatile/ etch/volatile main contrib non-free

# security

deb http://62.193.251.100/debian/debian-security/ etch/updates main contrib non-free
deb-src http://62.193.251.100/debian/debian-security/ etch/updates main contrib non-free

# plesk autoinstall

deb http://62.193.251.100/plesk/autoinstall/debian/PSA_8.2.0/ etch all

## This is temporary appended by Autoinstaller for
## specify source of product's packages for APT.
deb http://62.193.251.100/plesk/autoinstall/debian/PSA_8.6.0 etch all

I have php5 installed:

nautiland:~# php -v
PHP 5.2.6-0.dotdeb.1 with Suhosin-Patch 0.9.6.2 (cli) (built: May 2 2008 10:24:03)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
 
your source list looks strange ....

why do you use ip adresses ?

and please remove the psa 8.2.0 source ...
 
I have a dedicated server in amen.pt and configure them all with plesk 8.2 and php4, but I need to work with php5 why did update the plesk and php4.

I removed the psa 8.2.0 source
 
does the problem still exists after removing the 8.2 source ?

try:

apt-get update
apt-get upgrade

to test ..
 
When i try apt-get upgrade:

nautiland:~# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up psa (8.6.0-debian4.0.build86080722.01) ...
Setting the default locale
The default locale is set to en-US (ENGLISH, UNITED STATES)

Unable to upgrade. You have 8.6.0 version installed,
but upgrader is incompatible with this version.
To install new Plesk copy, please move '/opt/psa'
to another place manually.
dpkg: error processing psa (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
psa
E: Sub-process /usr/bin/dpkg returned an error code (1)
nautiland:~#

My source list now:

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

deb http://autoinstall.plesk.com/debian/PSA_8.6.0 etch all

# main sources

deb http://62.193.251.100/debian/debian/ etch main contrib non-free
deb-src http://62.193.251.100/debian/debian/ etch main contrib non-free

# volatile

deb http://62.193.251.100/debian/debian-volatile/ etch/volatile main contrib non-free
deb-src http://62.193.251.100/debian/debian-volatile/ etch/volatile main contrib non-free

# security

deb http://62.193.251.100/debian/debian-security/ etch/updates main contrib non-free
deb-src http://62.193.251.100/debian/debian-security/ etch/updates main contrib non-free
 
can you please post the output of
dpkg -l | grep psa | grep -v 8608 | grep -v appvault
 
Output:

nautiland:~# dpkg -l | grep psa | grep -v 8608 | grep -v appvault
ii drweb-base 4.33-5psa The engine and bases of Dr.Web (R) Antivirus
ii drweb-daemon 4.33-5psa Dr.Web (R) daemon is an antivirus daemon, th
ii drweb-updater 4.33-4psa Dr.Web (R) Update utility is a key component
ii psa-autoinstaller 3.3.2-080710.09 Parallels Autoinstaller
ii psa-mod-fcgid-configurator 1.0-14 Plesk Alternative FastCGI module for Apache2
ii psa-pear 1.4.9-20060517 PEAR - PHP Extension and Application Reposit
nautiland:~#

thanks for your help, I am thankful
 
got the same problem... any clue ?

Hi snoke

I read all your outputs.. I am in trouble w same problem ....

dpkg -l | grep psa | grep -v 8608 | grep -v appvault
ii drweb-base 4.33-5psa The engine and bases of Dr.Web (R) Antivirus
ii drweb-daemon 4.33-5psa Dr.Web (R) daemon is an antivirus daemon, th
ii drweb-updater 4.33-4psa Dr.Web (R) Update utility is a key component
ii psa-autoinstaller 3.3.2-080710.09 Parallels Autoinstaller
ii psa-mod-fcgid-configurator 1.0-14 Plesk Alternative FastCGI module for Apache2
ii psa-pear 1.4.9-20060517 PEAR - PHP Extension and Application Reposit
rc psa-sbm3 5.0-14 The Sitebuilder Remote Administration Module

did you solve it ? if yes how ?

thanks
 
Back
Top