cturbelin/rserve-php

PHP Catchable fatal error

Closed this issue · 1 comments

This error occurs if calling method as.Character() from the class Rserve_REXP_Factor.

Problem is a duplicate $ in front of the return variable.

Full error message:
Catchable fatal error: Object of class Rserve_REXP_String could not be converted to string in PATH_TO_FILE/REXP/Factor.php on line 54

Thank you, it has been fixed in c395645 (branch 2.0)