YIKES ...

5 messages Options
Embed this post
Permalink
VanBuskirk, Patricia

YIKES ...

Reply Threaded More More options
Print post
Permalink
Our online form suddenly started sending back the following ... instead of going to the confirmation php page...

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  <!DOCTYPE FMPXMLRESULT (View Source for full doctype...)>
- <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
  <ERRORCODE>0</ERRORCODE>
  <PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine" VERSION="9.0.3.316" />
  <DATABASE DATEFORMAT="MM/dd/yyyy" LAYOUT="Orders_FormView" NAME="WEB_Forms.fp7" RECORDS="11156" TIMEFORMAT="HH:mm:ss" />
- <METADATA>
  <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Name" TYPE="TEXT" />
  <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Email" TYPE="TEXT" />
  <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Room" TYPE="TEXT" />
  <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Bldg" TYPE="TEXT" />
  <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Phone" TYPE="TEXT" /

Etc. etc....

Any ideas what's gone wrong?

Trish
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Beverly Voth-2

Re: YIKES ...

Reply Threaded More More options
Print post
Permalink
It appears to be returning the raw XML. Check your server preferences first.
You don't specify what version of FMP you are using.

Beverly

 11/4/09 10:52 AM, "VanBuskirk, Patricia" <[hidden email]> wrote in
whole or in part:

> Our online form suddenly started sending back the following ... instead of
> going to the confirmation php page...
>
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
>   <!DOCTYPE FMPXMLRESULT (View Source for full doctype...)>
> - <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
>   <ERRORCODE>0</ERRORCODE>
>   <PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
> VERSION="9.0.3.316" />
>   <DATABASE DATEFORMAT="MM/dd/yyyy" LAYOUT="Orders_FormView"
> NAME="WEB_Forms.fp7" RECORDS="11156" TIMEFORMAT="HH:mm:ss" />
> - <METADATA>
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Name" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Email" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Room" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Bldg" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Phone" TYPE="TEXT" /
>
> Etc. etc....
>
> Any ideas what's gone wrong?
>
> Trish
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
VanBuskirk, Patricia

RE: YIKES ...

Reply Threaded More More options
Print post
Permalink
Sorry Beverly ... I was writing in a panic!  FM9A on Win2000.  It is the strangest thing ... it has been working fine and the only change I made to the page was to change an image in the header yesterday.

What should I check on the server preferences?  I am not using XML specifically, but I believe FX.php uses it.


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Beverly Voth
Sent: Wednesday, November 04, 2009 11:30 AM
To: [hidden email]
Subject: Re: YIKES ...

It appears to be returning the raw XML. Check your server preferences first.
You don't specify what version of FMP you are using.

Beverly

 11/4/09 10:52 AM, "VanBuskirk, Patricia" <[hidden email]> wrote in
whole or in part:

> Our online form suddenly started sending back the following ... instead of
> going to the confirmation php page...
>
> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
>   <!DOCTYPE FMPXMLRESULT (View Source for full doctype...)>
> - <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
>   <ERRORCODE>0</ERRORCODE>
>   <PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
> VERSION="9.0.3.316" />
>   <DATABASE DATEFORMAT="MM/dd/yyyy" LAYOUT="Orders_FormView"
> NAME="WEB_Forms.fp7" RECORDS="11156" TIMEFORMAT="HH:mm:ss" />
> - <METADATA>
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Name" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Email" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Room" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Bldg" TYPE="TEXT" />
>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Phone" TYPE="TEXT" /
>
> Etc. etc....
>
> Any ideas what's gone wrong?
>
> Trish
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au


_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Mike Duncan-2

Re: YIKES ...

Reply Threaded More More options
Print post
Permalink
Heh, they did state what version of FM they are using:

<PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
VERSION="9.0.3.316" />

If you're using FX, try re-installing that first. The web publishing
engine uses XML, px.php or the official API is just a means to talk to
it. Looks like it's putting the xml response it gets back from FMS
directly to the browser.


On Wed, Nov 4, 2009 at 3:57 PM, VanBuskirk, Patricia
<[hidden email]> wrote:

