I Need PHP 5.3 no longer avail in a VC6 compatable with Apache 2.2.15

I appologize if this question is already answered somewhere (I did search a bit)..
1. I have written a significant amount of my site using functions only available in PHP 5.3+ (ie not in PHP5.2)
( see php.net /manual/en/migration53.new-features.php )
2. PHP (in thier infinite wisdom) have decicided that not only is there no longer a VC6 (ie Apache 2.2.15 compatable) build of php 5.3.6 but they removed the 5.3.3 build and are offering only 5.2.17 in a VC6 build suitable for use with the version of Apache built into FMS4.
(see windows.php.net/download/ and note the lines:
Do NOT use VC9 version with apache.org binaries.
and
VC9 versions of Apache can be fetched at Apache Lounge. We use their binaries to build the Apache SAPIs.)
3. The FMS4 documentation says:
(see help.adobe.com/en_US/flashmediaserver/configadmin/WSE2A5A7B9-E118-496f-92F9-E295038DB7DB. html#WS02f7d8d4857b1677-469e53bb12984254411-8000
The recommended approach to upgrading the Apache web server is to install or build the Apache server in a directory that is separate from the existing server. Then copy the contents of newly-installed directories to the existing server.
In most cases, you do not replace the existing Apache configuration files with the newer versions of these files. This is because the Apache web server installation for Flash Media Server is pre-configured with specific modules and settings.)
My Question is:
Does this even work? I sounds like a REALY BAD idea to me to instal a version of Apache built to use the Visual C 9 runtime and then kludge in an httpd.conf file that starts loading modules that were built to interact with a version that uses the Visual C 6 library. Has anyone actually done this successfully???
I don't blame the FMS developers here (well except for the really bad idea of making Apache "part" of the FMS package in the first place) but you a shipping with a version of Apache that is incompatable with PHP! (OK, the _latest versions_ of PHP.. but that still makes this _your_ problem.. and a big problem at that if you ask me).
Suggestions?

