Upgrade 1.9 to 2.0
There is no upgrade path from 1.9 to 2.0. They will be two completely separate systems.If you use the user export and import tool, you will need to have your users reset their passwords after import.
View ArticleMeteorjs - Any support for Meteor anytime soon?
With the growing popularity of Meteor JS and the rise (and buyouts) of backend service providers, I was hoping to reengage those interested in this topic. I've been able to successfully query the...
View ArticlePHP Post to MSSQL with ServiceHandler
Try this...(just now getting around to documenting use of platform resource, see wiki) $payload = ['resource' => [['name' => 'test', 'complete' => false]]]; $result =...
View ArticleScript to conditionally cancel ongoing request and return custom error in...
I did it following this example. Thanks!
View ArticleCalling Mysql Sproc return no results
Hi, I have the following sp in mysql. CREATE DEFINER=dreamfactory@%PROCEDUREsp_distance_from_clinic(IN service_id int, IN orig_lat float,IN orig_long float)BEGIN set @bounding_distance=1;...
View ArticleOnly GET requests work after update to 2.1
Were you able to figure out why you are getting the ' http://api.**********.co.za/api/v2/api_docs' error? I am getting the same error on a fresh bitnami install and when upgrading from 2.0 to 2.1....
View ArticleOnly GET requests work after update to 2.1
Hi lftc Yes, I was able to POST to the server and get proper responses if I wrapped the post body in a resource array. Like this: {"resource": [{"title": "Test"}]} Instead of this: {"title": "Test"}
View ArticleCUSTOM script error: require is not defined
Hello All, i have Dreamfactory(V2.1) on centOS 6"require is not defined" is returned when i try to run custom script with require() var lodash = require("lodash.min.js"); var params =...
View ArticlePHP Post to MSSQL with ServiceHandler
Any example using the platform api post to create a file in a new sub-folder on S3 (or any storage service for that matter)? I'm trying to upload an image to s3 in a new subfolder, and the api docs...
View ArticleCalling Mysql Sproc return no results
Fixed. Should not have been using "@" for params.
View ArticlePHP Post to MSSQL with ServiceHandler
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleS3 using PHP Platform API
I need to create a new image file in a new folder on S3 using the php platform api. Below is what I have atm in my server script. I am piecing together docs as available but there is no example I can...
View ArticleServices Missing After Point to System AWS RDS instance
Hi, I have a Bitnami DF running Admin Application Version: 2.1.3DreamFactory Version: 2.1.0 I configure DF to point to an RDS MYSQL instance for running DF. The issue I'm having is my Services don't...
View ArticlePreprocess GET Filter values
Hi @kimpatro, I managed to grab the filter parameters and modify them, but am unable to get it processed by the server. I tried using event.request.content_changed = true; but it didn't seem to work....
View ArticleV8 Script has no effect, but var_dump shows change
For some reason, v8 scripting is having no effect over the API calls.I have installed DreamFactory manually, so I was wondering if it's perhaps to do with the V8 php mod I'm using (0.4.1) I've...
View ArticleMongoDb service Lookup Keys not authenticating
Okay, figured after a couple hours hammering my keyboard and abusing Google time to reach out for a lifeline. Connecting to external MongoDb (Amazon VPC) Setting up the service and roles. In my...
View ArticleDoes DeamFactory 2.0 work with V8 php mod v: 0.4.1?
I'm having trouble getting server side scripting to work. In var_dump I can see the response changed, but the API returns unchanged response.I'm using DF 2.0 with V8 0.4.1Also, I can't seem to use...
View ArticleAmazon / Bitnami / Dreamfactory / Mongo Setup
Figured out and finally got platform working on Amazon. I needed the DF platform communicating to 'remote' Mongo dbs to separate the DreamFactory platform from my dbs. For newbies like me, here's how...
View Article