Magento2 Admin dashboard chart is broken in my all ProjectsWhat could cause error related to “dashboard/tunnel/key”Magento 2: Getting unknown error on Reviews tab on product details pageConfiguration Redis on Magento2 errorsI faced the error while search any string Magento 2Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)User already has more than 'max_user_connectionsWebsite down: main.CRITICAL: SQLSTATE[28000] [1045] Access denied for user '(removed)'@'localhost' (using password: YES)how to capture cybersource echeck programticallyGetting error while adding category Magento2Existing Products not saving after upgrading to Magento 2.3

Multi tool use
Multi tool use

What properties make a magic weapon befit a Rogue more than a DEX-based Fighter?

How to preserve electronics (computers, ipads, phones) for hundreds of years?

Trouble reading roman numeral notation with flats

What is this high flying aircraft over Pennsylvania?

Non-Borel set in arbitrary metric space

Why is indicated airspeed rather than ground speed used during the takeoff roll?

What should be the ideal length of sentences in a blog post for ease of reading?

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Should I warn a new PhD Student?

Why would five hundred and five same as one?

Would this string work as string?

Pre-Employment Background Check With Consent For Future Checks

Can you take a "free object interaction" while incapacitated?

Should I be concerned about student access to a test bank?

What is the meaning of "You've never met a graph you didn't like?"

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Why is "la Gestapo" feminine?

Writing in a Christian voice

How would a solely written language work mechanically

Is there a distance limit for minecart tracks?

Should a narrator ever describe things based on a character's view instead of facts?

How to get directions in deep space?

Mortal danger in mid-grade literature

How do I prevent inappropriate ads from appearing in my game?



Magento2 Admin dashboard chart is broken in my all Projects


What could cause error related to “dashboard/tunnel/key”Magento 2: Getting unknown error on Reviews tab on product details pageConfiguration Redis on Magento2 errorsI faced the error while search any string Magento 2Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)User already has more than 'max_user_connectionsWebsite down: main.CRITICAL: SQLSTATE[28000] [1045] Access denied for user '(removed)'@'localhost' (using password: YES)how to capture cybersource echeck programticallyGetting error while adding category Magento2Existing Products not saving after upgrading to Magento 2.3













6















Today suddenly my admin dashboard chart is not visible.

Live and Test websites are on different server and suddenly today it's broken.
I have check in log file and found that




[2019-03-19 05:51:17] main.CRITICAL: Unable to read response, or
response is empty "exception":"[object]
(Zend_Http_Client_Exception(code: 0): Unable to read response, or
response is empty at
/vendor/magento/zendframework1/library/Zend/Http/Client.php:1093)" []




enter image description here