> Sorry Beverly ... I was writing in a panic!  FM9A on Win2000.  It is the strangest thing ... it has been working fine and the only change I made to the page was to change an image in the header yesterday.
>
> What should I check on the server preferences?  I am not using XML specifically, but I believe FX.php uses it.
>
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Beverly Voth
> Sent: Wednesday, November 04, 2009 11:30 AM
> To: [hidden email]
> Subject: Re: YIKES ...
>
> It appears to be returning the raw XML. Check your server preferences first.
> You don't specify what version of FMP you are using.
>
> Beverly
>
>  11/4/09 10:52 AM, "VanBuskirk, Patricia" <[hidden email]> wrote in
> whole or in part:
>
>> Our online form suddenly started sending back the following ... instead of
>> going to the confirmation php page...
>>
>> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
>>   <!DOCTYPE FMPXMLRESULT (View Source for full doctype...)>
>> - <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
>>   <ERRORCODE>0</ERRORCODE>
>>   <PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
>> VERSION="9.0.3.316" />
>>   <DATABASE DATEFORMAT="MM/dd/yyyy" LAYOUT="Orders_FormView"
>> NAME="WEB_Forms.fp7" RECORDS="11156" TIMEFORMAT="HH:mm:ss" />
>> - <METADATA>
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Name" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Email" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Room" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Bldg" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Phone" TYPE="TEXT" /
>>
>> Etc. etc....
>>
>> Any ideas what's gone wrong?
>>
>> Trish
>> _______________________________________________
>> FMPexperts mailing list
>> [hidden email]
>> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
>
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
VanBuskirk, Patricia

RE: YIKES ...

Reply Threaded More More options
Print post
Permalink
I took a backup of the database from October, tested it and it works as expected!  It seems perhaps that table in the database was corrupt?  Don't know, but it is working now!

Thank you ALL SO MUCH for your help!

Trish


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Mike Duncan
Sent: Thursday, November 05, 2009 11:34 AM
To: [hidden email]
Subject: Re: YIKES ...

Heh, they did state what version of FM they are using:

<PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
VERSION="9.0.3.316" />

If you're using FX, try re-installing that first. The web publishing
engine uses XML, px.php or the official API is just a means to talk to
it. Looks like it's putting the xml response it gets back from FMS
directly to the browser.


On Wed, Nov 4, 2009 at 3:57 PM, VanBuskirk, Patricia
<[hidden email]> wrote:

> Sorry Beverly ... I was writing in a panic!  FM9A on Win2000.  It is the strangest thing ... it has been working fine and the only change I made to the page was to change an image in the header yesterday.
>
> What should I check on the server preferences?  I am not using XML specifically, but I believe FX.php uses it.
>
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Beverly Voth
> Sent: Wednesday, November 04, 2009 11:30 AM
> To: [hidden email]
> Subject: Re: YIKES ...
>
> It appears to be returning the raw XML. Check your server preferences first.
> You don't specify what version of FMP you are using.
>
> Beverly
>
>  11/4/09 10:52 AM, "VanBuskirk, Patricia" <[hidden email]> wrote in
> whole or in part:
>
>> Our online form suddenly started sending back the following ... instead of
>> going to the confirmation php page...
>>
>> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
>>   <!DOCTYPE FMPXMLRESULT (View Source for full doctype...)>
>> - <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
>>   <ERRORCODE>0</ERRORCODE>
>>   <PRODUCT BUILD="01/12/2008" NAME="FileMaker Web Publishing Engine"
>> VERSION="9.0.3.316" />
>>   <DATABASE DATEFORMAT="MM/dd/yyyy" LAYOUT="Orders_FormView"
>> NAME="WEB_Forms.fp7" RECORDS="11156" TIMEFORMAT="HH:mm:ss" />
>> - <METADATA>
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Name" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Email" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Room" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Bldg" TYPE="TEXT" />
>>   <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Contact_Phone" TYPE="TEXT" /
>>
>> Etc. etc....
>>
>> Any ideas what's gone wrong?
>>
>> Trish
>> _______________________________________________
>> FMPexperts mailing list
>> [hidden email]
>> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
>
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au