[FX.php List] Fatal error: Cannot use object of type FX_Error
William Akey
wcakey at hotmail.com
Wed Dec 14 23:08:15 MST 2005
Michael,
Thanks very much for this information. Your comments got me to thinking and it turns out you were pretty close to the right answer. Indeed, it was a permissions issue of a sort. This particular database requires a username and password and for one reason or another, after successfully making it through the login page and on through the search page, I forgot that I still needed to pass this information along in the query constructed on the search_results page. Once I supplied the username and password, all was fine.
Sorry for all of the trouble, but I did learn a lot from each of the suggestions that were sent to me, so all was not lost. Thank you all for your contributions to this thread!
William
----- Original Message -----
From: Michael Layne
To: FX.php Discussion List
Sent: Tuesday, December 13, 2005 10:55 PM
Subject: Re: [FX.php List] Fatal error: Cannot use object of type FX_Error
Hi,
Getting back to the initial problem, that particular return of data...
FX_Error Object ( [error_message_prefix] => [mode] => 1 [level] => 1024
[code] => 100 [message] => FX: ExecuteQuery XML error: Mismatched tag at
line 6 [userinfo] => [backtrace] => Array ( [0] => Array ( [file] =>
...etc.
almost ALWAYS ends up being a permissions or privilege issue. the " [level] => 1024" has become my friend...
I would check that you (FX) have proper access the "fmxml" user/privilege, and don't forget if you have any invalid related fields in the layout you specify, place the field(s) inside a container of the same relationship. That also might be it.
HTH,
Michael
On Dec 14, 2005, at 1:40 AM, Greg Lane wrote:
The "-" characters are not actually part of the XML, they are added by your browser so you can collapse or expand sections of the tree. Try viewing the source of that page and then you can view or copy the raw XML.
I'm curious if you get the same error you originally reported if you change your FMFind function to use the 'basic' parameter, like:
FMFind(true, 'basic')
If the error goes away, I'd be suspicious of your data. Does the error also occur with different find criteria?
Greg
On Dec 13, 2005, at 11:45 PM, William Akey wrote:
I did follow the URL several times and all looked OK except
for some odd "-" characters every few lines
_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list
Michael Layne : 9 degrees development : www.9degrees.com : 404.226.7835
------------------------------------------------------------------------------
_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20051214/b6309d42/attachment.html
More information about the FX.php_List
mailing list