# This section includes everything in the Apache 2.2.19 httpd.conf file's module load section.
# The modules named in the FMS version of the httpd.conf file are _almost_ a subset of the 2.2.19 collection but
# many statements are "live" only in the FMS version.
# The numbers in parentheses are line numbers in the indicated httpd.conf file
# 2.2.19(60) LoadModule actions_module modules/mod_actions.so
# FMS(136)
LoadModule actions_module modules/mod_actions.so
# 2.2.19(61) LoadModule alias_module modules/mod_alias.so
# FMS(137)
LoadModule alias_module modules/mod_alias.so
# 2.2.19(62) LoadModule asis_module modules/mod_asis.so
# FMS(138)
LoadModule asis_module modules/mod_asis.so
# 2.2.19(63) LoadModule auth_basic_module modules/mod_auth_basic.so
# FMS(139)
LoadModule auth_basic_module modules/mod_auth_basic.so
# 2.2.19(64) #LoadModule auth_digest_module modules/mod_auth_digest.so
# FMS(140)
LoadModule auth_digest_module modules/mod_auth_digest.so
# 2.2.19(65) #LoadModule authn_alias_module modules/mod_authn_alias.so
# 2.2.19(66) #LoadModule authn_anon_module modules/mod_authn_anon.so
# FMS(141)
LoadModule authn_anon_module modules/mod_authn_anon.so
# 2.2.19(67) #LoadModule authn_dbd_module modules/mod_authn_dbd.so
# 2.2.19(68) #LoadModule authn_dbm_module modules/mod_authn_dbm.so
# FMS(142) #LoadModule authn_dbm_module modules/mod_authn_dbm.so
# 2.2.19(69) LoadModule authn_default_module modules/mod_authn_default.so
# FMS(143)
LoadModule authn_default_module modules/mod_authn_default.so
# 2.2.19(70) LoadModule authn_file_module modules/mod_authn_file.so
# FMS(144)
LoadModule authn_file_module modules/mod_authn_file.so
# 2.2.19(71) #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
# 2.2.19(72) #LoadModule authz_dbm_module modules/mod_authz_dbm.so
# FMS(145) #LoadModule authz_dbm_module modules/mod_authz_dbm.so
# 2.2.19(73) LoadModule authz_default_module modules/mod_authz_default.so
# FMS(146)
LoadModule authz_default_module modules/mod_authz_default.so
# 2.2.19(74) LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
# FMS(147)
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
# 2.2.19(75) LoadModule authz_host_module modules/mod_authz_host.so
# FMS(148)
LoadModule authz_host_module modules/mod_authz_host.so
# 2.2.19(76) #LoadModule authz_owner_module modules/mod_authz_owner.so
# 2.2.19(77) LoadModule authz_user_module modules/mod_authz_user.so
# FMS(149)
LoadModule authz_user_module modules/mod_authz_user.so
# 2.2.19(78) LoadModule autoindex_module modules/mod_autoindex.so
# FMS(150)
LoadModule autoindex_module modules/mod_autoindex.so
# 2.2.19(79) #LoadModule cache_module modules/mod_cache.so
# 2.2.19(80) #LoadModule cern_meta_module modules/mod_cern_meta.so
# FMS(151) #LoadModule cern_meta_module modules/mod_cern_meta.so
# 2.2.19(81) LoadModule cgi_module modules/mod_cgi.so
# FMS(152..154)
<IfModule mpm_winnt_module>
LoadModule cgi_module modules/mod_cgi.so
</IfModule>
# FMS(155..157)
<IfModule worker_module>
LoadModule cgid_module modules/mod_cgid.so
</IfModule>
# 2.2.19(82) #LoadModule charset_lite_module modules/mod_charset_lite.so
# 2.2.19(83) #LoadModule dav_module modules/mod_dav.so
# FMS(158)
LoadModule dav_module modules/mod_dav.so
# 2.2.19(84) #LoadModule dav_fs_module modules/mod_dav_fs.so
# FMS(159)
LoadModule dav_fs_module modules/mod_dav_fs.so
# 2.2.19(85) #LoadModule dav_lock_module modules/mod_dav_lock.so
# 2.2.19(86) #LoadModule dbd_module modules/mod_dbd.so
# 2.2.19(87) #LoadModule deflate_module modules/mod_deflate.so
# FMS(160)
LoadModule deflate_module modules/mod_deflate.so
# 2.2.19(88) LoadModule dir_module modules/mod_dir.so
# FMS(161)
LoadModule dir_module modules/mod_dir.so
# 2.2.19(89) #LoadModule disk_cache_module modules/mod_disk_cache.so
# 2.2.19(90) #LoadModule dumpio_module modules/mod_dumpio.so
# 2.2.19(91) LoadModule env_module modules/mod_env.so
# FMS(162)
LoadModule env_module modules/mod_env.so
# 2.2.19(92) #LoadModule expires_module modules/mod_expires.so
# FMS(163) #LoadModule expires_module modules/mod_expires.so
# 2.2.19(93) #LoadModule ext_filter_module modules/mod_ext_filter.so
# 2.2.19(94) #LoadModule file_cache_module modules/mod_file_cache.so
# FMS(164) #LoadModule file_cache_module modules/mod_file_cache.so
# 2.2.19(95) #LoadModule filter_module modules/mod_filter.so
# 2.2.19(96) #LoadModule headers_module modules/mod_headers.so
# FMS(165) #LoadModule headers_module modules/mod_headers.so
# 2.2.19(97) #LoadModule ident_module modules/mod_ident.so
# 2.2.19(98) #LoadModule imagemap_module modules/mod_imagemap.so
# FMS(166)
LoadModule imagemap_module modules/mod_imagemap.so
# 2.2.19(99) LoadModule include_module modules/mod_include.so
# FMS(167)
LoadModule include_module modules/mod_include.so
# 2.2.19(100) #LoadModule info_module modules/mod_info.so
# FMS(168)
LoadModule info_module modules/mod_info.so
# 2.2.19(101) LoadModule isapi_module modules/mod_isapi.so
# FMS(169..171)
<IfModule mpm_winnt_module>
LoadModule isapi_module modules/mod_isapi.so
</IfModule>
# 2.2.19(102) #LoadModule ldap_module modules/mod_ldap.so
# 2.2.19(103) #LoadModule logio_module modules/mod_logio.so
# 2.2.19(104) LoadModule log_config_module modules/mod_log_config.so
# FMS(172)
LoadModule log_config_module modules/mod_log_config.so
# 2.2.19(105) #LoadModule log_forensic_module modules/mod_log_forensic.so
# 2.2.19(106) #LoadModule mem_cache_module modules/mod_mem_cache.so
# 2.2.19(107) LoadModule mime_module modules/mod_mime.so
# FMS(173)
LoadModule mime_module modules/mod_mime.so
# 2.2.19(108) #LoadModule mime_magic_module modules/mod_mime_magic.so
# FMS(174)
LoadModule mime_magic_module modules/mod_mime_magic.so
# 2.2.19(109) LoadModule negotiation_module modules/mod_negotiation.so
# FMS(181)
LoadModule negotiation_module modules/mod_negotiation.so
# 2.2.19(110) #LoadModule proxy_module modules/mod_proxy.so
# FMS(175) #LoadModule proxy_module modules/mod_proxy.so
# 2.2.19(111) #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
# FMS(176) #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
# 2.2.19(112) #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
# FMS(177) #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
# 2.2.19(113) #LoadModule proxy_connect_module modules/mod_proxy_connect.so
# FMS(178) #LoadModule proxy_connect_module modules/mod_proxy_connect.so
# 2.2.19(114) #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
# FMS(180) #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
# 2.2.19(115) #LoadModule proxy_http_module modules/mod_proxy_http.so
# FMS(179) #LoadModule proxy_http_module modules/mod_proxy_http.so
# 2.2.19(116) #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
# 2.2.19(117) #LoadModule reqtimeout_module modules/mod_reqtimeout.so
# 2.2.19(118) #LoadModule rewrite_module modules/mod_rewrite.so
# FMS(182)
LoadModule rewrite_module modules/mod_rewrite.so
# 2.2.19(119) LoadModule setenvif_module modules/mod_setenvif.so
# FMS(183)
LoadModule setenvif_module modules/mod_setenvif.so
# 2.2.19(120) #LoadModule speling_module modules/mod_speling.so
# FMS(184) #LoadModule speling_module modules/mod_speling.so
# 2.2.19(121) #LoadModule ssl_module modules/mod_ssl.so
# FMS(190) #LoadModule ssl_module modules/mod_ssl.so
# 2.2.19(122) #LoadModule status_module modules/mod_status.so
# FMS(185)
LoadModule status_module modules/mod_status.so
# 2.2.19(123) #LoadModule substitute_module modules/mod_substitute.so
# 2.2.19(124) #LoadModule unique_id_module modules/mod_unique_id.so
# FMS(186)
LoadModule unique_id_module modules/mod_unique_id.so
# 2.2.19(125) #LoadModule userdir_module modules/mod_userdir.so
# FMS(187)
LoadModule userdir_module modules/mod_userdir.so
# 2.2.19(126) #LoadModule usertrack_module modules/mod_usertrack.so
# FMS(188) #LoadModule usertrack_module modules/mod_usertrack.so
# 2.2.19(127) #LoadModule version_module modules/mod_version.so
# 2.2.19(128) #LoadModule vhost_alias_module modules/mod_vhost_alias.so
# FMS(189) #LoadModule vhost_alias_module modules/mod_vhost_alias.so
# FMS(191)
LoadModule f4fhttp_module modules/mod_f4fhttp.so
# This section includes items that appear in _BOTH_ in the FMS version of httpd.conf and the 2.2.19 version
# The numbers in parentheses are line numbers in the indicated httpd.conf file.
# In some case the lines appear identically in both versions.
# In some case the changes are not simple alternatives (see mpm_winnt_module for example)
# 2.2.19(46)
# Listen 80
# FMS(12)
Listen 8134
# 2.2.19(130..144)
# <IfModule !mpm_netware_module>
# <IfModule !mpm_winnt_module>
# User daemon
# Group daemon
# </IfModule>
# </IfModule>
# FMS(123..126)
<IfModule mpm_winnt_module>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>
# 2.2.19(179)
# DocumentRoot "c:/Apache2/htdocs"
# FMS(39)
DocumentRoot "../webroot"
# 2.2.19(189..194)
# <Directory />
#     Options FollowSymLinks
#     AllowOverride None
#     Order deny,allow
#     Deny from all
# </Directory>
# FMS(43..50)
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Satisfy all
</Directory>
# 2.2.19(206..234)
# <Directory "c:/Apache2/htdocs">
#     Options Indexes FollowSymLinks
#     AllowOverride None
#     Order allow,deny
#     Allow from all
# </Directory>
# FMS(51..56)
<Directory "../webroot">
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# 2.2.19(240.242)
# <IfModule dir_module>
#     DirectoryIndex index.html
# </IfModule>
# FMS(41)
DirectoryIndex index.html index.html.var index.php index.php3 index.php4 index.php5 index.py index.pl index.rb
# 2.2.19(248..252)
# <FilesMatch "^\.ht">
#     Order allow,deny
#     Deny from all
#     Satisfy All
# </FilesMatch>
# FMS(118..121)
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>
# 2.2.19(261)
# ErrorLog "logs/error.log"
# FMS(34)
ErrorLog logs/error_log
# 2.2.19(268)
# LogLevel warn
# FMS(35)
LogLevel info
# 2.2.19(270..297)
# <IfModule log_config_module>
#     LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
#     LogFormat "%h %l %u %t \"%r\" %>s %b" common
#     <IfModule logio_module>
#       LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
#     </IfModule>
#     CustomLog "logs/access.log" common
# </IfModule>
# FMS(36..37)
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog logs/access_log combined
# 2.2.19(299..328)
# <IfModule alias_module>
#     ScriptAlias /cgi-bin/ "c:/Apache2/cgi-bin/"
# </IfModule>
# FMS(77)
ScriptAlias /cgi-bin/ "cgi-bin/"
# 2.2.19(342..347)
# <Directory "c:/Apache2/cgi-bin">
#     AllowOverride None
#     Options None
#     Order allow,deny
#     Allow from all
# </Directory>
# FMS(78..83)
<Directory "cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
# 2.2.19(358)
# DefaultType text/plain
# FMS(196)
DefaultType text/plain
# 2.2.19(360..406)
# <IfModule mime_module>
#     TypesConfig conf/mime.types
#     #AddEncoding x-compress .Z
#     #AddEncoding x-gzip .gz .tgz
#     AddType application/x-compress .Z
#     AddType application/x-gzip .gz .tgz
#     #AddHandler cgi-script .cgi
#     #AddHandler type-map var
#     #AddType text/html .shtml
#     #AddOutputFilter INCLUDES .shtml
# </IfModule>
# FMS(194)
TypesConfig conf/mime.types
# FMS(200..201)
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
# FMS(204..206)
AddHandler type-map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
# 2.2.19(413)
#MIMEMagicFile conf/magic
# FMS(195)
MIMEMagicFile conf/magic
# 2.2.19(474..484)
# <IfModule ssl_module>
# SSLRandomSeed startup builtin
# SSLRandomSeed connect builtin
# </IfModule>
# FMS(208.211)
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

