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

Newer version of the php-common package installed

W

wavewind

Guest
I'm new to plesk, so any help will be appreiated.

I've a brand new server, I would like to install plesk.

Here is the error I got bcoz my php is higher version than it can currently support.

I tried to create the .autoinstallerrc file on "/" or the "directory_to_the_psa_install_file", but they didn't work.

I put url as "php.net" and maybe that's the problem.

Thanks!

Stephen


ERROR MESSSAGE:

Exchanging information with licensing server.
Retrieving information about the installed packages... done
Downloading the file PSA_8.2.0/thirdparty-rpm-CentOS-5-x86_64/thirdparty-8.2.0-cos5-x86_64.hdr.gz: 100% done.
Downloading the file PSA_8.2.0/dist-rpm-CentOS-5-x86_64/build-8.2.0-cos5-x86_64.hdr.gz: 72%..100% done.
Downloading the file PSA_8.2.0/update-rpm-CentOS-5-x86_64/update-8.2.0-cos5-x86_64.hdr.gz: 72%..100% done.
Determining the packages that need to be installed.
ERROR: You have a newer version of the php-common package installed on your system.
The installation will not continue.

It seems that you installed latest packages from your operating system vendor's
site. To install the product packages successfully, you need to point the
auto-installer to the vendor's package repository. To do this, create a text
file with name .autoinstallerrc in the /root/ directory on the server, and add
the following line to the file:

ADDITIONAL_SOURCE="<type>, <priority>, <url>, <username>, <password>"

where you should replace <type> with "repomd" value, <priority> with a number from
1 to 999 (999 is the highest priority), and <url> with a URL of the vendor
updates source. The values <username> and <password> are required
only if your vendor's site requires authentication. Save the file and
exit from the text editor. Then run the auto-installer again.
Not all packages were installed.
Please, resolve the above problem and try installing the packages again.
If you cannot resolve the problem on your own, contact product technical support for assistance
 
Yes, it is silly as heck, but removing PHP on your new system completely, installing Plesk, then upgrading works just fine:

rpm -e php php-odbc php-mysql php-pgsql php-ldap php-cli php-pdo php-common

./psa_installer_v3.2.0_build070705.20_os_RedHat_el5_x86_64

Then:
yum update

Like I said, silly... but which eva.

~Matt
 
Back
Top