[FX.php List] Strange... Class 'FX_Error' not found

Ben Bradley ben at batfastad.com
Tue Sep 23 03:25:49 MDT 2008


Hi everyone
I've been using FX.php for many years now and it's excellent.

However I was just trying a new installation with the latest version, on a
PHP5 host connecting to FileMaker Unlimited 6 and in my PHP error log I'm
getting the following error:
[23-Sep-2008 10:17:39] PHP Fatal error:  Class 'FX_Error' not found in
/home/username/public_html/FX/FX.php on line 495

And when I try my test script, I just get a blank screen in Firefox - zero
sized reply according to our IPCop proxy.
This is the PHP code of my test script, which works fine on our intranet
server:

// FMP QUERY
$fmp_query = new FX($fm_server, $fm_port, $fm_schema);
$fmp_query->SetDBData('ECLUB', 'WEB', 7);
$fmp_query->SetDBPassword($fm_pass, $fm_user);
$fmp_query->AddDBParam('WEB PROSHOW FRONT', '*');
$fmp_query->AddSortParam('WEB PROSHOW FRONT', 'ascending');
$fmp_result = $fmp_query->FMFind(true, full, false);
$fmp_found_count = $fmp_result['foundCount'];
$fmp_error_code = $fmp_result['errorCode'];

echo $fmp_found_count.'<br />'.$fmp_error_code;


Anyone got any ideas?
I've never had this error before

Thanks, Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20080923/c6b93e6e/attachment.html


More information about the FX.php_List mailing list