I have installation DF v1.6.10 on Centos 6.5 from git sources. I use DF for rest api for my mobile application. Almost everything is worknig ok, but when I try post some data to one of my table then I’ve got arror (cut text from ApiException):
…
<div class="error">
<p class="lead">Internal Server Error</p>
<h3>Error Details</h3>
<div class="inset">
<p>include(V8Js.php): failed to open stream: No such file or directory</p>
</div>
</div>
…
But when I try put data to another table, everything is ok.
V8Js.php file is on my server in $DF_HOME/vendor/dreamfactory/lib-php-common-platform/src/Scripting/Engines/V8Js.php
You’re installing using git, so the v8 isn’t packaged into the install as it is with Bitnami. When you install from Bitnami, the V8 engine is already packaged up so you don’t have to do any extra manual steps to install and configure.