MySQL functions like now() in server side filters
How can I create a server side filter for the following SQL expression in a role?:(startdate=0) or (startdate <= now()) Trying using a MySQL function as filter value always results in an error...
View ArticleCannot Connect to Web Service from postman
Dear all I'm new on DreamFactory.I follow the instruction "How to Connect DreamFactory to a Remote Web Service" on youtube and I already have a API Key From Edmund, after that we put on Web service...
View ArticleDecoding file content in custom script
Hi,I tried to access files in local storage using custom script (V8js) and it returned me data with encoded content. It was mentioned in one of the Dreamfactory forum to use base64.js. I placed...
View ArticleExposing custom script services publicly
Hi all, A quick question: Is it possible to expose a custom scripting service publicly (i.e. no session key or API key required)? I know I can enable open registration and give access to the service...
View ArticleMySQL functions like now() in server side filters
I solved it now: You have to add parenthesis around the MySQL functions AND you have to separate the parenthesis with spaces! A working example for a nested filter: Field: "( starttime"Operator:...
View ArticleInstall w/o Bitnami support
Hello community,I found a small problem that creates problems for inattentive like me.The presence of SQL Lite is a system REQUIREMENT even if you do not use SQL lite.When it is not found, launching...
View ArticleI get this error after power down and power up nginx server
It looks like you're trying to use nginx with Bitnami. What process did you use to enable this?
View ArticleCannot Connect to Web Service from postman
hello I think this link can help you: http://wiki.dreamfactory.com/DreamFactory/API#API_Key
View ArticleSQLSTATE[HY000] [1049] Unknown database 'dreamfactory'
What is your connection string for your service?
View ArticleSQLSTATE[HY000] [1045] Access denied for user 'df_admin'@'localhost' (using...
you did not include the referenced screenshot in the post
View ArticleHow multiple developers can work on dreamfactory if its a local desktop setup?
We cannot use traditional repository, then how can multiple developers work on local installation. I believe this is only possible if we have a server right?
View ArticleERROR Tab Files - Update DreamFactory 2.1.2 on AWS
Hello everyone, this is the error I get when I click on the tab FILES instance DreamFactory 2.1.2 of AmazonWS. What can I do? "Argument 2 passed to...
View ArticleChange Confirmation code length Short while registration
Hi guy'sHave you find a way to shorten the confirmation code? thanks
View ArticleFilter in a GET request not working for more than one parameter
I use you fixing method. Thanks a lot.
View ArticleSymbol lookup error on script request
we have DF 2.1 on a centos 6 installed without using the Bitnami image, the problem we are facing is that whenever we make GET request to a server side script, DF goes down with the below error, but...
View ArticleCan one domain name host DSP and my WebApp? Bad idea?
I think there may be more to make this work, I am missing something, or my question has been misunderstood. The .htaccess at the root seems to control the laravel app and thus both the admin and the...
View ArticleCount virtual aggregate based on time window in API docs
How can I add a virtual aggregate function to count based on the timestamp of the record? I tried Count(Case when Date between DateAdd(day,-7,GetDate()) and GetDate() then 1 else 0 end) and it...
View ArticleC++/Qt with dream factory
Hello, I'm building an android app in C++/Qt and can't find any sources on setting up the app so that basic CRUD operations could be run. So I was wondering has anyone tried using DF with a C++/Qt...
View ArticleFile Manager Can't Extract .ZIP Anymore
I just grabbed the latest version of DF (via bitnami) and I want to upload my web app to local file storage. The problem is there is no way to select a .zip and have it be extracted anymore. I have to...
View Article