API Error (Array to string conversion)
Hi, I keep getting this error when I try to click Update on the Schema tab. First I try to create a table. Then added the following columns: created_by - user_id_on_createlast_updated_by -...
View Article2.0 & OpenShift
We're working on it. The challenge is that Openshift doesn't support PHP 5.5. We're looking at this repo to help https://github.com/boekkooi/openshift-cartridge-php. If all goes well, we expect a few...
View ArticlePersist data in Docker / Move data
I'm using the official dreamfactory docker image. Are there some instructions how to upgrade the image without losing any data? Do you plan integrating some ENV variables to persist data outside the...
View ArticleSwagger API for limited user
So I've set up the api, and exposed swagger app to a limited user. I've setup that his role only has access to two tables. How can I make it so this user only sees API docs for just those two tables....
View ArticleConnection failed to open the DB connection: SQLSTATE[HY000] [2054]
I can't connect to remote MySQL database.This is what I am getting in logs: [2015-12-07 11:12:32] local.ERROR: * System error building event map for service 'mydatabase'.Failed to connect to...
View ArticleCan't find option to enable Open Registration in DF 2.0
Glad you worked it out. For anybody wondering, registration, invitation, and password reset configurations are in the Users service in 2.0
View ArticleBest Way To Familiarize With DF
That look right, to the best of my knowledge. I'm still getting up to speed on the PHP scripting.
View ArticlePHP scripting to POST to external MySQL for new registrations
Hi All I have DFV2 connected to an external MySQL as a service so I can do a lot with API calls. But I want to add the user account both internally (so as to get the security features of DF) and...
View ArticleDreamFactory Enterprise installation errors
On a fresh Ubuntu server I have followed these instructions to install DF Enterprice,https://www.dreamfactory.com/how-install-dreamfactory-enterprise After a lot of efforts to make it work I am on a...
View ArticleDreamFactory Enterprise installation errors
Please attach the file /tmp/dfe-installer.log. it appears there was a problem during installation.
View ArticleDreamFactory Enterprise installation errors
Thank you for the response.Here's the file.I renamed it in order to be able to upload it. UPD: It seems that I can not upload and you to view it, so here is a public link to download it...
View ArticleDreamFactory Enterprise installation errors
Great, thanks! You'll notice a failure early on during user creation. I haven't seen this before and will need to investigate. However, it does appear you're using the "wily" release. We only support...
View ArticleDreamFactory Enterprise installation errors
Thank you!Will do and let you know how it goes!
View ArticleGuide for authenticating using Google+ account (Android)?
Hi, Is there a guide on how I can have users authenticate using their Google+ account through a Android Mobile app? Thanks,Allen
View ArticleRemove Duplicated Rows in Rest API
It looks like "DISTINCT" isnt supported yet by DreamFactory.Refer: http://community.dreamfactory.com/t/selecting-distinct-values/224 But we found a way on getting the unique values of an API response....
View ArticleMulti-App DF server
Hello, I have a DF server that has multiple apps. For 1 app I created a client userid that had a role that has access only to the resources needed by that 1 app. I use Web Tools on chrome browser to...
View ArticleHow to read records from couchdb view
Thanks for your response !!! I'm using DF2 and in my case I get the following error: message: "Resource '_design' not found for service 'couch'."code: 404 with a big stack of DF code
View ArticlePHP scripting to POST to external MySQL for new registrations
Hi @charliefinale, if I understand what you're saying, you will need a Custom Script that receives the POST of your PHP code. The routine is:PHP -> Script DF -> Save to DF Users -> Save to...
View ArticlePHP scripting to POST to external MySQL for new registrations
Also I must to say that in the requisition: platform.api.post('my-db-service/users?fields=id,name,email,login', user_data); the "fields", in get params, is the fields that will return after the...
View Article