• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

FC4 Plesk 8 And would like php 5.1.4

Well you could always do what I did... I just download the AutoInstaller for 8.1 and ran that. It upgraded php and mysql to 5.x.

I'd say that's very strange. AFAIK the versions of PHP and MySQL installed by Plesk are whatever versions come with the distribution you're running. What OS are you on?
 
I think you are right. I was trying to manually upgrade PHP but thought it had failed, so I ran the auto installer. To my surprise PHP 5.1.4 was working... I will try to back track what I did. All I knows is that I was using YUM to force php to update. Darn those dependencies! *shakes fist*

Fedora Core 4 btw
 
Here is my history if you want to try what I have done. I have been successful in upgrading PHP to 5.1.6 off the atomic bleeding channel. Plesk seems happy about it with no major errors. The fist 11 or so commands are just me installing yum. I am not using x64 though so it may not work for you.

1 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-elementtree-1.2.6-4.i386.rpm
2 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-sqlite-1.1.6-1.i386.rpm
3 rpm -Uvh ftp://ftp.cvt.stuba.sk/u2/fedora/core/updates/4/i386/i386/rpm-python-4.4.1-22.i386.rpm
4 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-urlgrabber-2.9.6-1.noarch.rpm
5 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/yum-2.4.1-1.fc4.noarch.rpm
6 wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
7 rpm --import RPM-GPG-KEY.art.txt
8 vi /etc/yum.repos.d/atomic.repo
12 yum update php
15 wget http://download1.swsoft.com/Plesk/Plesk8.1/FedoraC4/psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
16 chmod 755 psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
17 ./psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
 
Atomic,
I have upgraded the php 5.0.4 from your yum channel,
Everything seems to be working except the gdlib. when I look the phpinfo, I can see the '--without-gd' in the Configure Command section.

is this mean the gd in not compiled with the php? I have installed the php-gd package from your archive as well. it doesnt help much.
 
Wait til you see the phpinfo from 5.1 and 5.2. It will tell you everything is disabled (and yet still works). So long story short, GD isn't disabled, not in 5.0, 5.1, or 5.2. I couldn't say why you're having problems with your particular application, but I can we use it fairly extensively on www.ice.org without issue.
 
I got it working. the error related to the php page rendering the image files, been corrupt for some unknown reason during the upgrade.

it was a zend encrypted page.
 
Back
Top