Best Way To Familiarize With DF
Hey Kim, any idea when the documentation related to PHP scripting will be up on the website. There are few examples on the documentation but that isn't fully useful if we have to write a complex PHP...
View ArticleCannot setup smtp service
Hi @greywire, I believe this is a known bug - see this thread
View ArticleBest Way To Familiarize With DF
Hi, I don't know what you want to do, but there's this documentation: http://wiki.dreamfactory.com/DreamFactory/Tutorials#PHP Maybe @drewpearce could give you more information.
View ArticleHow to create OpenID Provider server/application with DF?
Hi,does that can help you? http://wiki.dreamfactory.com/DreamFactory/Tutorials/Using_OAuth
View ArticleService Type list missing after update to 2.04/ admin 2.06
HI Have fixed the problem , appears that my php was not in the environment variables path. I now have another problem, this was working prior to the upgrade , it's to do with dates. What has changed...
View ArticleSQL Syntax error after installation from github
I've installed dreamfactory following guide on github https://github.com/dreamfactorysoftware/dreamfactory/ however after configured db and re-run the command php artisan dreamfactory:setup , i've...
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Rusher, the issue you reported has not been verified as a bug. See my response to you above.The issue that screenivas reported only existed in 2.4 (all releases.) His issue should be fixed in the...
View ArticleHow to create OpenID Provider server/application with DF?
DreamFactory is not built to be an oauth provider, but it can use other oauth providers to authenticate. Sorry.
View ArticleService Type list missing after update to 2.04/ admin 2.06
See querying with filters here: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Querying_records_with_logical_filters The need for parentheses was added in 2.0.4
View ArticleService Type list missing after update to 2.04/ admin 2.06
Hi Drew I have this now (startdate >= 2016-01-23) AND (startdate <=2016-02-02) Which works fine but if i use this(startdate >= 2016-01-23) AND (startdate <=2016-02-02) AND (ClientCode...
View ArticleProblems to refresh a forever session token
This is expected behavior. See http://wiki.dreamfactory.com/DreamFactory/Tutorials/Refreshing_a_JWTandhttp://wiki.dreamfactory.com/DreamFactory/Tutorials/Forever_sessions
View ArticleService Type list missing after update to 2.04/ admin 2.06
Hi Drew Seems to be working now must be a typo somewhere,But good to be aware of parenthesises ThanksTony
View ArticleWanting to GET some data without authorization token. Code 401
Hi @drewpearce , what if I want to make only authenticated requests using the session token to get the data? I am new to dreamfactory. I created a role which has the GET, POST access to a table. I...
View ArticleWanting to GET some data without authorization token. Code 401
you need to assign the role to the user for in relation to that app. NOT as the default role for that app.
View ArticleWanting to GET some data without authorization token. Code 401
Awesome! Thanks a ton Drew!
View ArticleBest Way To Familiarize With DF
No updates right now. The dev team is working on getting 2.1 out the door.
View ArticleBug in SMTP configuration save - missing config
This bug is fixed in the forthcoming 2.1 release. Should be any day now.
View ArticleFilter in a GET request not working for more than one parameter
Hi! I have one service that connects to a MySQL database, and I want to fetch records using a filter with two fields. Basically, I'm doing the request like this:...
View Article