Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

MX Chart Issue

Guest
Apr 19, 2006 Apr 19, 2006
i'm using the chart extension to make graph for a data and i'm getting this error ..

MX Dynamic Charts Error: A non 200 Status page have been received when calling for image component (' http://10.36.1.80/T-JET/includes/MXCharts/MX_GenerateChartImage.aspx')
Status=500

i need some help please ..

Mohannad
TOPICS
Server side applications
292
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 19, 2006 Apr 19, 2006
That's a fancy way of saying that when the chart called for an image, the
server responded with something other than the image (HTTP 200 = OK);
perhaps a 404 (not found) or 302 (resource moved) that results from using
response.redirect.

"Mohnd" <webforumsuser@macromedia.com> wrote in message
news:e25jjl$qsu$1@forums.macromedia.com...
> i'm using the chart extension to make graph for a data and i'm getting
> this
> error ..
>
> MX Dynamic Charts Error: A non 200 Status page have been received when
> calling
> for image component
> (' http://10.36.1.80/T-JET/includes/MXCharts/MX_GenerateChartImage.aspx')
> Status=500
>
> i need some help please ..
>
> Mohannad
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 19, 2006 Apr 19, 2006
ok what should i do ... ?

Mohnd
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 19, 2006 Apr 19, 2006
LATEST
Fix your link to whatever images you're using, or make sure the images are
where you think they are.

"Mohnd" <webforumsuser@macromedia.com> wrote in message
news:e25ul0$cbh$1@forums.macromedia.com...
> ok what should i do ... ?
>
> Mohnd


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines