Hello! I'm a tech assistant working on a thorny FileMaker API for PHP error. I'm gathering this information mostly for our head programmer and I'm all fairly new to both FM & PHP, so be patient with me, please
We're getting several different errors -- the first of which happens over a dozen times:
the use of ampersands in our variable declarations. . We've tested removing the ampersand and it seems to fix that issue, but I'm not sure this is truly the solution or just a quick fix. Any opinions on this?
The other errors we're getting are...
Assigning the return value of new by reference is deprecated
From some searching, I've gathered that this error is probably being caused by
Non-static method FileMaker::isError() should not be called statically, assuming $this from incompatible context
is_a(): Deprecated. Please use the instanceof operator
Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context
These I'm less certain on, so any advice anyone could provide would be appreciated.
I understand that I'm probably not providing enough information, or the correct kind, so please let me know if that's the case and I'll do my best to give you what you need.
Any help at all would be greatly appreciated!