Links that used to work with pre Firefox v4.0 no longer work

I need access to a work related website. the main page of the website opens up with out any issues, but when I click on any of the links nothing happens. This is a new issue that only started once I upgraded to Firefox 4.0. I previously had no issues using this website with Firefox before. I tried using the website with Explorer and had no issues.

I have iPhone software 2.2.1 (SH11),
MAC 0S X 10.5.5
XCode 3.1.2
In organiser it says The Developer Disk Image could not be mounted.
Xcode could not find an appropriate Developer Disk Image to mount on Richard’s iPhone. Please contact Apple for the 2.2.1 (5H11) device support package.
Also in Xcode it says that the active sdk is Device - 2.2. There is no version 2.2.1 for me to select and I cannot add a new active SDK.
I have downloaded the iphonesdk_for_iphone_os2.2.19m2621afinal.dmg and tried installing it which had no effect to the error above.
I tried uninstalling Xcode then re-installing using this sdk but again no effect
I tried installing the iPhoneSDK_2.2 on its own but again no effect
I tried restoring the iPhone but again no effect
I've tried the above numerous times, restarting xcode and restating the complete system but still to no effect.
I am relatively new to MACs so I might be doing something wrong (ie not installing or uninstalling properly) but I am really lost now as to what to do.
Please advise.
Thanks
Richard

