[FX.php List] Re: FX.php_List Digest, Vol 111, Issue 21

LELAND LONG lelandlong at me.com
Mon Dec 16 12:30:27 MST 2013


Well, it breaks in several ways, but let's try one problem at a time.

The includes, in the header, had to be changed due to an apparent filename change:
from: include_once('FX/FMErrors.php');
to:      include_once('FX/FX_Error.php');

As soon as this was modified then my error handler generated an error.
offending code:   if ($newSheetResult['errorCode'] <> 0) {
                                     echo 'Sorry, but an error has occurred.';
                                     Exit;
                               }
error message:   "Fatal error: Cannot use object of type FX_Error as array"

Again, this worked fine in v4.2 and breaks in v6...

Leland Long



On Dec 16, 2013, at 1:27 PM, fx.php_list-request at mail.iviking.org wrote:

> In what way do “things break?”
> 
> Dale

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20131216/d429b47d/attachment.html


More information about the FX.php_List mailing list