[FX.php List] Converting .fp5/FX to .fp7/FX problems
Steve Winter
steve at bluecrocodile.co.nz
Tue Oct 2 02:33:36 MDT 2007
Hi John,
One thing that you might need to watch out for, which I often forget when
doing conversions from pre-v7 is the need for the username and password...
make sure your query has something like;
$myQuery->SetDBUserPass($username, $password);
in there somewhere, and that the username and password that you enter are
valid for the xml interface of the database in question. (As you can see I
use variables for the username and password, then set those within
serverVariables.php for easy reuse)
Feel free to post code and we’ll try and help out more...
Cheers
Steve
-----Original Message-----
From: fx.php_list-bounces at mail.iviking.org
[mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of John Funk
Sent: Tuesday, 2 October 2007 3:25 a.m.
To: fx.php_list at mail.iviking.org
Subject: [FX.php List] Converting .fp5/FX to .fp7/FX problems
I am having a hard time getting started in converting some existing .fp5 /
FX code to .fp7 / FX code.
I have converted the mulit .fp5 files to a single .fp7 file I created
layouts for each table ( each .fp5 file now = a flat table)
In the PHP code, I understand how to change the parameters for the result
Calls to account for the server IP and file differences.
The problem is the FMP XML result does not parse, I get an error saying the
error cannot be used in the array but yet the xml error code is 0.
When I click on the (url FX creates to get the xml from FileMaker), the
record data shows in the xml data, so I assume the FM 9 server and includes
are setup correctly, it is just a case of parsing the xml.
If I send the php code for this one query, the .fp7 file and the
Includes that are related, can anybody out there get me started? Once I see
the solution, I can take care of the rest of the conversion (I just need a
push start)
Email me directly:
criticalsolution at comcast.net
John Funk
Critical Solution
_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.35/1040 - Release Date: 30/09/2007
9:01 p.m.
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.37/1042 - Release Date: 1/10/2007
6:59 p.m.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20071002/d2dbd101/attachment-0001.html
More information about the FX.php_List
mailing list