PHP reverted to 4.4.9 after OS re-install...

Our new Xserve shipped with PHP 5.2. I remember this distinctly as I was configuring the web server 2 days ago and had to enable the module for PHP5 in Server Admin. Apple's Leopard Server web page even advertises PHP 5.2, so I know I didn't imagine this:
http://www.apple.com/server/macosx/specs.html
Yesterday I had to do a fresh install of the OS on the beast (RAID needed a reconfig...) using the factory OS X Leopard Server DVD that shipped with this Xserve. Now, the PHP has reverted back to 4.4.9. What gives? Are there some extra packages I need to install after a fresh OS install in order to get back to the factory image?
thanks for any help!
s.

I figured it out. I had to go through the Server Admin GUI to the Web Service's Overview page and there was a button there for upgrading the Apache Version. This took me from Apache 1.3 to 2.2 and also upgraded PHP (to 5.2) and various other bits...

Similar Messages

  • Can I revert back to 8.1 after updating to 8.2 two days ago?  I don't like it.

    Is it possible to revert back to 8.1 after upgrading to 8.2 two days ago?

    No, downgrading the iOS version is not supported by Apple.
    If you are having problems since installing 8.2, if you say what they are then somebody on here might be able to try and help

  • Why does TextEdit revert to Helvetica 12 even after you set a new default font whenever you drop an image into an RTFD?

    Anyone know a workaround for when TextEdit reverts to Helvetica 12 even after you set the new default to say Verdana 14 every time your drop an image into an RTFD? Kind of defeats the purpose! Is there a way around this? THANKS!

    Among the alternatives not mentioned... Using a TiVo DVR, rather than the X1; a Roamio Plus or Pro would solve both the concern over the quality of the DVR, as well as providing the MoCA bridge capability the poster so desperately wanted the X1 DVR to provide. (Although the TiVo's support only MoCA 1.1.) Just get a third-party MoCA adapter for the distant location. Why the hang-up on having a device provided by Comcast? This seems especially ironic given the opinions expressed regarding payments over time to Comcast. If a MoCA 2.0 bridge was the requirement, they don't exist outside providers. So couldn't the poster have simply requested a replacement XB3 from the local office and configured it down to only providing MoCA bridging -- and perhaps as a wireless access point? Comcast would bill him the monthly rate for the extra device, but such is the state of MoCA 2.0. Much of the OP sounds like frustration over devices providing capabilities the poster *thinks* they should have.

  • Can Time Machine revert to 10.5.1 after 10.5.2 update ?

    The title says it all : do you think TM is able of downgrading to a previous version (10.5.1) if anything goes wrong with the update, system-wise ?
    For instance, if I can't use some software, or Expose doesn't work any more , or Safari 3.1 is too buggy, that kind of thing, will I be able to revert to 10.5.1 after going 10.5.2 ?
    Can I erase a security update this way too ?
    Happy New Year to all !

    Happy New Year, Jack.
    The short answer is no.
    About "Downgrade" installations
    "You should not reinstall an earlier version of the same software over a later version. These "downgrade" installs may seem to work, but Apple does not test nor recommend downgrade installations in most cases. Some installers prevent downgrade installations. If you need to reinstall an earlier version of Mac OS X, erase your disk first or choose the erase option in the Mac OS X Installer. Be sure to reinstall any software updates after reinstalling the operating system."
    -mj
    [email protected]

  • TS4006 Is it possible to revert to 'find and lock' after I clicked to erase?

    Is it possible to revert to 'find and lock' after I clicked to erase?

    Kryan73 wrote:
    …  after I import a new file, I have to then go searching for it amid all the other files…
    in a perfect world, you do know the recording date, and you simply scroll to that date.
    in a very perfect world, all your other imports are already tagged, so just have to create a smart list 'unrated' ...
    (I know those messy Events… a friend of mine constantly ignores my advice to check the time/date on his camera; on every battery swap, the cam creates a very erratic timestamp ... his actual recordings are listed as made in "2004" or in "2020" .... )

  • [SOLVED] systemd services load slow/fail after forcing package install

    This is more of a PSA for those coming across this issue in the future. I think people should do more of these.
    I recently had problems installing packages where pacman told me several files already existed in the filesystem. This happened when I tried to install an individual official package, not a full system upgrade, so I couldn't find any relevant posts.
    I tried to --force install the package, thereby rewriting all such files. But I noticed the next time I rebooted and logged into my system, my Cinnamon session would load extremely slowly (~2 mins) and I had several failed services.
    Symptoms of the problem included:
    - non-root partitions not mounted on boot
    - users and groups added after initial system install were gone (including sudo)
    - difficulty connecting to networks
    - trying to start/restart services resulted in a Polkit-related error and a timeout
    So after a while I found this post: https://bbs.archlinux.org/viewtopic.php?id=151915
    It suggested that the polkit-related user and group were missing and I should check my /var/log/pacman.log around the time of my force installation, which I did. This revealed pacman overwrote several files in /etc including fstab, hosts, passwd, shadow and group.
    Luckily pacman backed up all those files under the suffix *.pacorig so I by renaming the backups and rebooting I was thankfully able to return my system to normal.

    I have another example of rc.local which is mainly about configuring power saving etc etc on a netbook
    hdparm -B254 /dev/sda
    grep -q '0' /sys/class/power_supply/ADP1/online && P="powersave" || P="ondemand"
    cpupower -c all frequency-set -g "$P"
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
    /usr/sbin/iw dev wlan0 set power_save on
    echo '0' > '/proc/sys/kernel/nmi_watchdog'
    echo '1' > '/sys/module/snd_hda_intel/parameters/power_save'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:02.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1c.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1b.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.1/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.2/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.3/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.7/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1f.2/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1f.3/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:01:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:02:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1c.1/power/control'
    /usr/sbin/ethtool -s eth0 wol d
    what is the systemd way of doing this sort of thing?
    Also where should local units be put so that they can be enabled/disabled etc. If I put them in /usr/lib/systemd/system won't they interfere with pacman?

  • Message about buying PAGES update after buying and installing

    after buying and installing the 2014 update to PAGES, i am still getting a message to do that, in order to open older PAGES docs.

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Itunes wont open after trying to install 11.1.4??

    iTunes will not open after trying to install 11.1.4 version ??

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • After trying to install update on MacAir error message and then message saying panic (cpu caller 0xffffff800a859241): "Unable to find driver for this platform: \"ACPI\".... I'm worried as all of my work is on my computer and I'm afraid I will lose it all.

    I am totally worried I am going ot lose all my data after trying to install update on MacAir.  Cannot do anything error message saying panic ....."Unablet o find driver for this platform."

    Hi Guys
    No good news I'm afraid. I have been through ALL the system caches and files that were updated at the time of said issue. Reset - rebuild and even gone back to my TimeMachine copy from earlier this AM. Nothing! Can only assume it is something deeper in the /usr or var or private folders.....
    I have cloned the system and core files (/usr, /private) etc etc to an external HD and it still recreates the fault. I am afraid to say I have no more time at the minute to look at so have put my machine back to 2 hours prior via my TimeCapsule.
    I the absense of anyone else or, indeed, Apple fixing in the next 12 hours, will get back onto it from the cloned copy I have kept and see if I can find the offending file/files...
    Sorry I don't have an immedaite solution.

  • After a clean install, how can I continue using Time Machine?

    After a clean install, how can I continue using Time Machine?
    I booted from my recovery partition, erased my HD, installed the same OS, (Lion, 10.7.5) then restored from my TM.
    If it asks if i want to use TM, I say yes. When I chose the drive, it seems to want to start all over, instead of just picking up where I left off.
    Is there any way of picking up where I left off?

    Hi Frank,
    You are sure you looking in your Library in /Users/YOUR_USERNAME/Library and not /Library at the top level of your harddrive?
    When you open iCal what do you see?  Are the calendars the two default Home and Work ones?
    I really appreciate the responses -- especially if you are in the UK as opposed to Ontario.
    Why, do you have something against London Ontario?
    John M

  • How can i gain access to my data on a Time Capsule after a fresh install of Mavericks? I can't access any backups through Time Machine... They appear purple/transparent, and I can't even select them to view their contents. PLEASE HELP!!!

    So, I've got several thousand photos, and a decent amount of videos of my daughter, along with a lot of stuff for work stored on my Time Capsule, and now I can't access any of it. I did a fresh install of Mavericks on my MacBook Pro last week sometime, and haven't been able to figure out how to get my files back. Please Help!!! My daughter is 2 and a half, and every picture/video I have of her is locked on this thing. I was planning on making some photo/video projects fo my wife for Christmas, and now I'm definitely not going to be able to pull it off. Her birthday is at the end of January, though, so if I could have it by then, that would rule!
    Basically, the bar on the right of the screen has some gray dates, which I can access (all backups after the Mavericks install), and purple dates that go all the way back to March (when I originally purchased and began using the TC) which deny me access/viewing. It's possible that I created a slightly different user name when I reset my MacBook, which I guess is most likely the cause, but I have no idea what to do now to correct it. Thanks for taking the time!

    Mavericks does really nasty stuff..
    Try manually mounting the sparsebundle and extract the files you want.
    Yet another Pondini reference. http://pondini.org/TM/15.html
    We have avoided Mavericks you see knowing that it would cause these kinds of issues..
    You never ever load a new OS without doing a disk image beforehand.. TM is not reliable enough or trustworthy to be depended on.
    If none of the above work..
    I would get a USB drive on the computer and install Mountain Lion or whatever OS you had before you unfortunately upgraded to Mavericks.. Then use TM from that decent installation but mount the sparsebundle and choose the backup from a date well before mavericks was installed.
    Once you have extracted the files.. or even done a full restore you might be able to extract the files you want.

  • Error 7 windows error 126 after trying to install the latest update

    error 7 windows error 126 after trying to install the latest update

    See Here
    Unable to Update or Restore
    http://support.apple.com/kb/HT1808
    If the device has been modified, this will not necessarily work.

  • Issues solved after a second install of Belle

    Hi.
    I have been advised to reinstall Belle on my Nokia E7.
    I've been told that after a second install of Belle most issues are gone.
    Do you know what specific issues are solved after that reinstall?
    I'm curious because I want to know if it is worthy to reinstall Belle.
    Greetings from Paraguay.
    Claudio Bogado Pompa.
    Greetings from Paraguay.
    Claudio Bogado Pompa.
    Solved!
    Go to Solution.

    Claudio,
    I upgraded from Anna to Belle on the first day that Belle was available.  Yesterday I re-installed Belle.
    Since updating my E7 from Anna to Belle I have had mixed opinions as to whether that was wise to do.
    Though Belle has a lot to like about it in features and speed, there are many things that were really good in Anna but have been degraded or are even missing in Belle.  See this list which many people have contributed to:
    /t5/Software-Updates/List-of-Belle-additions-corrections-needed/td-p/1328167/page/3
    I have customized the home screens (use three) quite a bit and have added a number of free apps for more convenience in use of the phone.
    Before I tell you my experiences and give you my reasoning I should give some background about myself and my Nokia E7-00.  Note that though I am very competent with computer hardware and software I have much less knowledge and skill with cell phones.
    My E7-00 is my second Nokia phone experience.  I also bought an E6-00 for my wife.  I got the E7 for myself because I need the large keyboard for my large fingers and I like the GPS/maps capability.  I got the E6 for my wife because she was unhappy with the touch screen on her Nokia 5230 and is more comfortable with a keyboard.
    I have owned my E7 for less than a year, use it primarily for my small business,  and upgraded to Anna immediately after purchasing it.  Though I tested using a data connection for WEB browsing for a couple of months I don't subscribe to a data service now because I found little use for it and it is (in my opinion) very expensive here in Canada.  I do connect my E7 to the Internet often using WIFI through my home or business routers, and occasionally through WIFI connections at hotels and other locations when I travel.
    Since upgrading to Belle I have had many occasions when my phone would freeze either momentarily or permanently (necessitating powering it off) and a few times it has completely shut off for no reason.  I have had a number of occasions when I have been unable to answer an incoming call because the touch screen was unresponsive.
    In trying to determine the cause of the problems with the phone I have removed apps and done soft resets of the phone.
    I thought about re-installing Belle but was loath to do it because of the bad experience I had when I first upgraded from Anna to Belle.  At that time I did a backup of my phone using the latest version of Nokia Suite.  The download and install of the Belle update went very smoothly.  But once the phone was functional again I found that I lost many things including all my customizations, my WIFI settings, and all the many map favorites (GPS coordinates) I had collected when traveling and calling on customers.  The backup that the Belle installation software performed did not restore these things, and the same was true of the backup I did with Nokia Suite.
    Yesterday my frustration level with the phone was such that I decided I had to try a re-install of Belle.  I did another backup up the phone with Nokia Suite and synced the map favorites with Nokia's on-line service.  But I also had the inspiration to download the latest version of Nokia PC Suite and do a backup with that too - a good thing I did!
    I used Nokia Suite to re-install Belle.  After the reinstall I again had lost all my customization, some installed apps, and all map favorites.  I tried to restore things by using the backup I had done with Nokia Suite, but that did not work.
    Then I restored the backup I made with Nokia PC Suite and EVERYTHING was back.  I could hardly believe my good fortune.  Even my map favorites were back.
    Since it is little more than 24 hours since my re-install of Belle I cannot say whether it was really worth the effort.  But so far the phone does seem to be behaving itself.  It is a little smoother in operation with less delay and I have not had any freezing.  On the other hand it has been a quiet day and the phone has not had a good workout.  Still, I am hopeful.
    This most recent experience makes me wonder if Nokia is making improvements in Belle without giving notification.  I am wondering if the version of Belle that was used for the re-install is different from the original version I installed about a month ago.
    I will not upgrade my wife's E6 to Belle until I know that the problems with Belle have been fixed.
    I hope you find this information useful.

  • After trying to install 6500 Wireless all-in-one on my 3rd comp, it ceased to work

    While trying to install my (less than 2 year old) HP6500 Wireless all-in-one software on my 3rd networked computer, the software installation went into a loop and would not complete the installation.  After about an hour or so of waiting, I physically had to unplug the printer & eject the CD. Upon doing so, the printer became next to useless. The printer key pad no longer functions except when I first plug it in, and I can no longer access it from the other 2 original computers, even with USB.  The HP solution center says it’s on line, until I go to print via USB, then it says it’s offline. I can hook the USB up on the Widows 7 unit and force it to print Word Office documents, but when I try to print documents on it from either Internet Explorer or Fire Fox it wants to send a Fax??? I've uninstalled and reinstalled the software 3 times on my Windows 7 unit now to no avail. Is it my printer, the printer Firmware or what?  I have downloaded and run all the HP & Microsoft troubleshooting tools on the Windows 7 unit to no avail.  However; HP downloads will not successfully complete on my XP unit.  What should I do? Should I start over with a new wireless printer?
    Totally Confuzed

    Re: After trying to install 6500 Wireless all-in-one on my 3rd comp, it ceased to work
    Ref: 02-23-2012 08:53 AM
    12:38 AM 2/24/2012 UPDATE ON WHAT I HAVE TRIED AGAIN: 
    1. Power Reset on the Printer: Power off the printer. Unplug the power cable from the back of the unit. Wait 60 seconds. Replug the power cable to the printer and power it on. DONE
     2. Print a test page: Follow this document to print the test page. PRINTER SCREEN SAYS IT'S PRINTING AND THE POWER LIGHT IS FLASHING LIKE IT'S BUSY, BUT NOTHING IS HAPPENING. ONLY WAY TO USE IT NOW IS TO UNPLUG IT AND START OVER. THIS HAPPENS ALL THE TIME NOW. IT WILL NOT PRINT TEST REPORTS.
     3. Create a copy of the printed test page. CANNOT DO NOW - (PRINTER FREEZES UP WITH A BLINKING POWER LIGHT)
     4. Print the Wireless Network Test Report (To check if there are any errors) CANNOT DO
    Press the Setup button ( ). DOESN'T WORK EXCEPT MOMENTARILY...NOT LONG ENOUGH TO MAKE A SELECTION BEFORE IT HANGS AND FREEZES UP...
    Press the Right Arrow button ( ) to select Network Setup, and then press the OK button. CAN'T GET IT TO DO ANYTHING PRESSING THE OK BUTTON.
    Press the Right Arrow button ( ) to select Wireless Network Test , and then press the OK button. The Wireless Network Test Report prints. CAN'T GET IT TO DO ANYTHING PRESSING THE OK BUTTON.
    If you did not encounter any errors while performing the steps above then I think the hardware is OK. Test the software next. Let's use Windows 7 as the test platform. I DON'T THINK THE HARDWARE IS OK.
    1. Download the driver from HP.com. Once it gives you the option to either Run or Save make sure to select Save and then select Desktop as the target location where it will save the file. This is just to make it easier to find it. Once it finishes downloading the file, double click it to initiate the installation process. Follow the on screen instructions until you reach the "select how you want to connect the printer" window comes up. I ALREADY HAVE 3 COPIES ON MY DESKTOP & NONE OF THEM REACT ANY DIFFERENTLY.
     2. At the "select how you want to connect the printer" window select USB and then click Next (I think there is a next button). It should asks you to connect your printer but we are NOT going to do that. Place a checkmark on the option on the bottom of the window that gives you the option to bypass the connection phase of the installation. Click Next to proceed. Once the the installation process completes, restart your computer. I HAVE DONE IT BOTH WAYS BEFORE AND CANNOT GET THE INSTALLATION TO COMPLETE ON ANY OF THE 3 COMPUTERS NOW.
     If you did not encounter any errors at this point then it looks like the software installation process is good. Proceed to the next test. END OF TEST FOR TONIGHT. THANKS
    1. After the computer completely boots up, connect the USB cable to the printer and to the computer. The computer should detect the printer and initiate the HP installation process for it. Follow the onscreen instructions to complete the install.
    2. Try printing to test functionality.

  • HP Photosmart C6300 printer/scanner not working after Snow Leopard install

    HP Photosmart C6300 printer/scanner not working after Snow Leopard install
    Reinstalling etc does not work - does anyone else have the same problem or a clue as to how to fix this?

    Keith,
    I got a C6280 and the scanner does not work anymore. I am for 6 days in contact with HP. The last printer driver install form the apple web site does not open the image of HewlettPackardPrinterDrivers.dmg because of an invalid checksum. The skipping of the validation gives and error in the install.

Maybe you are looking for

  • Items on left side?

    How do I control which items do and do not appear on the left hand column? I would like to keep items such as Mailboxes, RSS, and To-do, but I do not want the left hand column littered with unused items such as Notes and Gmail. Thank you!

  • Whats WSDL address ? Plz reply soon

    I have deployed a simple web service from within Jdev 9i. The final message appeared as "Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized". I wish to know that, what is the address of this particular webservice's WSDL? As other member of my tea

  • BR0278E Access denied - Redolog backup

    Hello All, I have been trying to take a redolog backup from DB13 and I am getting the below error BR0278E Command output of 'E: && cd E:\oracle\QAS\102\database && E:\usr\sap\QAS\SYS\exe\uc\NTAMD64\brtools.exe -f copyfile 12.6.2.0\Backup\hostname\QAS

  • LG Cosmos Touch stuck on Downloading screen

    I recently tried to upgrade my LG Cosmos Touch, but it got unplugged.  Now it's stuck on the "Downloading... Do not unplug" screen.  I can't turn it off and I tried removing the battery to no avail.  How do I fix this?

  • Cannot get apps to install

    Hello- I just signed up for Family Base. However, when I go to download the apps it tells me it is not compatible with our devices. We have the LG Intuition. Is there any solution for this? Thanks in advance