• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP dependencies issues when trying to upgrade to PLESK 10.1.1

A

aburany

Guest
Hello,

I'm on Debian 4 after having few issues with upgrades, tried to upgrade from 9.5.4 to 10.1.1. During the install I get the following error:

The following packages have unmet dependencies:
psa-php5-configurator: Depends: php5-sqlite but it is not going to be installed

If I try to do:

apt-get install php5-sqlite

I get the following:

php5-sqlite: Depends: php5-common (= 5.2.0+dfsg-8+etch16) but 5.2.9-0.dotdeb.1 is to be installed

Although I already run an update on php5-common.

Can anyone give me a hint what could be the problem, please?

Thank you!
 
The issue you've experienced isn't actually related Plesk at all - except the fact that Plesk 10 requires sqlite module for Sitebuilder, that is bundled with Plesk 10.

The same issue would have emerged even with Plesk 9.5.4 if you'd had tried to upgrade the sqlite on your system, as you seem to have some kind of dependecy issue with your installation of Debian packages.

Have you tried "aptitude install php5-sqlite" to solve the dependecies problem?
 
Thank you,

in the meantime I found out that there were various dependency issues. Somehow I managed to fix all those and reinstall a plesk 9.5.4 but now I'm stuck there with a half-upgraded db to 10.x which sometimes gives errors while working with PLESK interface.
Anyway, this is another story, for now I'll stick with 9.5.4.
 
Back
Top