Similar Messages

  • Why is a book I want to purchase coming up as no longer available?

    I'm attempting to purchase J.R. Ward's "The King" from the iBooks store but when I click on Buy Book I get a message that the book is no longer available.

    It's a problem with the App Store / iTunes.
    Confirmed cannot d/l previously purchased and read books on iPad, video content to either iPad or Apple TV, or apps from the App Store for Mac.

  • Why do all of my previously purchased app say they are no longer available?

    Each time I try to download a previously purchased app, a message says it is no longer available.  It even happens with my movies I've purchased.  Is iCloud down or something?

    There currently appears to be a problem with the iTunes Store. Try again tomorrow.
    Cheers,
    GB

  • Does HP have updated software & drivers available & compatable with windows 10

    Up graded my HP Pavillion 17z f100 CTO energy star to windows 10 a few days back and not more than 2 hours later I was infected with crossbrowse & one other browser hijacker (something like infinity )along with a host of other bundled up malware and adware - Took several hours to un-install & clean up those Pernicious Kinits and I'm still not certain if a few of them aren't lurk'en in the creases - Niether MS Defender nor any of their various virus scans even detected the obvious malware so I pulled & ran a few malware links off the MS forums page - they did help but like I said I'm still a bit hinky about how thourough they were Then today I visited HP's support page to make sure I was runn'en the most current and appropriate software and drivers compatable with Windows 10 - yet when I went to up-date them I was not given the option to choose win10 as my OS only 8.1 so I opted to pass until I investigated further - I have 2 actually 3 questions for all my HP heroes out there who have been of such tremendous help in the past - 1 ) Does HP even have new software & driver updates available and designed for compatability with win10 and if so why do you suppose they were not available to me on the support site - woulda thought HP would have had them ready for the release - 2 ) Has anyone even heard of any current Malware removers that are effective with win 10 3 ) I fear that I may have pulled the trigger to quickly by installing win 10 before taking a few  temperture readings first - So honestly would you all advise that I revert back to 8.1 for a few months until the bugs are worked out of the new operating system  or is confidence in the rapid success of win10  high enough that it might warrant stick'en it out - I know alot of you have been runn'en the preview versions for some months now & I do trust your opinions and follow your advice - Once again I thank you for your time and consideration an shall look forward to your responses - Paintbrush -

    The only solution for the officejet 4315v is the in-OS driver in WIndows 7,  there is no full feature software availible for this printer in that OS.
    I was an HP employee
    If I have helped you solve your issue please mark it as solved
    **Say Thanks By Clicking on the Kudos Star**

  • I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to che

    I installed a new printer and now Photoshop Elements tells me I can't print.  The error message is "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing."  I have uninstalled and re-installed Photoshop Elements, checked my printer settings and still I can't print a photo.

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • I have PSE13 on my system.  It was functioning properly and now I get these messages when I go to print:  "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You need to c

    I have PSE13 on my system, Windows 8.1, 64-bit.  It was functioning properly after installation and now I get these messages when I go to print:  "The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You need to check your printer settings before printing."  and then this statement:  "Default printer could not be opened."  I have reloaded drivers for both printers and made any upgrades possible.  It was working fine before and now all of a sudden, nothing.  Would prefer to have old PSE v.12 back, it worked with no problems.

    See this thread
    My Photoshop Elements 13 doesn't recognize my Canon PRO-10 printer. I've tried EVERYTHING. Reinstalled all my software, didn't fix anything. Can anyone help?

  • I bought a bbc top gear mag subscription, but it says I need to download a update. The app symbol no longer exists on my ipad and this bbc app is no longer available in Australia to reload. In settings newsstand the subscription still exists

    Hi All, I have purchased a BBC top gear magazine subscription thru the App Store about 6 months ago. This bbc app is no longer available to download in Australia because of the Australian version of the mag now being available. Firstly the app symbol has completely disappeared from my ipad. I can still locate my original purchase in settings>newsstand and subscriptions updates are enabled. My second problem is I cannot download any new magazine editions because a message says I need to update the app. Since their is no app to update on my ipad and the app no longer exists/ is available in App Store Australia I'm kind of stuck. The app is available in the USA App Store but I cannot join because I'm not a resident of the us. Any help would be appreciated thanks Fassihire

    I think your best bet here is to contact the app developer. Sounds like you need advanced troubleshooting that someone who is a part of the app would know best how to resolve. Best of luck.

  • I cant print and get this message, "adobe elements, "the saved printer information is not compatible with this version of photoshop elements, or the saved printer is no longer available. you will need to check with your printer settings before printing."

    I keep getting this message when trying to print in adobe elements, I am using a new Epson WF-3640 printer
    "the saved printer information is not compatible with this version of photoshop elements, or the saved printer is no longer available. you will need to check with your printer settings before printing.

    Hi,
    If you are working in PSE13, please update it to latest PSE13.1 update available and see if it helps.
    To apply update, you can go to Help > Updates and there you can see PSE13.1 update.
    Thanks,
    Anwesha

  • I need to upgrade from Safari 5.1.10.  I went to the bestbuy site indicated and that product is no longer available.  What else can I do?

    I need to upgrade from Safari 5.1.10.  Went t the best buy site you indicated but that product is no longer available.  Now what do I do?

    What model MacBook Pro and what version OSX do you have?
    Safari is download as an update to OSX.
    It maybe yo have to update OSX version to get the latest Safari version.
    SOme model Macs can be updated to latest version of Safari/OSX since the hardware does not support it.
    BTW this is the Mac Pro desktop forum

  • Adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it.

    adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it. what should i do?  my operating system is Mac 10.7.5

    You don't need Adobe AIR to download or install Adobe Reader.
    Try downloading the offline installer from http://get.adobe.com/reader/enterprise/

  • The basic sliders disappeared. Including the Exposure, Contrast, Highlights, Shadows, Whites, Blacks, Clarity and Vibrance Sliders are no longer available. I need help to get them back

    The basic sliders disappeared. Including the Exposure, Contrast, Highlights, Shadows, Whites, Blacks, Clarity and Vibrance Sliders are no longer available. I need help to get them back on the program. 
    I can't figure out where the sliders went and how to put them back on. Anyone have any suggestions?
    Thanks

    In Lightroom, go to the Window menu, select Panels, select Basic

  • After update Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login

    After automatic update to 32.2 (then I tried to update to 33.0 beta with no improvement) Firefox keeps returning a "Gone The requested resource /administrator/index.php is no longer available" reponse when trying to access joomla login. The problem is there even when I fill manually the fileds "user" and "password" in the joomla admin login page. The problem appears in different sites on different servers, and do not occurr using Google Chrome. It's clearly a Firefox issue. Could you please give me some ideas on how to solve ?

    Works here.
    *http://www<i></i>.centrostellapolare<i></i>.it/administrator/index<i></i>.php
    Try to disable IPv6 (check for other possible causes as well).
    *http://kb.mozillazine.org/Error_loading_websites

  • I need to put my iPod's music into my new iPhone, but the computer where I had my iTunes is no longer available, how can I do it?

    The computer that contained my music library and videos is no longer available, I bought an iPhone but I want to put my music and videos from my iPod touch in it, how do I do it?

    This user tip should be helpful. It refers to the iPhone, but it's equally valid for iPods as well…
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • I keep getting an alert that says I need to update an app but the update "is no longer available?"

    I keep getting an alert on tge App Store icon that I have an update available. But, when I get to iTunes to update, I get a message that "the item I chose is no longer available." The item/app shows up on the updates page but I can't seem to update it or even delete it! Suggestions?

    If you hold your finger on the Craiglist App, until all Apps Jiggle, do you get an X on the upper right hand corner of the app and if you touch the X, does the app not delete?  If you can delete it, you can redownload it and you'd get the current version.

  • I accidentially deleted podcasts from 2010.  I want to retrieve them, they are no longer available on line.

    I was in ITunes, in my Podcasts list.  I hit the icon (semicircle, with an arrow pointing clockwise) and all my podcasts were deleted.  They were also deleted from my IPod.  The podcasts were from 2010 and are no longer available in ITunes.  Is there any way to retreive them?

    richbernsteinatindianharbor wrote:
    I tried looking in i photo and other sites but none to be found.
    Ok, the main thing is not to use the SD card or place anything on it.
    The photo's are still there, not overwritten yet.
    Here's a interesting set of posts I've found, read all of them and make a decision.
    PhotoRec is not easy - requires terminal skills and Rosetta installed - does a good job - free
    EXIF UnTrasher is free but has partial success
    PhotoRescue by DataRescue is payware - does a good job
    You need to LOCK your SD card (little slide switch) before connecting to the Mac or it tries to write a file on it and will overwrite some of your data your trying to recover.
    http://hints.macworld.com/article.php?story=20060207071933143
    Good Luck, I hope you get your files back

Maybe you are looking for

  • MSI K7N2 Delta-ILSR Noisy Northbridge fan

    Hi I'm having a problem with the nforce chipset fan on my K7N2 Delta-ILSR. It makes a horrible wailing sound when cold booting and is only running at about 2500rpm instead of 4000rpm. It does this usually for about 30 seconds then runs normally. Does

  • Safari won't open browsing window

    I was surfing the web in safari and it froze, I force quit it and when I tried to open it again it was acting funny. Main browser window won't open at all, and when it does open it doesn't browse the web. I then installed 10.6.5 and Safari 5.03 updat

  • How to call  a jar file for the dynamic menu

    hi , I am using JDEV 11.1.2.2.0 version. My problem is this, when dynamic tree populate using java bean class(data come from the table) how can we call a jar files(seperate projects jars) to each link of the tree. plz help... -Harsh-

  • Color of Hyperlink Changes When I Convert a Document Created in Pages to a PDF

    I am currently using Pages 09 to design an eBook.  When I convert my Pages document to a PDF some of the hyperlinks change colors from medium to dark blue.  I am currenlty using the latest version of Adobe Reader (9.46).  I have been to Apple store t

  • Will the iphone 5s unlocked support metro pcs byod?

    Does the 5s support metro pcs gsm network?