Graph is not showing magento admin dashboardMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0Dashboard Grid Block Rewrite not working properlyMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0get all order list for logged in customer in magentoremove widgets in magentoMagento 1.8 Need database query change all products custom design templateInserting Open Graph tags via custom module and blockCatalog search Page links are not workingMagento Pager is not showing in product list.phtmlMagento : High resolution product image are not displaying on product detail pageAfter Flush Catalog Images Cache order email product image not showing
Is there a distance limit for minecart tracks?
Can I say "fingers" when referring to toes?
Do I have to know the General Relativity theory to understand the concept of inertial frame?
How to get directions in deep space?
Purpose of creating non root user
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
Why is the sun approximated as a black body at ~ 5800 K?
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Make a Bowl of Alphabet Soup
How to write Quadratic equation with negative coefficient
How to I force windows to use a specific version of SQLCMD?
Unable to disable Microsoft Store in domain environment
Is stochastic gradient descent pseudo-stochastic?
What happens if I try to grapple mirror image?
Ways of geometrical multiplication
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Determining multivariate least squares with constraint
I'm just a whisper. Who am I?
Did I make a mistake by ccing email to boss to others?
Grepping string, but include all non-blank lines following each grep match
How do I prevent inappropriate ads from appearing in my game?
How to preserve electronics (computers, iPads and phones) for hundreds of years
What is the smallest number n> 5 so that 5 ^ n ends with "3125"?
When and why was runway 07/25 at Kai Tak removed?
Graph is not showing magento admin dashboard
Magento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0Dashboard Grid Block Rewrite not working properlyMagento Sales Graph issue after upgrading to 1.8.1.0 from 1.5.1.0get all order list for logged in customer in magentoremove widgets in magentoMagento 1.8 Need database query change all products custom design templateInserting Open Graph tags via custom module and blockCatalog search Page links are not workingMagento Pager is not showing in product list.phtmlMagento : High resolution product image are not displaying on product detail pageAfter Flush Catalog Images Cache order email product image not showing
My Magento having over 1 lakh products orders, but graph not showing according to sale on magento admin dashboard.
please help me what i need to do.
Graph showing blank. no graph image is showing.
Thanks in advance
magento-1.8 open-graph
add a comment |
My Magento having over 1 lakh products orders, but graph not showing according to sale on magento admin dashboard.
please help me what i need to do.
Graph showing blank. no graph image is showing.
Thanks in advance
magento-1.8 open-graph
add a comment |
My Magento having over 1 lakh products orders, but graph not showing according to sale on magento admin dashboard.
please help me what i need to do.
Graph showing blank. no graph image is showing.
Thanks in advance
magento-1.8 open-graph
My Magento having over 1 lakh products orders, but graph not showing according to sale on magento admin dashboard.
please help me what i need to do.
Graph showing blank. no graph image is showing.
Thanks in advance
magento-1.8 open-graph
magento-1.8 open-graph
edited Jun 13 '14 at 10:30
Rock
asked Jun 13 '14 at 10:01
RockRock
6016
6016
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
Go To
appcodecoreMageAdminhtmlBlockDashboardGraph.php
Check your api url,
const API_URL = 'http://chart.apis.google.com/chart';
Change code for API URL, and then re-index.
add a comment |
Here the Solution
Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml
Find this line getChartUrl(false) change to getChartUrl(true)
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
add a comment |
Taken from this site
Solution 1:
Allow access to this URL on your firewall:
http://chart.apis.google.com/chart
or
Solution 2:
Make sure Magento does not try to fetch the image through
PHP Locate this file:
app/design/adminhtml/default/default/template/dashboard/graph.phtml
And change: "getChartUrl()" to "getChartUrl(true)"
This will cause Magento to just return the image location at
http://chart.apis.google.com/chart instead of downloading it through
PHP.
Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)
After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
add a comment |
If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:
This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:
Add/Edit line - > suhosin.get.max_value_length = 1024
So, edit: /etc/php5/fpm/conf.d/suhosin.ini
If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini
http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/
add a comment |
In case anyone else bumps into it ....
For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.
add a comment |
In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f23881%2fgraph-is-not-showing-magento-admin-dashboard%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
Go To
appcodecoreMageAdminhtmlBlockDashboardGraph.php
Check your api url,
const API_URL = 'http://chart.apis.google.com/chart';
Change code for API URL, and then re-index.
add a comment |
Go To
appcodecoreMageAdminhtmlBlockDashboardGraph.php
Check your api url,
const API_URL = 'http://chart.apis.google.com/chart';
Change code for API URL, and then re-index.
add a comment |
Go To
appcodecoreMageAdminhtmlBlockDashboardGraph.php
Check your api url,
const API_URL = 'http://chart.apis.google.com/chart';
Change code for API URL, and then re-index.
Go To
appcodecoreMageAdminhtmlBlockDashboardGraph.php
Check your api url,
const API_URL = 'http://chart.apis.google.com/chart';
Change code for API URL, and then re-index.
answered Jun 13 '14 at 13:02
TBI InfotechTBI Infotech
4,5871830
4,5871830
add a comment |
add a comment |
Here the Solution
Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml
Find this line getChartUrl(false) change to getChartUrl(true)
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
add a comment |
Here the Solution
Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml
Find this line getChartUrl(false) change to getChartUrl(true)
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
add a comment |
Here the Solution
Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml
Find this line getChartUrl(false) change to getChartUrl(true)
Here the Solution
Edit the file at app/design/adminhtml/default/default/template/dashboard/graph.phtml
Find this line getChartUrl(false) change to getChartUrl(true)
edited Sep 30 '15 at 6:12
Amit Bera♦
59.3k1675177
59.3k1675177
answered May 6 '15 at 7:04
Randhir YadavRandhir Yadav
2,3691329
2,3691329
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
add a comment |
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
this one works nicely.
– fja3omega
Aug 29 '18 at 8:27
add a comment |
Taken from this site
Solution 1:
Allow access to this URL on your firewall:
http://chart.apis.google.com/chart
or
Solution 2:
Make sure Magento does not try to fetch the image through
PHP Locate this file:
app/design/adminhtml/default/default/template/dashboard/graph.phtml
And change: "getChartUrl()" to "getChartUrl(true)"
This will cause Magento to just return the image location at
http://chart.apis.google.com/chart instead of downloading it through
PHP.
Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)
After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
add a comment |
Taken from this site
Solution 1:
Allow access to this URL on your firewall:
http://chart.apis.google.com/chart
or
Solution 2:
Make sure Magento does not try to fetch the image through
PHP Locate this file:
app/design/adminhtml/default/default/template/dashboard/graph.phtml
And change: "getChartUrl()" to "getChartUrl(true)"
This will cause Magento to just return the image location at
http://chart.apis.google.com/chart instead of downloading it through
PHP.
Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)
After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
add a comment |
Taken from this site
Solution 1:
Allow access to this URL on your firewall:
http://chart.apis.google.com/chart
or
Solution 2:
Make sure Magento does not try to fetch the image through
PHP Locate this file:
app/design/adminhtml/default/default/template/dashboard/graph.phtml
And change: "getChartUrl()" to "getChartUrl(true)"
This will cause Magento to just return the image location at
http://chart.apis.google.com/chart instead of downloading it through
PHP.
Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)
After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!
Taken from this site
Solution 1:
Allow access to this URL on your firewall:
http://chart.apis.google.com/chart
or
Solution 2:
Make sure Magento does not try to fetch the image through
PHP Locate this file:
app/design/adminhtml/default/default/template/dashboard/graph.phtml
And change: "getChartUrl()" to "getChartUrl(true)"
This will cause Magento to just return the image location at
http://chart.apis.google.com/chart instead of downloading it through
PHP.
Both solutions seem to work great. But Solution 2 could throw a warning if you are running your Magento back-end on an SSL connection (which should be doing by the way!)
After implementing this solution the Magento charts or graphs are shown and you can again admire your sales figures!
answered Jun 13 '14 at 10:15
Zac GriersonZac Grierson
15312
15312
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
add a comment |
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Thanks for answer , sorry buddy but i also go through this link , actully error is the image created by magento ajax function for graph in base 64 bit is not correct. please specify this.
– Rock
Jun 13 '14 at 10:18
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Ah, sorry. You should edit your question to specifically target that question.
– Zac Grierson
Jun 13 '14 at 10:22
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
Question is simple dude, that graph is not showing on magento admin dashboard
– Rock
Jun 13 '14 at 10:23
add a comment |
If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:
This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:
Add/Edit line - > suhosin.get.max_value_length = 1024
So, edit: /etc/php5/fpm/conf.d/suhosin.ini
If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini
http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/
add a comment |
If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:
This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:
Add/Edit line - > suhosin.get.max_value_length = 1024
So, edit: /etc/php5/fpm/conf.d/suhosin.ini
If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini
http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/
add a comment |
If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:
This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:
Add/Edit line - > suhosin.get.max_value_length = 1024
So, edit: /etc/php5/fpm/conf.d/suhosin.ini
If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini
http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/
If the problem is just related to 24 Hours Chart it can be cased by minimal allowed GET variable length settings of suhosin as Titan Lee described on his blog:
This is related to the minimal allowed GET variable length settings. Check your settings for suhosin:
Add/Edit line - > suhosin.get.max_value_length = 1024
So, edit: /etc/php5/fpm/conf.d/suhosin.ini
If the above file doesn't exist for you. Then locate & edit, /usr/local/lib/php.ini
http://titanlee.com/my-stuffs/geekystuffs/solved-magento-dashboard-chartgraph-broken/
answered Feb 7 '15 at 6:47
GhasrfakhriGhasrfakhri
11
11
add a comment |
add a comment |
In case anyone else bumps into it ....
For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.
add a comment |
In case anyone else bumps into it ....
For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.
add a comment |
In case anyone else bumps into it ....
For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.
In case anyone else bumps into it ....
For me it was modsecurity blocking the request because it was detecting multiple URL encoding. It was rule 950109 in our default WHM config.
answered Mar 18 '16 at 14:46
user3116226user3116226
5116
5116
add a comment |
add a comment |
In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix
add a comment |
In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix
add a comment |
In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix
In case you've been googling this in 2019 - this is an issue with deprecated Google Image Chart API. There is a Magento 1 module that fixes missing charts - https://github.com/onilab/magento-1-google-api-chart-fix
answered yesterday
DziDzi
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f23881%2fgraph-is-not-showing-magento-admin-dashboard%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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