[FX.php List] Re: Error 959

Gjermund Gusland Thorsen ggt667 at gmail.com
Sun Sep 27 08:57:45 MDT 2009


Today I got this error too

http://pastebin.com/f1205e674


2008/8/1 Bill Krauss <bkrauss at angelcitydata.com>:
> This is freaky... I just started seeing this error today, and also when
> moving to a new box.
>
> Eventually I realized that while the web publishing engine was on, and PHP
> publishing was on, XML publishing was <not> on. And FX.php, of course,
> requires XML although the FileMaker API does not.
>
> Hope this helps.
>
> Bill Krauss
> bkrauss at angelcitydata.com
>
> fx.php_list-request at mail.iviking.org wrote:
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 30 Jul 2008 13:58:52 +1000
>> From: Tim 'Webko' Booth <tim at nicheit.com.au>
>> Subject: Re: [FX.php List] resource for testing for errors
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID: <21CA6DDB-85F0-486B-94B0-99B019B1F010 at nicheit.com.au>
>> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>>
>>
>> On 30/07/2008, at 1:51 PM, Kathy Mohr wrote:
>>
>>
>>>
>>> I am trying to find a good resource for creating php error testing
>>> scripts.  I've tried using the below code but both message are  displayed
>>> when the error code value is 0.  What am i doing wrong or where can  I
>>> find
>>> how to do this correctly?
>>>
>>
>> Try quoting your 0 result... and you shouldn't use short php start  tags
>> these days. I also tend to run that test the other way around
>>
>> So:
>>
>> <?php if($createResult['errorCode'] != "0"){ ?>
>>          An Error Occurred. Please make sure you have entered your
>>  correct ID. If you continue to get an error message, please contact etc
>> <?php }else{ ?>
>>     You have successfully registered for the below event.
>> <?php } ?>
>>
>> See how that goes...
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Wed, 30 Jul 2008 08:15:22 -0500
>> From: Anders Monsen <andersm at alamark.com>
>> Subject: Re: [FX.php List] Error 959
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID: <AE529987-497F-4969-B5D0-5D9F9AA6DA30 at alamark.com>
>> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>>
>> I saw something like on another list, and one person said when they  added
>> this to the header the error disappeared.
>>
>> <meta http-equiv="content-type" content="text/html; charset=utf-8">
>>
>> It may be worth a shot.
>>
>> Anders
>>
>>
>> On Jul 29, 2008, at 10:31 AM, Someone wrote:
>>
>>
>>>
>>> Hi,
>>> I can't find error 959 in the FMErrors.xls
>>> I got the error with FMNew()
>>> Does anyone know what this is?
>>> Just moved the solution to a new box.
>>>
>>> Thanks
>>>
>>> Frank
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Wed, 30 Jul 2008 10:57:18 -0400
>> From: Someone <someone at gagayaya.com>
>> Subject: Re: [FX.php List] Error 959
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID: <5BADD555-7015-491A-B4B0-DB0057F68C62 at gagayaya.com>
>> Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes;
>>        format=flowed
>>
>> Hi,
>> Turn debug on and got
>> kCFErrorDomainCFNetwork error 302
>>
>> Safari can’t open the page.
>> ....
>> The error was: “Operation could not be completed.
>>  (kCFErrorDomainCFNetwork error 302.)” (kCFErrorDomainCFNetwork:302)  Please
>> choose Report Bugs to Apple from the Safari menu, note the  error number,
>> and describe what you did before you saw this message.
>>
>> I don't have direct access to the machine, that's why updates take long.
>>
>> Frank
>>
>>
>> On Jul 29, 2008, at 1:54 PM, Jonathan Schwartz wrote:
>>
>>
>>>
>>> Something connection-based, no doubt.
>>>
>>> Double check all your Instance set up parameters.
>>>
>>> Try turning on Debug to see what FMP is receiving in the query.
>>>
>>> HTH,
>>>
>>> Jonathan
>>>
>>> At 11:31 AM -0400 7/29/08, Someone wrote:
>>>
>>>>
>>>> Hi,
>>>> I can't find error 959 in the FMErrors.xls
>>>> I got the error with FMNew()
>>>> Does anyone know what this is?
>>>> Just moved the solution to a new box.
>>>>
>>>> Thanks
>>>>
>>>> Frank
>>>> _______________________________________________
>>>> FX.php_List mailing list
>>>> FX.php_List at mail.iviking.org
>>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Wed, 30 Jul 2008 10:00:42 -0600
>> From: "Salvador A. Sandoval" <sal at nambetech.net>
>> Subject: [FX.php List] Looking for script triggering plug-in that is
>>        compatible with FileMaker 9 Server Web Publishing Engine
>> To: <fx.php_list at mail.iviking.org>
>> Message-ID:
>>        <31E1B36911AC2E49A2D7E4B51EC45A15018325 at NAMBETECH02.nambetech.net>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> I looking for script triggering plug-in that is compatible with
>> FileMaker 9 Server Web Publishing Engine.
>>
>>
>> I need to have a FileMaker script executed when data changes in an
>> auto-enter calculation.    I can do this natively in Filemaker using the
>> zippScript plug-in (http://zipptools.com) , but the plug-in does not
>> appear to be web engine compatible.
>>
>> There is a lot of web engine expertise on this mailing list, so I
>> thought this would be a good place to ask.
>>
>> Thanks,
>>
>> Salvador
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://localhost/pipermail/fx.php_list/attachments/20080730/918a46d1/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Wed, 30 Jul 2008 12:07:58 -0400
>> From: Someone <someone at gagayaya.com>
>> Subject: Re: [FX.php List] Looking for script triggering plug-in that
>>        is      compatible with FileMaker 9 Server Web Publishing Engine
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID: <9C119C0E-E9FE-438F-B52E-374A863B1A0F at gagayaya.com>
>> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>>
>> This might be overkill = fmDataGuard
>> http://www.worldsync.com/fmDataGuard/index.html
>>
>> On Jul 30, 2008, at 12:00 PM, Salvador A. Sandoval wrote:
>>
>>
>>>
>>> I looking for script triggering plug-in that is compatible with
>>>  FileMaker 9 Server Web Publishing Engine.
>>>
>>>
>>>
>>> I need to have a FileMaker script executed when data changes in an
>>>  auto-enter calculation.    I can do this natively in Filemaker  using the
>>> zippScript plug-in (http://zipptools.com) , but the plug- in does not appear
>>> to be web engine compatible.
>>>
>>>
>>>
>>> There is a lot of web engine expertise on this mailing list, so I
>>>  thought this would be a good place to ask.
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Salvador
>>>
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 6
>> Date: Wed, 30 Jul 2008 18:08:05 +0200
>> From: "Gjermund Gusland Thorsen" <ggt667 at gmail.com>
>> Subject: Re: [FX.php List] Looking for script triggering plug-in that
>>        is      compatible with FileMaker 9 Server Web Publishing Engine
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID:
>>        <e6ecb7940807300908r10ec2a1wefef3a19d2d47774 at mail.gmail.com>
>> Content-Type: text/plain; charset=UTF-8
>>
>> How would you like to check whether value changes?
>>
>> ggt
>>
>> 2008/7/30 Salvador A. Sandoval <sal at nambetech.net>:
>>
>>>
>>> I looking for script triggering plug-in that is compatible with FileMaker
>>> 9
>>> Server Web Publishing Engine.
>>>
>>>
>>>
>>> I need to have a FileMaker script executed when data changes in an
>>> auto-enter calculation.    I can do this natively in Filemaker using the
>>> zippScript plug-in (http://zipptools.com) , but the plug-in does not
>>> appear
>>> to be web engine compatible.
>>>
>>>
>>>
>>> There is a lot of web engine expertise on this mailing list, so I thought
>>> this would be a good place to ask.
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Salvador
>>>
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>>
>>>
>>>
>>
>>
>> ------------------------------
>>
>> Message: 7
>> Date: Wed, 30 Jul 2008 17:23:57 +0100
>> From: "Steve Winter" <steve at bluecrocodile.co.nz>
>> Subject: Re: [FX.php List] Looking for script triggering plug-in that
>>        is      compatible with FileMaker 9 Server Web Publishing Engine
>> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
>> Message-ID: <WorldClient-F200807301723.AA23570052 at bluecrocodile.co.nz>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> Hi Salvador,
>>
>> Two thoughts;
>>  1. test through the web publishing side if the field has changed and
>> trigger the script directly...?
>>  2. if that won't work because the script is time  consuming to process,
>> do a check on the web side, and set a 'flag' to say 'needs processing', then
>> have  a timed script, using any server-side plugin you like, that checks for
>> the flag, and then begins the script running...?
>>
>> Cheers
>> Steve
>>
>>
>>
>>
>> -----Original Message-----
>>
>> From: "Salvador A. Sandoval" <sal at nambetech.net>
>>
>> To: <fx.php_list at mail.iviking.org>
>>
>> Date: Wed, 30 Jul 2008 10:00:42 -0600
>>
>> Subject: [FX.php List] Looking for script triggering plug-in that is
>> compatible with FileMaker 9 Server Web Publishing Engine
>>
>>
>>
>>
>>
>>
>> I looking for script triggering plug-in that is compatible
>> with FileMaker 9 Server Web Publishing Engine.
>>
>>
>>
>>
>>
>> I need to have a FileMaker script executed when data changes
>> in an auto-enter calculation.    I can do this natively in Filemaker
>> using the zippScript plug-in (http://zipptools.com) , but the plug-in does
>> not
>> appear to be web engine compatible.
>>
>>
>>
>>
>>
>> There is a lot of web engine expertise on this mailing list,
>> so I thought this would be a good place to ask.
>>
>>
>>
>>
>>
>> Thanks,
>>
>>
>> Salvador
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://localhost/pipermail/fx.php_list/attachments/20080730/41b75811/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 8
>> Date: Wed, 30 Jul 2008 14:38:39 -0500
>> From: "CSInfo" <CSinfo at comcast.net>
>> Subject: [FX.php List] FM / FX / PHP Library system
>> To: "'FX.php Discussion List'" <fx.php_list at mail.iviking.org>
>> Message-ID: <000601c8f27b$de231740$0301a8c0 at CSDellXP>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> Hello all,
>> I have a customer that is asking for a Library system for his existing FM9
>> database. He wants to have a login system that determines a "user group",
>> gives that user a set of features on a web page, one of those features is
>> an
>> uploadable library system to store resumes (PDF, word, text) and retrieve
>> them. The files will be store on their internal W2003 file server and
>> paths
>> stored in FileMaker.
>> I have many ideas on how to accomplish this including IWP with plugins but
>> I
>> would like it to be pure HTML / PHP / FileMaker for speed.
>> What are some more ideas out there on a solid way to accomplish this
>> upload
>> / download process? I am not looking for coding examples but rather a
>> 10,000
>> foot view from experience. What elements work well together. For example,
>> is it a good idea to run FM scripts from PHP to do background
>> FM work? What FM file plugins work well on the web?
>>   Thank you,
>> John Funk
>> FileMaker Developer and web Dabbler
>>  -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://localhost/pipermail/fx.php_list/attachments/20080730/2b6193fa/attachment.html
>>
>> ------------------------------
>>
>> _______________________________________________
>> FX.php_List
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>> End of FX.php_List Digest, Vol 48, Issue 41
>> *******************************************
>>
>>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list