Clément Turbelin
Clément Turbelin
Hi, This is a very strange situation. I have exactly the same error and it's very hard to reproduce. If I run the exact same query outside my script, it...
Hi, Yes, the ".cyphr" file is possible (I can make my R script to create it in the local files when the package is used) or a fixed fixed set...
Yes it's probably the case if the result is large. Did you try with a small resultset (like one row ?) ? rserve-php doesnt handle large data yet.
Hi, There is probably an error raised by R that is masked in the result (if an error occured on the R side, the protocole return an error state and...
Hi, thanks for the report ! Sorry for the delay. Can you tell me more about the error, what is the traceback for example (from where the error is thrown)....
Thank you, this feature has been added. encoding will be set if "encoding" entry is specified in $params array of constructor
It has been fixed in branch 2.0 in 6396557908bbbd0116a0c9c618300ca84465a6f2
Hi ! Actually, I think that's because one entry of the properties $calls of the Mediator object is null. I don't know exactly why and if it is a "normal"...
I tried to protect all calls and logged the mediator calls in some points. It seems that the problem occurs only in garbage_collector method as you said. I'm trying your...
Hi, there is still a problem... I dont have $calls entry with null value any more (at least, when the garbage_collector method is called - where I dump this array)....