Error "Undefined offset: 0" from complex query
Hi, so here’s my problem: I have several related tables which I like to GET. This works:...
View ArticleError "Undefined offset: 0" from complex query
It seems, linke the filter closed=false and published=true does not work well with the ids list. In fact, I get all the entities from the id list and the filter is ignored. Can it be that I just can’t...
View ArticleWhat causes context.GetServicesAsync().Result to return null?
I’m trying to get the demo program to Address Book with ASP.NET to run on my local PC. As far as I can tell I have followed all the setup instructions and can access the API using “API Docs” screen....
View ArticleMeteorjs - Any support for Meteor anytime soon?
If anyone is looking to get started, here are some of the best Meteor tutorials & books.
View ArticleUnable to change or reset password
I have found that if you ‘Flush System-wide Cache’ from DF Admin Config, the password reset will then work without the token blacklisted error. After the password reset is complete, you must flush the...
View ArticleHttp Service call with multiple parameters
Dreamfactory v2.9.0 Using HTTP Service type, my Dreamfactory is connected with an external web service. Currently, if I pass one parameter to the service, it returns the data correctly. However, if I...
View ArticleLoading Custom Service Type
I am attempting to develop my own custom File Service type for interacting with Google Cloud Storage. For reference I borrowed heavily from the AWS S3 Service, and I think I have the underlying code...
View ArticleLoading Custom Service Type
Think I figured it out. Looks like I had to register my ServiceProvider in config/app.php. After some tweaks to get the DB migration to run successfully, I am a lot closer. I would be nice if there...
View ArticleNTLM authentication challenge while adding SOAP services
@Akshay_Nalawade can you tell me which version of DreamFactory you are using?
View ArticleLoading Custom Service Type
Glad you got that figured out! There are a couple of requests for this type of documentation. Perhaps you could provide some? DreamFactory does take pull requests.
View ArticlePassing null values in query string
Have you all tried calling the procedure using POST instead of GET? http://wiki.dreamfactory.com/DreamFactory/Features/Database/SQL/Stored_Procedures_And_Functions#Using_POST
View ArticleLoading Custom Service Type
Yeah I can look at putting that together. I am looking at creating a few more custom services anyway, so I will give me a chance to polish the instructions. On that note, are there any plans to...
View ArticleResources posted via api response id 0 [solved]
Hey, i am new to DreamFactory and i have a problem with the API. Testing out the API and posting new entries to a tables called hosts results in a 200 with a response that contains an id of 0. We are...
View ArticleNTLM authentication challenge while adding SOAP services
Hi @mattschaer, Following are version details - Admin Application Version: 2.5.1 DreamFactory Version: 2.4.2 Sorry for late reply, it was long weekend here…
View ArticleResources posted via api response id 0 [solved]
Solved. The example request body contains “id”: 0 what makes DreamFactory return the 0. I removed this and now everything works fine.
View ArticleNodeJS throwing error code 127
Running Dreamfactory on CentOS 7: I have an issue with server side scripting where running NodeJS script throws an error, “Executed command returned with error code: 127”. Creating a service with...
View ArticleNodeJS throwing error code 127
get.pre_process is running fine. However if I run the same nodejs code in get.post_process, it throws an error 127.
View ArticleHttp Service call with multiple parameters
Try using nv pairs ?name1=value1&name2=value2
View ArticleREST API POST successful , but i get error 500 "message": "array_merge():...
As mentioned in title, I am trying to crate a record. I tried various combinations and kept getting the following { “error”: { “code”: 1000, “context”: { “error”: [ 0 ], “resource”: [ { “code”: 500,...
View Article