Using array_replace_recursive in PHP Version lower than 5.3
If you have PHP version that is lower that 5.3, here's an alternative function that you can use from Stackoverflow:
http://stackoverflow.com/questions/2874035/php-array-replace-recursive-alternative
or here:
http://en.michaeluno.jp/array_replace_recursive-alternative/
Save the function to phpGrid.php file, and phpGrid will work.