Similar Messages

  • Progams that work with Alltel and Suddenlink are no longer working with VERIZON (IRC)

    I have worked this issue TO DEATH already and am getting FED UP!
    I have been polite and nice and called customer support to get very short and not very explicit answers to this issue.  
    Complaint #1: When I call technical support and ask questions more complicated than " How do I plug in my computer?" they inform they are transferring me to TECHNICAL support.  Okay so who did I call in the first place if not tech support.
    Problem:  IRC ( Internet Relay Chat)  Is one of the main things that I enjoy doing online.  Some do games, some do work.  I do it all through my little IRC program.  When I was with Alltel and had my little blackberry pearl.  I could even get onto irc just fine that way.  Getting on via a cell phone is kind of a pain.  Small keyboard and lots of typing isn't my idea of that relaxing but.. okay whatever at least I could get on.  Since Alltel became Verizon I was told to upgrade my phone to the brand new Blackberry Curve.  Well now IRC didn't work.  I upgraded to the LG Vortex.  Now it works on my phone.  So I upgraded my wireless card too and IRC worked just fine for a long time.  NOW we are back to the same old same old.
    For those of you not familiar with the program just wiki it.  I have been told by NUMEROUS customer support reps that this program is not being blocked so this is the list of things I went through to make sure it was indeed NOT me or my computer.
    Step 1: System restored before most recent updates to the last date that it was working.
    NO GO
    Step 2: Disabled firewall and virus software temporarily and even turned down my security on my browser
    NO GO
    Step 3: Re updated my computer and updated my firmware on my MIFI2200 card. 
    No go
    Step 4-7 Called customer Support
    NOPE.
    Still waiting.  I am paying for a service that is not providing.  My entire family was with Alltel and is now with Sprint.  I just keep asking myself why am I still with Verizon when all we ever do is fight.  I hate to admit it to the kids but I think it's time for a divorce from you if we can't get this issue resolved.  Before upgrading to these devices I even asked store reps if irc programs would work and they assured me " OH YES!  With these new upgrades things will be better than ever!" 
    I realize to some this seems like not a very big deal, but when I am paying for a service so that I can come home relax, maybe take a few art commisions while chatting on irc and all the sudden I either can't use it or can use it when I couldn't before it's amazingly frustrating.  I have taken my computer over to other people's houses to see if turning my security all the way back up as well as my firewall made a difference, but on any provider OTHER than verizon I can connect just fine.
    Tell me WHY Verizon.  Tell me why you either can't fix this.. or won't fix this.
    Security issues?  That's my problem.  If I want to connect to a DNS server based program that connects via different ports.. that should be MY decision.  You should NOT get to make that choice for me.  
    It's amazing I went to the customer support for IRC and they told me that Verizon doesn't allow you to use IRC.  I have checked NUMEROUS boards and discussion forums only to have them tell me that VERIZON does NOT allow you to use IRC.   However when I talk to Verizon they say " No it must be you.. "  Well I am not taking that excuse anymore.  I've done my share of work on this problem.  Now it's your turn.  Sorry to be rude.. but I paid for the mIRC program, and take artwork commisions over it as well.  I probably pay more for verizon's service than I would with sprint (so says the rest of the family).  
    Please give me some real answers and real tech support. 
    Thanks for any help. 

    I choose option 3.  The moment I talk to them about anything more complicated than the bare basics of getting connected they tell me they will transfer me to " tech support."  Very frustrating lol.  I always wonder who I was on the phone with prior to that because it says Tech support but clearly there must be different levels of their support lines.  Sometimes I get someone who will talk and work with me, but generally I get someone who says " Okay I have down your issue and I'll pass it along.."  then they hang up.  However I have been transferred twice in one sitting from "tech support" to Tech support.  So I dunno.  I think they don't have an answer and so they run me in circles.

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • I NEED HELP TO GET "TEXT TWIST" TO WORK with your Firefox thing.

    How do I get the game "Text Twist" to work with Mozilla Firefox?
    When I go to play "Text Twist" I get a message that says :
    'This game uses Active X controls or Java and can't be viewed in Firefox. Many games on the MSN Games site can be played using Firefox. To view a list of the top games you can play using Firefox, click here.'
    Why can't I access this game?

    Firefox doesn't do ActiveX.
    [https://support.mozilla.com/en-US/kb/ActiveX]

  • I upgraded to 6.02 and still get this message from Gmail: "You are using an old version of Firefox which Gmail no longer supports. Some features may not work correctly. Upgrade to new version."

    When I opened Gmail in my Firefox browser, I got a message I've never seen, before: "You are using an old version of Firefox which Gmail no longer supports. Some features may not work correctly. Upgrade to new version." I clicked on upgrade to a new version and was taken to the Mozilla site, where I downloaded the latest version of Firefox... then, when I restarted my computer, Gmail still gives me the same message!! What's going on?

    Firefox 4 and later require at least OS X 10.5 and a Mac with an Intel processor.
    *http://www.mozilla.org/firefox/12.0/system-requirements/
    For an unofficial Firefox ESR 10.0.4 compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    *http://www.floodgap.com/software/tenfourfox/
    *http://www.macupdate.com/app/mac/37761/tenfourfox
    Be aware that TenFourFox doesn't support plugins.
    *http://code.google.com/p/tenfourfox/wiki/ReleaseNotes1004
    *http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    *http://code.google.com/p/tenfourfox/wiki/AAATheFAQ

  • I use Time Machine with an external hard disc which has worked perfectly for some years.  Recently Time Machine has aborted backups if the screen saver starts when back-up is in progress. I use a Maxtor OneTouch4 back-up system.  Any ideas?

    I use Time Machine with an external hard disc which has worked perfectly for some years.  Recently Time Machine has aborted backups if the screen saver starts when back-up is in progress. I use a Maxtor OneTouch4 back-up system.  Any ideas?
    Has Apple recently up-dated my OS (Lion) such that every time the screen saver starts it disables Time Machine.  I have to switch-off the computer and re-start in order to undertake  a back-up.  I have now switched of all screen savers.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • Simple guide for using SQLite Manager with Mac Firefox browsing history

    Is there a basic beginner step-by-step guide (rather then a detailed user manual) on using SQLite Manager to work with Mac Firefox browsing history? Thank you!

    Firefox doesn't have many option to mange the History.
    You can only delete items or copy and paste them to bookmarks.
    Using the SQLite Manager extension to make changes to the History is not really recommended because a lot of tables are involved.<br />
    The extension is suited to inspect or export specific entries occasionally, but not for doing more complicated operations.

  • [svn:fx-trunk] 5019: ASDoc updates to indicate that some Halo containers do not work with the Spark equiv (ControlBar does not work with Spark Panel/ AppControlBar does not work with Spark Application), and indicate that Canvas, Box, Tile, Panel have Spa

    Revision: 5019
    Author: [email protected]
    Date: 2009-02-19 13:17:21 -0800 (Thu, 19 Feb 2009)
    Log Message:
    ASDoc updates to indicate that some Halo containers do not work with the Spark equiv (ControlBar does not work with Spark Panel/AppControlBar does not work with Spark Application), and indicate that Canvas, Box, Tile, Panel have Spark equivs
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • My iMessage only works with one contact in my phone. I text several people that have the iphone 4s, theirs works with other people. But mine only works with one person. Why?

    My iMessage only works with one contact in my phone. I text several people that have the iphone 4s, theirs works with other people. But mine only works with one person. Why?

    about message http://support.apple.com/kb/HT3529
    troubleshooting message http://support.apple.com/kb/ts2755

  • Adobe Activation error I bought a used CS2 application with serial numbers: it loads fine and works, but I cannot activate it and it will run out in 26 days. I bought it on ebat for 40 dollars. I am willing to pay a royalty fee. In 2006, or so, I bought a

    Adobe Activation error I bought a used CS2 application with serial numbers: it loads fine and works, but I cannot activate it and it will run out in 26 days. I bought it on ebat for 40 dollars. I am willing to pay a royalty fee. In 2006, or so, I bought a student version of CS2 at the College bookstore legally and registered it and it is still running on my 2002 eMac, but my Mac cannot communicate with my wireless printer I just got. So I looked for a copy of CS2 to put on my second hand IBM PC.

    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • I have firefox 7 and still get warnings "You are using an old version of Firefox which Gmail no longer supports or Google Plus incompatible. How can I fix?

    When I tried to join Google Plus I get the message Browser no longer supported. First Happened when using firefox 6.0.2 and still happens now with FF 7.
    Also Gmail shows "You are using an old version of Firefox which Gmail no longer supports. Some features may not work correctly"
    and at the bottom of this page the "educated guess" about my browser shows 3.0.15

    Your about:config has been modified with the lines
    general.useragent.extra.microsoftdotnet
    ( .NET CLR 3.5.30729)
    general.useragent.override
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.15; .NET CLR 2.0.50727; ffco7) Gecko/2009101601 Firefox/3.0.15 …
    That is why Google is reporting old version.
    You need to ether find out why or create a new profiles and see if this line is gone. [[Profiles]]
    There is some verbose about MS, but I don't know of any MS add-on that would do this.

  • I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?

    I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?
    Thanks!

    You didn't mention the kind of track in GB you are trying to create, but if you are connecting the keyboard with a guitar chord to the Tascam, you will need to set up a Real Instrument Track in GB to hear anything. If your keyboard has a midi out, use a midi cable to the midi input of the Tascam, create Software Instrument Track, and you will hear something. But with a guitar chord, it won't send the right signal to a Software Instrument Track. The headphone jack in the Tascam monitors the signal coming back to it out of GB (if you choose the US-122 as your monitor in GB's preferences), so you wouldn't hear your keyboard if the track is not set up correctly. It could be the drivers, but since you didn't mention the type of keyboard or the type of GB track, I thought that might be a possible answer as well.
    eMac   Mac OS X (10.3.8)  

  • Does Airport Extreme works with Lenovo ThinkPad(L420), Does Airport Extreme works with Lenovo ThinkPad(L420)

    Does Airport Extreme works with Lenovo ThinkPad(L420), Does Airport Extreme works with Lenovo ThinkPad(L420)

    The AirPort Extreme fully implements the IEEE 802.11 wireless protocols for a through n and will work with any computer that uses a compliant version of any of those protocols.  So, yes it will work with the Lenovo as long as the Lenovo is not doing something strange with wireless.

  • Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....

    Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....
    -CharlieH23

    Copy and paste only this area, you may have to scroll down.
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2494 MHz
    Built-in memory: 6019 MB
    Free memory: 3360 MB
    Memory available to Photoshop: 5227 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 2112 MB
    Video Card Vendor: Intel
    Video Card Renderer: Intel(R) HD Graphics 4000
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    Video Card Number: 1
    Video Card: Intel(R) HD Graphics 4000
    Driver Version: 10.18.10.3958
    Driver Date: 20140930000000.000000-000
    Video Card Driver: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
    Video Mode: 1366 x 768 x 4294967296 colors
    Video Card Caption: Intel(R) HD Graphics 4000
    Video Card Memory: 2112 MB

  • I am running 10.8 and I am trying to get a E-mu 1x1 midi/usb connector to work with my keyboards. It's not working with any keyboard at all. I believe it is a Mainstage/Mac issue. Mainstage can recognize the the interface but it won't work.

    I am running 10.8 and I am trying to get a E-mu 1x1 midi/usb connector to work with my keyboards. It's not working with any keyboard at all. I believe it is a Mainstage/Mac issue. Mainstage can recognize the the interface but it won't work.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

Maybe you are looking for

  • When do we get 32 Bit Multi touch Drivers? (Windows 7)

    Computer: HP TX2z Operating system: Windows 7 Home I am a little frustrated that over six weeks after the release of the 64 Bit drivers for our multi touch screens there is still nothing available for us 32 bit users. All I see is comments that they

  • Not able to start up from Apple Care Cd

    My G5 Server will not start up from the Apple Care CD. Has anyone had this problem? I have files on there from InDesign that when I run Norton says they are damaged. I want to try to run Tech Tools to try to fix them, but can not get the CD to start

  • How to call methos form server to client

    Hello Friends                    I m working in flex3.0 and i just want to know that how can i call a function from fms server to my AS3.0 (Client Side) code. i tried the syntax client.call(methodname,null,null); but my flex code throw exception unab

  • I question for the people's out there who have the silicone case for the Micro, aka Rhino Sk

    I have the silicone case too, aka Rhino skin. what i was wondering, do you us the black belt clip that comes with it's the reason i ask is because i used it once just to try it out. it seems like when ever you press down on it so you can clip it to y

  • IOS5 can't turn off banners for iMailG

    I am getting a banner alert for this app, but when I go to the settings, the options for None/Banner/Alerts are not given for iMailG.  The settings for that app are only "Notification Center, Show "#" Recent Items, Badge Icon, Sounds, and View In Loc