POST to Remote Web Webservice
@m_menon, I tried your suggestion, but didnt work. The trick in this case is use JSON.stringify(payload)... without resource.
View ArticleStyle Sheet Not Loading
fix for this coming next release: http://community.dreamfactory.com/t/hosted-website-css-stylesheet-problem/2358/5?u=drewpearce
View ArticleIncorrect MIME type on your hosted enterprise beta sandbox
the previous fix on the sample app was just to put the styles inline.An actual code fix for this is coming in the next release:...
View ArticleBest Practices / Paths to migration from 1.9
Looking to migrate to 2.X and read somewhere there would be some useful tools available at some point for this. If there are not any tools available, what's the best way to migrate a smallish...
View ArticleS3 AWS BUcket metadata
It is possible retrive User-Defined Metadata file information from a AWS S3 Bucket? metadata like "x-amz-meta-"
View ArticleAggregate Queries in mysql using virtual fields
I have created a virtual field vcol1 for SUM query as mentioned in wiki.dreamfactory.com.I want to use dreamfactory api to query. SELECT col0,SUM(col1)FROM tablenameWHERE col2=xGROUP BY col3I get a...
View ArticleInstall DreamFactory on WAMP
@prasong Using the git shell can you try running the following commands:-C:\Bitnami\dreamfactory-x.x.x-x\php\php.exe artisan migrate --seed-C:\Bitnami\dreamfactory-x.x.x-x\php\php.exe artisan...
View ArticleAPI Docs response Message vs real response message
Why does the API Docs response mention that the response message for one of the POST methods is { "code": 0, "message": "string"} whereas the actual result of executing the API results in the...
View ArticleCustom Scripting Service - Python option missing?
Hi, I just setup my first Dreamfactory installation today (Cloned from Github and setup according to the installation guide in the wiki). My intention was to use Python scripting, however I noted that...
View ArticleHow to migrate(move) my local dreamfactory to amazon EC2?
Not yet , howcto use it to migration purpose. If you have sort of reference (link) regarding it. Please navigate me on it.
View ArticlePHP scripting to get.post_process
Hello all, I have a MySQL database that is connected to dreamfactory, but some of my records are serialized (PHP). I wrote a PHP script to unserialize it whenever I send a "GET" network request, but...
View ArticleJavaScript Addressbook modifiction: fine locally but error on ec2
I added a few minor modifications to test out functionality & the changes work locally but not on the server. When run locally I click my testing button to execute a block of code and it executes...
View ArticleSwift + Alamofire: User Login & MySQL
Hi @samkirsten Thank you for all of useful information. I have a question, you mentioned "sessionToken" two times in your code and you said it's generated in function above. Can you be more specific...
View ArticleInstall DreamFactory on WAMP
@mattschaer I have install from GIT repo, on my WAMP stack. And i try -C:\Bitnami\dreamfactory-x.x.x-x\php\php.exe artisan migrate --seed-C:\Bitnami\dreamfactory-x.x.x-x\php\php.exe artisan...
View ArticleCustom Scripting Service - Python option missing?
Python scripting will be in the next release Apr 22. The docs are out a bit early, sorry for the confusion.
View ArticleMySQL Table Structure
Hi, I am trying to create two tables route_details, passenger_details to contain data as below. I am not able to understand how the both data base schema should be. Passenger details is one more table...
View ArticleUnauthorized. User credentials did not match
I have a strange problem when connecting DF to MariaDB 10.1. To make sure that permissions are not an issue, I created a user with root access and saved the details in the Service. It works fine till...
View ArticleUnauthorized. User credentials did not match
And I realised one thing - If I hit the save button again, it will connect - that is till another restart. After that it will again throw the Unauthorized, User credentials did not match error. The...
View Article