DF admin console not showing all users
Okay. another question. My dreamfactory server is having public ip and so the DF admin login screen is visible to everyone. Can I restrict this behaviour?
View ArticleSetting up Permanent Session Token in DF 2.0
I have set df_allow_forever_sessions=true in dreamfactory/htdocs/.env file but I do not get the property back when calling system/environment api. What am I doing wrong?
View ArticleSetting up Permanent Session Token in DF 2.0
It's DF_ALLOW_FOREVER_SESSIONS=true All upper case. Also, which version of bitnami image you are using? If it still doesn't work using that config in .env file then you may have the older beta...
View ArticleHow to read records from couchdb view
Yes I can get all the records from df without any problem and yes I'm familiar with couchdb views..Do you have an example how to fetch from a view using dreamfactory?I didn't find any on the web..
View Article"Required extension or module 'ldap' is not installed or loaded
well... After i reinstall the whole DF2.0 and redo it again. It works finally. Thanks
View ArticleUnable to connect to mysql database on same server as bitnami install
i had a similar problem to access to mysql on premises. To solve this I must instance my local DB as 127.0.0.1 and not as localhost (look for a similar thread with title "Error logging to MySql on...
View ArticleFlush System-Wide Cache
In DF 2.0, does anyone has or had the same problem that every time you make changed to the DB or Services you have to Flush System-Wide Cache to make it work, e.g. when creating a new table, it's not...
View ArticleHow to disable debug / stacktrace info on API errors in 2.0
Starting with v.2.0, I started getting full stacktrace in the output of the REST API when there is an error (HTTP code >200). Is there a way to disable it and only show the limited message and the...
View ArticleVerb Mask Permissions Values - Bitwise
Hi guys, While looking for the verb role permissions in db, just to know how DF deal with those guys, but could not find any column with "POST, GET, PUT, DELETE or PATCH" value, I find out that every...
View ArticleError when using API
Hi, I am new to the DreamFactory, and am testing the SQL API, I found that the system gives me an error whenever the contents of a field contain quotation marks. The error returned is: The Response...
View ArticleClass not found error
Same error Debian wheezyServer version: Apache/2.2.22 (Debian) browser chrome 500 error install with this intructions https://github.com/dreamfactorysoftware/dsp-core/wiki/Install-Debian-Ubuntu
View ArticleDF install version 1.8.2 php version
hi i am using vps on plesk basically when it autoupgrade system php to 5.5 dreamfactory stopped working please let me know how can we run dreamfactory on php 5.5 also can we use it on php5.4 as fastcgi
View ArticleDate Format and Lookup keys Version 2 not working
I believe lookups are stored as strings, so if your database is expecting an int there will likely be type mismatch issue.
View ArticleDreamfactory not reading /databases/database.config.php
in DF 1, this was done by copying config/databases/databse.config.php-dist to config/database.config.php in DF 2, you need to edit the .env file in the root of the installation.Supported database...
View ArticleProblem it ö, ä, ü on MySQL
Still working on this but wanted to let you know if you create the records using the API they are stored and retrieved with no problem. It's only existing data.
View ArticleJAVA & ,NET SDKs
I know that the Java app was built in (and intended to be used in) Android studio -- it is an Android app after all. I'm not familiar with .NET, but if you could detail your process and precise error...
View ArticleError when using API
Having trouble duplicating this issue. Can you provide more details?What version of DreamFactory?What operating system?What type of SQL?How is the data being stored?How is the data being retrieved?
View ArticleDF install version 1.8.2 php version
You need to upgrade your DreamFactory instance -- version 1.8 is very old. If you wish to stay in the 1.x family, here are the upgrade instructions....
View ArticleDate Format and Lookup keys Version 2 not working
Hi Drew But it should replace the {EMPNUM} with a value anyway which in my case is 100 , it does appear to be doing that. How would i convert it to an INT ? ThanksTony
View Article