[FX.php List] Problem with FMEdit() enters the data twice in each field

Jane Chinn Jane.Chinn at cwu.EDU
Mon May 2 10:10:04 MDT 2005


Andre,

Yes this same thing was happening to me and someone on the list 
suggested the following:

Found out what the problem is. It turns out that FM7SA doesn't play 
well with the POST method. You can still use the post method for web 
forms, but you need to communicate with the server using GET.

In FX.php, lines 97 and 98, set the following to false:

var $isPostQuery = false;
var $useCURL = false;


Regards,
Jane


On May 2, 2005, at 8:38 AM, Dale Bengston wrote:

> Hi Andre,
>
> I'm working from memory and have not had this problem myself... but I 
> think it had something to do with CURL. There is a pref in FX.php for 
> turning CURL on and off. Try that.
>
> Hope this helps,
> Dale
>
>
> On May 2, 2005, at 10:09 AM, Andre Rabha Tozzini wrote:
>
> Hi Folks,
>
> I'm getting this kind of problem in my DB when i try to edit a record. 
> It do something like these field&field.
>
> I saw a post that tells it to chance the FMPostQuery(true) to  
> FMPostQuery(false) in FX.php but didnt work.
>
> So can anyone tell me what  its all about??
>
> I'm running Mac OSX 10.3.9, Apache 5.0.1 and FX.php 3
>
> Thanx
>
> Andre Tozzini_______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 2107 bytes
Desc: not available
Url : http://www.iviking.org/pipermail/fx.php_list/attachments/20050502/6126ceac/attachment.bin


More information about the FX.php_List mailing list