share|improve this question




























    6















    Today suddenly my admin dashboard chart is not visible.

    Live and Test websites are on different server and suddenly today it's broken.
    I have check in log file and found that




    [2019-03-19 05:51:17] main.CRITICAL: Unable to read response, or
    response is empty "exception":"[object]
    (Zend_Http_Client_Exception(code: 0): Unable to read response, or
    response is empty at
    /vendor/magento/zendframework1/library/Zend/Http/Client.php:1093)" []




    enter image description here










    share|improve this question


























      6












      6








      6








      Today suddenly my admin dashboard chart is not visible.

      Live and Test websites are on different server and suddenly today it's broken.
      I have check in log file and found that




      [2019-03-19 05:51:17] main.CRITICAL: Unable to read response, or
      response is empty "exception":"[object]
      (Zend_Http_Client_Exception(code: 0): Unable to read response, or
      response is empty at
      /vendor/magento/zendframework1/library/Zend/Http/Client.php:1093)" []




      enter image description here










      share|improve this question
















      Today suddenly my admin dashboard chart is not visible.

      Live and Test websites are on different server and suddenly today it's broken.
      I have check in log file and found that




      [2019-03-19 05:51:17] main.CRITICAL: Unable to read response, or
      response is empty "exception":"[object]
      (Zend_Http_Client_Exception(code: 0): Unable to read response, or
      response is empty at
      /vendor/magento/zendframework1/library/Zend/Http/Client.php:1093)" []




      enter image description here







      magento2 admin api dashboard chart






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 16 hours ago







      Ketan Borada

















      asked 22 hours ago









      Ketan BoradaKetan Borada

      356838




      356838




















          4 Answers
          4






          active

          oldest

          votes


















          3














          The google api called by magento2 is turned off on March 14, 2019 https://developers.google.com/chart/image/docs/making_charts






          share|improve this answer























          • It was working yesterday

            – Ketan Borada
            18 hours ago











          • me too, but from now is turned off.

            – LucScu
            18 hours ago











          • this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

            – gnysek
            15 hours ago












          • It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

            – LucScu
            11 hours ago


















          1














          We're experiencing the same issue. It looks like the Google Charts API that powers the chart has recently been turned off, though Magento seem to be aware:
          https://github.com/magento/magento2/issues/21599



          It may be worth navigating to Configuration > Advanced and setting 'Enable Charts' to 'No'. This will at least prevent the error from filling up the exception.log each time the chart attempts to load.






          share|improve this answer
































            1














            A patch is available on Magento Community:
            https://community.magento.com/t5/Magento-DevBlog/Google-Image-Charts-deprecation-and-update-for-M1/ba-p/125006






            share|improve this answer























            • is it only for magento1?

              – LucScu
              18 hours ago











            • I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

              – Iztok
              18 hours ago











            • @Gil, your answer is for m1, so please remove it.

              – LucScu
              17 hours ago


















            0














            I believe the reason it isn't showing is because the order that you placed is not marked as completed. It will only show up in those statistics if that is true. To make it marked complete you need to make sure you process the shipping and the invoice for the order. Please let us know if that worked for you.






            share|improve this answer








            New contributor




            Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















            • Are you serious?

              – LucScu
              11 hours ago










            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266444%2fmagento2-admin-dashboard-chart-is-broken-in-my-all-projects%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            The google api called by magento2 is turned off on March 14, 2019 https://developers.google.com/chart/image/docs/making_charts






            share|improve this answer























            • It was working yesterday

              – Ketan Borada
              18 hours ago











            • me too, but from now is turned off.

              – LucScu
              18 hours ago











            • this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

              – gnysek
              15 hours ago












            • It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

              – LucScu
              11 hours ago















            3














            The google api called by magento2 is turned off on March 14, 2019 https://developers.google.com/chart/image/docs/making_charts






            share|improve this answer























            • It was working yesterday

              – Ketan Borada
              18 hours ago











            • me too, but from now is turned off.

              – LucScu
              18 hours ago











            • this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

              – gnysek
              15 hours ago












            • It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

              – LucScu
              11 hours ago













            3












            3








            3







            The google api called by magento2 is turned off on March 14, 2019 https://developers.google.com/chart/image/docs/making_charts






            share|improve this answer













            The google api called by magento2 is turned off on March 14, 2019 https://developers.google.com/chart/image/docs/making_charts







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 18 hours ago









            LucScuLucScu

            1,3211130




            1,3211130












            • It was working yesterday

              – Ketan Borada
              18 hours ago











            • me too, but from now is turned off.

              – LucScu
              18 hours ago











            • this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

              – gnysek
              15 hours ago












            • It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

              – LucScu
              11 hours ago

















            • It was working yesterday

              – Ketan Borada
              18 hours ago











            • me too, but from now is turned off.

              – LucScu
              18 hours ago











            • this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

              – gnysek
              15 hours ago












            • It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

              – LucScu
              11 hours ago
















            It was working yesterday

            – Ketan Borada
            18 hours ago





            It was working yesterday

            – Ketan Borada
            18 hours ago













            me too, but from now is turned off.

            – LucScu
            18 hours ago





            me too, but from now is turned off.

            – LucScu
            18 hours ago













            this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

            – gnysek
            15 hours ago






            this api was deprecated in.... April 2012. After 7 years Magento still didn't know it?

            – gnysek
            15 hours ago














            It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

            – LucScu
            11 hours ago





            It not surprise me, so many bugs to fix, maybe they considerer this issue not high priority. If you want you could open an issue in github or find a fix and share with community.

            – LucScu
            11 hours ago













            1














            We're experiencing the same issue. It looks like the Google Charts API that powers the chart has recently been turned off, though Magento seem to be aware:
            https://github.com/magento/magento2/issues/21599



            It may be worth navigating to Configuration > Advanced and setting 'Enable Charts' to 'No'. This will at least prevent the error from filling up the exception.log each time the chart attempts to load.






            share|improve this answer





























              1














              We're experiencing the same issue. It looks like the Google Charts API that powers the chart has recently been turned off, though Magento seem to be aware:
              https://github.com/magento/magento2/issues/21599



              It may be worth navigating to Configuration > Advanced and setting 'Enable Charts' to 'No'. This will at least prevent the error from filling up the exception.log each time the chart attempts to load.






              share|improve this answer



























                1












                1








                1







                We're experiencing the same issue. It looks like the Google Charts API that powers the chart has recently been turned off, though Magento seem to be aware:
                https://github.com/magento/magento2/issues/21599



                It may be worth navigating to Configuration > Advanced and setting 'Enable Charts' to 'No'. This will at least prevent the error from filling up the exception.log each time the chart attempts to load.






                share|improve this answer















                We're experiencing the same issue. It looks like the Google Charts API that powers the chart has recently been turned off, though Magento seem to be aware:
                https://github.com/magento/magento2/issues/21599



                It may be worth navigating to Configuration > Advanced and setting 'Enable Charts' to 'No'. This will at least prevent the error from filling up the exception.log each time the chart attempts to load.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 22 hours ago

























                answered 22 hours ago









                MaxMax

                255




                255





















                    1














                    A patch is available on Magento Community:
                    https://community.magento.com/t5/Magento-DevBlog/Google-Image-Charts-deprecation-and-update-for-M1/ba-p/125006






                    share|improve this answer























                    • is it only for magento1?

                      – LucScu
                      18 hours ago











                    • I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                      – Iztok
                      18 hours ago











                    • @Gil, your answer is for m1, so please remove it.

                      – LucScu
                      17 hours ago















                    1














                    A patch is available on Magento Community:
                    https://community.magento.com/t5/Magento-DevBlog/Google-Image-Charts-deprecation-and-update-for-M1/ba-p/125006






                    share|improve this answer























                    • is it only for magento1?

                      – LucScu
                      18 hours ago











                    • I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                      – Iztok
                      18 hours ago











                    • @Gil, your answer is for m1, so please remove it.

                      – LucScu
                      17 hours ago













                    1












                    1








                    1







                    A patch is available on Magento Community:
                    https://community.magento.com/t5/Magento-DevBlog/Google-Image-Charts-deprecation-and-update-for-M1/ba-p/125006






                    share|improve this answer













                    A patch is available on Magento Community:
                    https://community.magento.com/t5/Magento-DevBlog/Google-Image-Charts-deprecation-and-update-for-M1/ba-p/125006







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 18 hours ago









                    GilGil

                    2619




                    2619












                    • is it only for magento1?

                      – LucScu
                      18 hours ago











                    • I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                      – Iztok
                      18 hours ago











                    • @Gil, your answer is for m1, so please remove it.

                      – LucScu
                      17 hours ago

















                    • is it only for magento1?

                      – LucScu
                      18 hours ago











                    • I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                      – Iztok
                      18 hours ago











                    • @Gil, your answer is for m1, so please remove it.

                      – LucScu
                      17 hours ago
















                    is it only for magento1?

                    – LucScu
                    18 hours ago





                    is it only for magento1?

                    – LucScu
                    18 hours ago













                    I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                    – Iztok
                    18 hours ago





                    I have applied M1 official fix MPERF-10509-CE-2019-03-13-06-31-24.diff and still facing issues. Getting "Invalid header line detected" from new API. Graph is not displayed.

                    – Iztok
                    18 hours ago













                    @Gil, your answer is for m1, so please remove it.

                    – LucScu
                    17 hours ago





                    @Gil, your answer is for m1, so please remove it.

                    – LucScu
                    17 hours ago











                    0














                    I believe the reason it isn't showing is because the order that you placed is not marked as completed. It will only show up in those statistics if that is true. To make it marked complete you need to make sure you process the shipping and the invoice for the order. Please let us know if that worked for you.






                    share|improve this answer








                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.




















                    • Are you serious?

                      – LucScu
                      11 hours ago















                    0














                    I believe the reason it isn't showing is because the order that you placed is not marked as completed. It will only show up in those statistics if that is true. To make it marked complete you need to make sure you process the shipping and the invoice for the order. Please let us know if that worked for you.






                    share|improve this answer








                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.




















                    • Are you serious?

                      – LucScu
                      11 hours ago













                    0












                    0








                    0







                    I believe the reason it isn't showing is because the order that you placed is not marked as completed. It will only show up in those statistics if that is true. To make it marked complete you need to make sure you process the shipping and the invoice for the order. Please let us know if that worked for you.






                    share|improve this answer








                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.










                    I believe the reason it isn't showing is because the order that you placed is not marked as completed. It will only show up in those statistics if that is true. To make it marked complete you need to make sure you process the shipping and the invoice for the order. Please let us know if that worked for you.







                    share|improve this answer








                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|improve this answer



                    share|improve this answer






                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered 16 hours ago









                    Vivek BrahmbhattVivek Brahmbhatt

                    12




                    12




                    New contributor




                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    Vivek Brahmbhatt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.












                    • Are you serious?

                      – LucScu
                      11 hours ago

















                    • Are you serious?

                      – LucScu
                      11 hours ago
















                    Are you serious?

                    – LucScu
                    11 hours ago





                    Are you serious?

                    – LucScu
                    11 hours ago

















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266444%2fmagento2-admin-dashboard-chart-is-broken-in-my-all-projects%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    RUrivFJnGBG6OvUfoYZvH89m Hus7NiXl5tRh6C8I,JRqeIJUFpbvbhnFJwVEB6jdnvjq2JbUbe4hg0RtHKwkAcz9mI,rVMe2j
                    m1gJ,FOB QL 9XL41FyoPzRHTu,zd2a6y3qdLp5RXKOJ8bdcooD78Kdm,GfWZ81jAeIkw8AbzGuSAN4 SXaQ1

                    Popular posts from this blog

                    getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                    NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided

                    Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.