Server not reponsing page not loading

My ipad is connected to my wifi at home but safari says "server is not responding" and i am unable to load any internet pages. My mac air has no trouble at all. What can i do? It has worked on other wifi networks before...

then two more things to try:
does it work, when you reset firefox on one of those machines (this will keep your bookmarks & passwords)? [[Reset Firefox – easily fix most problems]]
also, is there any change when you switch you system's dns server to the one google is providing? for more information visit https://developers.google.com/speed/public-dns/docs/using
in case those two things don't work it would be interesting which kind of network you're on (router hardware, internet connection...)

Similar Messages

  • Firefox was working fine earlier today and now when I try opening it, I get this message: Firefox does not know how to connect to server" and no pages will load. Internet Explorer works fine.

    I have changed nothing on my computer, and it was opening and functioning fine this morning. However, everytime I try to open it, I get a message box saying "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features." And when the page actually opens, it says "Unexpected response from server
    Firefox doesn't know how to communicate with the server.
    Check to make sure your system has the Personal Security Manager
    installed.
    This might be due to a non-standard configuration on the server."
    Nothing will load and I don't know what's wrong!

    Did Firefox update to 4.0.1?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • Mac OS X Server not loading

    I rebooted my mac mini server and now the OS is not loading: all I see is a gray screen with the Apple logo and a rotating cursor. I've tried to load it in the command line (Cmd + S) and ran fsck -fy. Found no issues, reboot, got the same gray screen with a rotating cursor.
    Help!

    I ended up reinstalling the OS. Called Apple's support, that the best they could do.

  • ACE: if one server is loaded and it want to use the server not loaded? how?

    Hello,
    I have 2 real Servers (10.24.8.200 and 10.24.8.201) in loadbalance (HTTP and HTTPS) with VIP 10.24.16.10, and the type of loadbalance is round robin, but when the server (10.24.8.200) has high proccessing for example memory or hard disk and users try to access to server (10.24.8.200) this is more slow. if this server is too loaded? how can the ACE switch to another real server? in 10 seconds for example?
    Best Regards
    My configuration is:
    ACE-MOD6/integracion1# sh runn
    Generating configuration....
    access-list anyone line 8 extended permit ip any any
    probe http get-index
    interval 4
    open 2
    recieve 2
    faildetect 2
    passdetect interval 10
    expect status 200 200
    rserver host Srv1
    ip address 10.24.8.200
    probe get-index
    inservice
    rserver host Srv2
    ip address 10.24.8.201
    probe get-index
    inservice
    serverfarm host servers
    rserver Srv1
    inservice
    rserver Srv2
    inservice
    class-map type management match-any ADM-CONTEX-SERV1
    2 match protocol telnet any
    3 match protocol ssh any
    4 match protocol icmp any
    class-map type http loadbalance match-all Check-Headers
    2 match http url .*
    3 match http header Host header-value "10.24.16.*"
    4 match http header User-Agent header-value ".*MSIE.*"
    class-map match-all VIP-10-HTTP
    2 match virtual-address 10.24.16.10 tcp eq www
    class-map type http loadbalance match-all other-HTTP
    2 match http url .*
    policy-map type management first-match ADM-CTX-SERV1
    class ADM-CONTEX-SERV1
    permit
    policy-map type loadbalance first-match L7-logic
    class Check-Headers
    serverfarm servers
    class other-HTTP
    serverfarm servers
    policy-map type loadbalance first-match lb-logic
    class class-default
    serverfarm servers
    policy-map multi-match client-vips
    class VIP-10-HTTP
    loadbalance vip inservice
    loadbalance policy L7-logic
    loadbalance vip icmp-reply active
    interface vlan 60
    description inside
    ip address 10.24.8.5 255.255.255.0
    access-group input anyone
    access-group output anyone
    service-policy input ADM-CTX-SERV1
    no shutdown
    interface vlan 233
    description outside
    ip address 10.24.16.5 255.255.255.0
    access-group input anyone
    access-group output anyone
    service-policy input ADM-CTX-SERV1
    service-policy input client-vips
    no shutdown
    ip route 0.0.0.0 0.0.0.0 10.24.16.1

    If your server is running an SNMP agent, the ACE can use SNMP to pull stats from the server. You'll just need the correct OID. For instance, if you were using Linux, you might use something like the following as a probe:
    probe snmp linux-stats
    interval 10
    community public
    oid .1.3.6.1.4.1.2021.10.1.5.1
    threshold 75
    .1.3.6.1.4.1.2021.10.1.5.1 is the OID for CPU load average (for Linux, Windows would have a different OID). If it goes above 75, the server is marked as out. When used with the least-loaded predictor, it will also divert more traffic to the least loaded server, as defined by that OID. You can use multiple OIDs in conjunctions and give them different weights.
    However, judging from your timeout value of your get-http health check, I would check to see if the issue isn't that your servers are flapping because of a too-low receive threshold. Each server has 2 seconds to respond to the ACE, which may not enough time given that the servers may be getting a lot of traffic and you're doing these checks every 4 seconds.
    If one fails, the other gets all the traffic, until it is overloaded, and it fails. By this time, your other servers has calmed down, and gets all the traffic, and the cycle repeats itself. Check SNMP traps or SYSLOG to see if this is the case.
    Either way, you might want to change the timeout to 5 or 10, to give them more breathing room.

  • Xml on server not loading consistently

    I have a project in which I'm loading an xml file of about
    70kb in size. When testing, I'm finding that sometimes it loads
    properly, and sometime the user needs to click the browser's
    Refresh button before the xml will load.
    I'm using what I think is fairly common code:
    myData.onLoad = function(success) {
    if (success) {
    //code here parses the xml
    myData.load("myxmlfile.xml");
    The file always plays perfectly fine when played directly off
    of my PC, but I receive the inconsistent results when the files are
    loaded to the server. I assume that the xml file isn't being loaded
    properly or quickly enough all the time, but I can't figure out
    what the issuemight be. Any help would be appreciated. Thanks!
    Bill

    >>and sometime the user needs to click the browser's
    Refresh button before
    >>the xml will load.
    Hi Bill, the code you have looks ok. Is the movie doing the
    loading of the
    XML, being loaded by another movie - a preloader perhaps? If
    that's the case
    you probably need to delay the load call until the movie is
    fully loaded.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Workspace  page in not loading in EPM 11.1.1.3  on windows 2003 server

    Workspace page is not loading , means i'm not able to see the admin, password and log on tab on page
    i'm able to open planning through url , EAS console and shared services consol working fine
    i'm installed EPM 11.1.1.3 on Windows server and configured it successfully.
    i checked the log files for workspace here i give the details of log file below
    08 Aug 2012 22:46:39,249 ALWAYS [main] tools.config.RegistryConfig - RegistryConfig: starts logging at 1344491199249 (Wed Aug 08 22:46:39 PDT 2012)
    08 Aug 2012 22:46:39,249 ALWAYS [main] tools.config.RegistryConfig - Parsing products file: /conf/WSProducts.xml
    08 Aug 2012 22:46:39,671 ALWAYS [main] tools.config.RegistryConfig - Products file parsed without errors.
    08 Aug 2012 22:46:39,686 ALWAYS [main] tools.config.RegistryConfig - Attempting registry connection using hyperion.home=C:\Hyperion
    08 Aug 2012 22:46:39,686 ALWAYS [main] tools.config.RegistryConfig - Got Registry handle: com.hyperion.hit.registry.Registry@369fdc
    08 Aug 2012 22:46:39,686 ALWAYS [main] tools.config.RegistryConfig - Looking for the Workspace Product node (type: WORKSPACE)
    08 Aug 2012 22:46:39,686 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.ProductComponentImpl@e5c5b90f
    08 Aug 2012 22:46:39,686 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Logical Webapp (child of Workspace Product, type: LOGICAL_WEB_APP)
    08 Aug 2012 22:46:42,030 ALWAYS [main] tools.config.RegistryConfig - Found node: com.hyperion.hit.registry.LogicalWebAppComponentImpl@e5c4f0f4
    08 Aug 2012 22:46:42,030 ALWAYS [main] tools.config.RegistryConfig - Looking for Workspace Web Server (child of Workspace product, type: WEB_SERVER)
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found 8 webapps integrated into Workspace.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: FINANCIAL_REPORTING_WEB_APP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Product file configuration matches version 9.5.0.0
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3.0.0238
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: WORKSPACE_WEBAPP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PLANNING_WEBAPP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Product file configuration is for version(s): 9.2,9.3 but registered product version is 9.5.0.0
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Discarding old configuration.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Setting product to use external configuration.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: ADMIN_SERVICES_WEB_APP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: CALC_WEBAPP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Product not in static configuration file, initializing.
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - WebAppType: EPMA_WEB_APP
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Product file configuration is for version(s): 9.3 but registered product version is 9.5.0.0
    08 Aug 2012 22:46:42,093 ALWAYS [main] tools.config.RegistryConfig - Discarding old configuration.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Setting product to use external configuration.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - NOTE: Product version for display is 11.1.1.3.00.711
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - WebAppType: PROVIDER_SERVICES_WEB_APP
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Found webapp: Default
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - WebAppType: SHARED_SERVICES_WEBAPP
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Skipping integration for this product.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Product HPS-9.3 was not registered. Deactivating.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Product Analyzer-9.5 was not registered. Deactivating.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Product biee-9.5 was not registered. Deactivating.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Product HFM-9.2,9.3 was not registered. Deactivating.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Product HMB-9.2,9.3 was not registered. Deactivating.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Loading configurations from Shared Services as needed.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Missing product context CALC
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code CALC-9.5.0
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Attempting Workspace Services connection for HSS.
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - GSM count: 1
    08 Aug 2012 22:46:42,108 ALWAYS [main] tools.config.RegistryConfig - Client factory instance: com.brio.one.client.ClientFactory@1b45ddc
    08 Aug 2012 22:46:42,796 ALWAYS [main] tools.config.RegistryConfig - Recovered 1502 bytes from HSS.
    08 Aug 2012 22:46:42,796 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    08 Aug 2012 22:46:42,796 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for CALC
    08 Aug 2012 22:46:42,796 ALWAYS [main] tools.config.RegistryConfig - Missing product context HP
    08 Aug 2012 22:46:42,796 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code HP-9.5.0
    08 Aug 2012 22:46:43,561 ALWAYS [main] tools.config.RegistryConfig - Recovered 37129 bytes from HSS.
    08 Aug 2012 22:46:43,561 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    08 Aug 2012 22:46:43,561 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for HP
    08 Aug 2012 22:46:43,561 ALWAYS [main] tools.config.RegistryConfig - Missing product context BPMA
    08 Aug 2012 22:46:43,561 ALWAYS [main] tools.config.RegistryConfig - Checking HSS for context under product code BPMA-9.5.0
    08 Aug 2012 22:46:44,014 ALWAYS [main] tools.config.RegistryConfig - Recovered 46940 bytes from HSS.
    08 Aug 2012 22:46:44,046 ALWAYS [main] tools.config.RegistryConfig - Product file parsed without errors.
    08 Aug 2012 22:46:44,046 ALWAYS [main] tools.config.RegistryConfig - Found and loaded context for BPMA
    08 Aug 2012 22:46:44,046 ALWAYS [main] tools.config.RegistryConfig - Finished loading needed Shared Services configurations.
    waiting for reply,
    thanks,
    vishal.

    Hi,
    Check if your web server/ Apache service is running ?
    Regards.

  • I've been working on our church website and suddenly, my computer will not connect to the site. I keep getting a message saying that the the connection to the server was reset while the page was loading. Does anyone have any ideas of how I can fix this?

    I've been working on our church website and all of a sudden this week, my computer will not connect to the site. I keep getting a message saying that the the connection to the server was reset while the page was loading. Does anyone have any ideas of how I can fix this?

    The "The connection was reset" error message can be caused by a bug fix for the BEAST (Browser Exploit Against SSL/TLS) attack that the server doesn't handle.
    *[[/questions/918127]]
    *[[/questions/918028]]

  • My page is not loading correctly after server work? Help?

    A couple of days ago I was having issues uploading files to my webserver and come to find out, they were working on something on their end. 
    So okay.  But now, certain pages on my website are not loading correctly.  These are not necessarily pages I was working on during the issues
    with the server.  Whats more, they appear to load fine in Mozilla, but they don't load correctly in Chrome.  Chrome is what I have been using lately,
    and I did not have any issues with these pages prior to a few days ago.  Basically the formatting on the page is all screwed up.  I contacted the techs
    on the sever side and they said it what outside their scope and said it was likely server/script incompatability???  I have no idea what this is or why
    since my page was working just fine a few days ago.  The "home" page loads correctly, but basically if you click on "About" , "contact" or any of
    the other pages you will see what I mean if you are using Chrome (unless it is actually my computer?)  I would appreciate any input you might have,
    and here is the link to my page:
    http://rickcicciarelli.com/AntiqueTargetThrowers.html

    So I realized that I must have messed with the screen resolution by accidently touching the  touchpad on my laptop.  So it appears, that the page loads funny in certain screen resolutions.  What doesn't make sense is that the laptop will be set at a certain resolution and the "home" page loads properly, but the other pages shrink down and load funny.  So when I change the  screen resolution to what it is 'suppose' to be, the page loads fine.  So this begs the question, why should it load funny in a different screen resolution? 

  • Firefox is loading pages very slowly, most of times saying server not found. Same pages loaded quickly in ie9. Previously FF used to load pages fast. FF version 8.0.1, windows vista & windows XP.

    firefox is loading pages very slowly, most of times saying server not found. Same pages loaded quickly in ie9. Previously FF used to load pages fast.
    FF version 8.0.1, windows vista & windows XP.
    Please help
    Generally we dont get any reply to the questions asked here!

    65kid wrote:https://bbs.archlinux.org/viewtopic.php?id=162327
    Thank you for the link, but I am not sure how this is going to help me: I am not booting straight to an X session, but prefer to log into TTY1 and have my login shell handle everything from there.
    Here is the relevant part of my .zprofile:
    if (( UID )); then
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec systemd --user
    fi
    As far as I understand, your method works if I enable the [email protected] template when actually booting straight to X.

  • I have ipad mini, safari is not loading, cannot open page because server stopped responding??? help

    I have ipad mini, safari is not loading, cannot open page because server stopped responding??? help

    i did bills paid!!! lol  just noticed cannot connect to app store either!!

  • When I try to access a web page or link from a web page I receive an error message like "Server not found" or "Unable to connect." After repeated "try again" attempts the page will load, but when I click on a button or link, the same thing repeats. Why?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

    When I try to access any web page or any link from a web page, I receive an error message such as "Server not found" or "Unable to connect." After repeated "try again" attempts that the page will load, but as soon as I click on a button or link, the same thing repeats. Any suggestions?

  • Firefox does not load pages, comes back with server not found

    First I thought this was a problem with Firefox 4 beta but now I am having the same issue with 3.6.16
    About 70% of the times, Firefox does not open the web page and comes back with "Server not found" message. Interesting thing is it comes back with this message on the first 2 tries and then on the third try for the same link it will display the page. Always, 2 fails and 3rd time it works. Now during the first two times, internet commnection is working and if I try the same URL on IE it works without any issues. This started happening after I tried Firefox 4 beta. 4 is not uninstalled and I am back to 3.6.16. But the issue remains.
    I am using Win 7 64 Home Premium, SP1 is not applied yet but all updates are in place.

    Well, I'm using Firefox 4.0 and have the same problem. I tried to open my private homepage and my *.net-domain comes back with the "Server not found" message (my *.com-domain loads without any problem - same contents on both websites)
    I also tried to open my net-domain in FF portable - without any problems.
    Clearing the cache, deleting the cookies etc in FF4 does not help either.
    I also had the experience that FF4 does not load CSS5 websites (e.g. deviantart) properly (CSS does not work, website shows simply the html-version, a disgusting look). With FF portable the problem does not exist.
    I tried this on different machines (e.g. Windows XP Pro SP3 (office PC), Win7 Pro 64, Win Vista SP2... (home PCs) and there I'm experiencing the same issues with FF4 and various websites.

  • I get a message when going to any webpage "server not found" or "problem loading page". I click on try again and the page loads fine. This happens on bookmarked pages or manually entered urls. The issues started after I updated Firefox.

    Server not found messages and problem loading page message since I updated to the latest version of Firefox. Usually will load the 2nd time after hitting the try again option.
    Does not happen with Internet Explorer at all.

    See:
    *http://kb.mozillazine.org/Error_loading_websites

  • Ever since I downloaded this latest version, my browser is not loading the page. Says can't find the server error. This is very frustrating and slow. What should I do.

    Ever since I downloaded this latest version, my browser is not loading the page. Says can't find the server error. This is very frustrating and slow. What should I do.

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • Video images won't load, error message says "problem loading page/server not found

    when i select videos to watch, they have symbol in the top left hand corner but blank everywhere else. if i right click on the symbol i get an error message "problem loading page/server not found" but i'm already logged in to the website. this just started happening today after having watched 100's of videos for years on the same sites. i haven't changed any settings that i know of, but i have tried several different troubleshooting tips but nothing helps. i have windows xp. and i use firefox exclusively. what can i do?

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Please report your results.

  • When using a proxy server at work, Deezer page does not load normally?

    When using a proxy server at work, Deezer page does not load normally, but when I go home and use connection without proxy, everything is fine.
    It loads, and some features on the website work, but the look is not the same. Over the proxy it shows just text on the left side of the screen and I can't choose some of the options.
    When I go home and use my home connection without proxy, there are no problems, everything is OK.
    Could you please solve this?

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

Maybe you are looking for

  • Can you prevent the use of consecutive numbers in a password, using Group Policy?

    The regular old password complexity requirements disallow the use of 3 consecutive characters that appear in the user's account name / display name, but does not prevent the use of consecutive numbers at all. For example, a user can have a password i

  • Can my iPhone4 use be connected to WiFi and still be connected to the 3G network at the same time?

    My iPhone is on the Bell network, along with 3 other iPhones in my household. We have WiFi and the phone indicate that they are connected to the WiFi when we are in the house. However, my bill from Bell indicates several instances where the phones (a

  • Please advice in character set

    Good day for you i have 2 database's (db1,db2) they almost mirror , i have value in one table have character ö , when i select this column from toad there's no problem but when i select this column from any application or from sqlplus i read this let

  • Document error

    Hi all, While creating Sales order, the system is giving an error message -Material availabiliy date must be before goods issue date V1 059. I already maintained Material availability date before load date in the header shipping tab. How to get rid o

  • Optional URL Redirect - choice

    I have a form with 3 check boxes 1 report 1 2 report 2 3 report 3 I have a button with an optional url redirect it's request is (PRINT_REPORT=fundi1) but depending on which check box is checked I wanted PRINT_REPORT=fundi1, PRINT_REPORT=fundi2, PRINT