Sigma Php Ajax framework, Ajax Components, GUI Builder
May 23, 2012, 03:29:13 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: server data retrieval doesn't work  (Read 576 times)
jbrkeith
Newbie
*
Posts: 2


View Profile
« on: November 22, 2010, 09:36:19 AM »

hi, i'm a new user and am having trouble getting any of the data retrieval examples working where data is retrieved from a php server such as:

http://localhost/export_php/testList.php

for the:

example_export_to_pdf.html

demo where I replace loadURL with the above URL.  Instead I just get a popup saying:

 LOAD Failed!
 Exception :
 XMLHttpRequest Status : 0

which is not very helpful.  Unfortunately i can't step through the sigma grid code with firebug because

gt_grid_all.js

is obfuscated.  I've tried including all the source files:

<link rel="stylesheet" type="text/css" href="grid/gt_grid.css" /> 
<script type="text/javascript" src="grid/gt_msg_en.js"></script> 
<!--<script type="text/javascript" src="grid/gt_grid_all.js"></script>-->
<script type="text/javascript" src="src/gt_base.js"></script>
<script type="text/javascript" src="src/gt_ajax.js"></script>
<script type="text/javascript" src="src/gt_chart.js"></script>
<script type="text/javascript" src="src/gt_column.js"></script>
<script type="text/javascript" src="src/gt_const.js"></script>
<script type="text/javascript" src="src/gt_dataset.js"></script>
<script type="text/javascript" src="src/gt_dialog.js"></script>
<script type="text/javascript" src="src/gt_editor.js"></script>
<script type="text/javascript" src="src/gt_grid.js"></script>
<script type="text/javascript" src="src/gt_template.js"></script>
<script type="text/javascript" src="src/gt_tool.js"></script>
<script type="text/javascript" src="src/gt_validator.js"></script>

but this doesn't seem to work...likely because they have to be included in a certain order....Can somebody please let me know if this is a bug or help me get this working?....thanks....
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!