XML Table Export Forum :: error
This thread was displayed: 534 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Jochen Wagner
10-30-2005 16:54:26 GMT +2
|
Hi,
I use your trial extension (Export recordset to xml) and get this massage:
KT_getRealValue: Unknown method: .
Here is my code:
<?php //Connection statement require_once('Connections/phpmapscriptdsn.php');
// Load the XML classes require_once('includes/xml/XMLTE.php');
// begin Recordset $query_Recordset1 = "SELECT * FROM daten"; $Recordset1 = $phpmapscriptdsn->SelectLimit($query_Recordset1) or die($phpmapscriptdsn->ErrorMsg()); $totalRows_Recordset1 = $Recordset1->RecordCount(); // end Recordset
// Begin XMLTableExport $xml_tableexport1 = new XML_TableExport($phpmapscriptdsn); $xml_tableexport1->setTable("daten"); $xml_tableexport1->setMaxRecords("ALL"); $xml_tableexport1->setDBEncoding("iso-8859-1"); $xml_tableexport1->setXMLEncoding("iso-8859-1"); $xml_tableexport1->setXMLFormat("NODES"); $xml_tableexport1->Execute("", "1"); // End XMLTableExport
//PHP ADODB document - made with PHAkt 2.8.2?> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body>
Where is the error?
Thanx Jochen
|
|
|
Marius STOIAN[InterAKT]
11-01-2005 10:27:58 GMT +2
|
Hi,
You need to update the includes folder, because this folder contains older version of the required files. To do that just go to InterAKT Control Panel under Update includes folder section, select all items in there and push the Update Selected button.
I think this will solve the problem.
Regards, Marius.
|
|
|
Jochen Wagner
11-01-2005 13:17:09 GMT +2
|
Hallo Marius, I did update over the controlpanal, now it's Version 1.0.5 but the same error. I tested it with on IIS5 with Win XP and 2000, php-Version 4.3.10, PHAKT 2.8.3. Any other idea? Greetings Jochen
|
|
|
Marius STOIAN[InterAKT]
11-14-2005 10:22:26 GMT +2
|
Hi Jochen,
I'm sorry for this late reply.
Regarding your problem, I think if you can provide us with ftp access we will be able to debug properly this problem.
Please use a private post.
Regards, Marius.
|
|
|