Libary website links no longer work after "upgrading" to FF 10 and up

Greetings, since upgrading to FF 10.0.1 & 10.0.2 my library website (http://www.lincc.org) links do not work when clicked. The current page just reloads. Found last night that if I clear the cache before each link click it works fine. How do I submit this bug?

I did as suggested, started in safe mode with extensions disabled, hardware acceleration disabled, and themes set to default. Issue still occurs. A question was made what type of links are they, "regular or javascript". Sorry I don't know. Here are copies of two of the links.
http://www.lincc.org/uhtbin/cgisirsi/?ps=5BJOlHQhbr/CA/162450434/30/BLASTOFF
http://www.lincc.org/uhtbin/cgisirsi/?ps=nXsR6wrNvF/CA/162450434/2/1000

Similar Messages

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • IPad app no long works after upgrading to iOS 7.1.1

    iPad app no long works after upgrading to iOS 7.1.1

    Did you try deleting then reinstalling the app?  Sometimes developers will need to update their apps for compatibility.  If it still doesn't work after reinstalling, wait a few days to see if an app update becomes available.

  • IPhoto no longer work after upgrading to Mavericks.

    My iPhoto will no longer work after upgrading to Mavericks. iPhoto will not update. How do I fix this?

    kmg55 wrote:
    Just upgraded and Iphoto will not work,
    Check that iPhoto is v9.5.1 (In Applications, highlight iPhoto, and ⌘I)
    If it is v9.5.1, then hold option-command and click the iPhoto icon and go through the repair steps.

  • HT2188 home button no longer working after upgrade to io6 on my iphone4...any ideas to fix this problem

    home button no longer working after upgrade to ios6 software on my iphone4..anything i can do to frix this or apple send me a new device.  phone no good without a home button

    The button's broken.  S**t happens.  Apple will replace your phone.  If in waranty it will be free of charge.  If not, you will pay $149. 
    You can elect to have it repaired at a 3rd party shop near you if you choose, but this will void all warranty if there's any left.

  • Script no longer works after Upgrade to 10.4.6

    The following script worked fine using 10.4 thru 10.4.5 but no longer works after upgrading to 10.4.6.
    When I highlight a folder and then run the script the highlighted folder is moved to a specific "Achive" folder, depending on whether the highlighted folder has a ".0" or ".1" or etc in its name.
    When I run the script using 10.4.6 I get an error indicating that the highlighted folder already exists in the destination.
    Anyone else having Applescript problems with 10.4.6?
    --Bob
    tell application "Finder"
    activate
    set fname to selection as string
    if fname contains "0." then
    move selection to folder "ARCHIVE" of folder "0JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "1." then
    move selection to folder "ARCHIVE" of folder "1JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "2." then
    move selection to folder "ARCHIVE" of folder "2JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "3." then
    move selection to folder "ARCHIVE" of folder "3JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "4." then
    move selection to folder "ARCHIVE" of folder "4JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "5." then
    move selection to folder "ARCHIVE" of folder "5JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "6." then
    move selection to folder "ARCHIVE" of folder "6JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "7." then
    move selection to folder "ARCHIVE" of folder "7JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "8." then
    move selection to folder "ARCHIVE" of folder "8JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "9." then
    move selection to folder "ARCHIVE" of folder "9JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end tell

    I, too, immediately started having problems with my scripts immediately after updating to OS 10.4.6. I put my scripts in "Library/Applications/..." so that the scripts associated with particular applications are available in the menu bar. I don't know if that has any bearing on the problem, but for me, it was not any particular script, but just about every one that started going funny.
    First, I noticed that my scripts would typically work right once, but fail in some odd manner the second time I tried to use one. The second thing I noticed was that the modification dates of my scripts were changing to the time that I last executed the scripts, even though I had not altered and recompiled any of them in weeks. Finally, I noticed that the scripts that were failing were ones in which I had used property statements to initialize some of my variables.
    What I think is happening is this: for some strange reason 10.4.6 is recompiling scripts every time they are run, and variables are being initialized, not to the values specified in property statements, but to whatever the variable was the last time the script ended.
    I discovered that I could prevent this from happening by (1) recompiling all my scripts to make sure all the property statements were back in effect, and then (2) setting the permissions of all my scripts to read only. This seems to prevent whatever in 10.4.6 is recompiling the scripts from doing this each time the script is run. At least, the modification dates are no longer changing inexplicably, and all my scripts are running reliably again.
    It's a bit of a pain to have to remember to reset script permissions to read/write whenever I want to make a change, and then change them back to read only before executing, but it seems to be a reliable workaround. I'd appreciate hearing if anyone else can replicate this phenomenon, or tell me if I'm on the right track.
    Jeff Johnson
    Dual 1.2 GHz   Mac OS X (10.4.6)  
    Dual 1.2 GHz    

  • I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac operating system to OS 10.8.5 (mountain lion), and gives an err message that system no longer supports PPc applications. I guess Acrobat 7 is a PPc application and wanted to know if there is any work-forward here to be able to keep using this product? I didn't see this coming.

    There may be parts of it that work if the MAC is anything like the PC. I have been able to get AA 7 to partially work on a Win7, 64-bit machine, but several work-arounds are required. The biggest one is the installation of a PS print driver and such. So, can you open Acrobat and/or Distiller? Do they seem to function? If so, there may be some workarounds. Otherwise you probably need to purchase AA XI. Actually, I would recommend purchasing the newer version anyway -- just trying to give you a picture of what might be possible.
    When you say it no longer works it is not clear what you mean. You may need to clarify and also indicated if you have tried repairing the installation and such. I can't say a lot more since I am not really familiar with the MAC.

  • Back to my mac no longer works after upgrading to Lion

    Back to my Mac no longer works after upgrading to Lion
    After I upgraded my home machines to Lion, I can no longer access them from my work computer, which is running Snow Leopard. When they were both Snow leopard, it worked fine. How can I get them working again? I don't have control over the OS on my work computer. Is it necessary for me to downgrade all of my home computers to Snow leopard in order to get them talking again?
    Additionally the binoculars icon appears in the menu bar all of the time. In previous versions, this would only happen when somebody connected to my machine. Could these problems be related?

    OK, so further investigation has addressed the BTMM issue on a remote machine.
    With all machines running lion, I was having issues trying to log in to a standard user headless machine already running.  In Snow Leopard, I had no issues with this since you can log in via screen sharing using an admin login that's running a standard login.  Lion allows multiple accounts to be signed in which is handy since you can now run virtual sessions.  This means you can admin the remote computer without bothering the remote user.
    The problem was that now logging in using admin login brings up the admin account (which makes sense) instead of the desktop to the standard login.  I applied a similar solution to a problem that was related to screen sharing I found on this board.  What I believe to be the fix is to add the standard user to the screen sharing user list.  Then screen share to the remote account using the standard user credentials. 
    So on the remote computer, in System Settings->Sharing->Screen Sharing, add the standard user to be allowed access.  Previously I only had admins.  This may not be an ideal solution for what I'm trying to do since the remote computers primary login is the standard user to be used as a common computer, but it now works so I am happy with it.
    Now my only "problem" is my AEBS complaining about my MobileMe credentials, but it doesn't appear to have an impact on BTMM performance so I'll quietly wait for a fix down the road.

  • Links no longer work after signing document

    Links no longer work after signing document - I have updated to latest version and run installation repair, is this a problem or is it supposed to do that?

    Hi;
    This question would be best asked in the Acrobat signatures Forums, it is related to using Adobe Acrobat/Reader and does not have anything to do with the online service, Adobe Fill & Sign.  Someone should be able to answer your question here: https://forums.adobe.com/community/acrobat/security_%26_digital_signatures
    Thanks,
    Josh

  • Microphone no longer works after upgrade to windows 8.1

    After upgrade to windows 8.1 my internal microphone no longer works.
    I tried installing updates suggested in other posts with similar driver problems but they did not work.
    HPSupportSolutionsFramework-en-11.51.0048 did not work.
    My internal microphone is IDT High Definition Audio Codec
    When I go through the control panel  and look at it - it shows a status of "not plugged in"
    Please help 
    thanks

    OK I am a little confused.
    There has been no response on this subject in over a week. Not since I responded to your questions regarding product name and number.
    However I just received the following email from you:
    Hello gordml,
    The questions you posted on the HP Support Forum recently received one or more answers.
    Question: Microphone no longer works after upgrade to windows 8.1
    Date: Sun Dec 21 01:01:56 PST 2014
    View the answer(s).
    Did this reply resolve your post or question?
    If yes, then share the good news! Let others know this reply was helpful by accepting this solution.
    You can also show your appreciation by giving kudos.
    We appreciate your feedback. It's what keeps our community such a helpful, vibrant place for our members.
    Thanks for being a member!
    The HP Support Forum Team"
    Why would this be sent to me if there has been no recent replies on this issue?

  • I have an Epson Perfection V100 scanner and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    I have an Epson Perfection V100 scanner and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    Check the Epson web site for updates to drivers and Epson scan software.

  • HT3669 I have an Epson Perfection V100 and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    I have an Epson Perfection V100 and can no longer scan after upgrading to Mountain Lion and Creative Suite 5.5. Any suggestions?

    Check the Epson web site for updates to drivers and Epson scan software.

  • Reports no longer work after upgrading to SCCM 2012 R2

    I upgraded my SCCM 2012 SP1 environment to R2 and reports no longer work.  I've removed the site role, waited a day, and added it.  I've also verified the account (used by the reporting site role) has access to the DB and can logon locally.  The
    problem still persists.  Here's a copy/paste of the error:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Cannot read the next data row for the dataset DataSet1. (rsErrorReadingNextDataRow)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    Microsoft.Reporting.WinForms.ReportServerException
    Conversion failed when converting the nvarchar value 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXscrubbed' to data type int.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReportSoapProxy.OnSoapException(SoapException e)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod)
       at Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID)
       at Microsoft.Reporting.WinForms.ServerReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.ServerReport.SetParameters(IEnumerable`1 parameters)
       at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms.SetParameterValues_DoWork(Object sender, DoWorkEventArgs e)
    I've tried many other TechNet solutions as well with no improvement:
    http://social.technet.microsoft.com/Forums/en-US/ae08aa43-054d-47e7-99fb-c4f101962478/reports-not-working-after-upgrade-to-sccm-2012-r2-?forum=configmanagergeneral
    http://social.technet.microsoft.com/Forums/en-US/77bad9b6-de0e-42d3-ae9f-e7c9d26b4330/reporting-error-after-upgrading-to-sccm-2012-r2?forum=configmanagergeneral
    Any other thoughts on this?

    So to be clear you have Done both the Mofcomp and Added the correct account to the Windows Authorization Access Group?
    What is version of SQL are you using?
    Is SSRS remote or local to CM12?
    What service account are you using for SSRS?
    Bases on the error message you are getting this within the console, Does the native SSRS report work? BTW I never recommend accessing the report via the console.
    http://be.enhansoft.com/post/2013/09/10/Should-Configuration-Manager-SSRS-or-ASP-Reports-be-Accessed-from-the-Browser-or-the-Console.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Sound no longer works after upgrade to Windows 8.1

    System:
    Operating System
    Windows 8.1 64-bit
    CPU
    Intel Core i5 3330 @ 3.00GHz
    23 °C
    Ivy Bridge 22nm Technology
    RAM
    8.00GB Dual-Channel DDR3 (11-11-11-28)
    Motherboard
    LENOVO MAHOBAY (SOCKET 0)
    18 °C
    Audio
    ASUS Xonar DGX Audio Device
    I sucessfully upgrading to Windows 8.1 and everything was functioning after the upgrade.  However, after the first time I restarted my system after the upgrade the intergrated soundcard no longer worked.
    I attempted to remove and reinstall the RealTek audio driver, downloading the newest 8.1 compatible driver from the Lenovo support site.
    The drive refused to installed, either via the executable or by manually installing the driver through a device manager upgrade.  
    So I attempted to install a stand alone soundcard, to no success.   
    In device manager this is displayed for both the integrated motherboard audio and the new Asus sound card:
    Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code
    52)
    If I disable the driver driver signature enforcement, neither audio option works.  Instead I get this error in device manager:
    "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.
    (Code 39)"
    Attempting to update the driver in device manager, Windows tell me I am on the most up-to-date, recommended driver, yet at the same time refuses to
    allow it to function.
    Extremely frustrating.
    Any help would be greatly appreciated.

    I have also attempted to clear out the registry Upper/Lower Filters to no success.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}
    At that registry key, in the right window, is there, under "Name", either an UpperFilters orLowerFilters value?
    If so, for each of the UpperFilters and/or LowerFilters value, what is listed under "Data"?
    There could be an improper entry at one of these values which may be causing the problem.

  • My printer (HP Laserjet 2100) is no longer working after upgrading

    My printer (HP Laserjet 2100) is no longer working after the upgrade; it just spits out page after page of error codes and blank pages. I've tried using both the HP driver and a generic driver. This is being accessed over a network. Has anyone encountered this problem after upgrading from Lion?

    Hi,
    Make sure to install the latest HP Printer Drivers 2.11 update as it should resolve a Postscript printing issue and I believe it will resolve the problem.
    You may do so by clicking the Apple icon and then Software Update, you should see the update listed.
    For any further issue go to Library\Printers and remove the HP folder, then download and install the following package:
    http://support.apple.com/kb/DL907
    Hope it helps,
    Shlomi

Maybe you are looking for