How to set Permanent Session for Token in Dreamfactory 2.2.0?
I am building Rest Api and made changes in df.php file by setting 'allow_forever_sessions' => env('DF_ALLOW_FOREVER_SESSIONS', true) and also use "remember_me":true in code for eg.{"id" : 5,"email"...
View ArticleSQLSTATE[HY000] [1045] Access denied for user 'df_admin'@'localhost' (using...
ok, I resolved it very early but now describing now how it done. Basically, by changing in "Host" as "127.0.0.1". Thanks,@aamir_rais
View ArticleHow to get response when I POST using sql store procedure
I have a SP where I am inserting a set of records based on the input JSON value. I would to get the response of each and every record as JSON response from the stored procedure. I just wanted to know...
View ArticleCan make one json return with Multiple rows
Hi Is it possible to get response while I POST json using stored procedure.
View ArticleAbout the DreamFactoryChat category
Join us every Friday at 1:00pmET on Twitter for our #DreamFactoryChat. 2.jpg1024x512 200 KB
View Article#DreamFactoryChat July 22nd 1:00pmET
DreamFactoryChat July 22nd 1:00pmET .#DreamFactoryChat is a Hashtag Twitter Chat where the @DFSoftwareInc community gathers to chat. Join us! http://tweetchat.com/room/DreamFactoryChat Continue the...
View ArticleGetting Related Data Query
One question thou. Is there away I can filter the results of the related table?
View ArticleServices not updating after creation
Has anyone else encountered this issue? @Kirk have you found anything more about it?
View ArticlePlease, create at least minimal guide on how to debug DF
Recently I tried to deploy DF 2.2 from source on the generic DSP hosting platform. It required to exclude MongoDB requirements, some extra voodoo, but in general it's working. The only problem I'm...
View ArticleSQLSTATE[HY000] [1045] Access denied for user 'df_admin'@'localhost' (using...
Glad to hear you solved it @aamir_rais. Thanks for posting your answer! Thanks,@AlexBowen
View ArticleGetting Related Data Query
Related data filtering is not available, but you could accomplish this with a script. Just requires a bit of logic processing.
View ArticleMail not sending to any users?
I am trying to send mail to users. So, i build dummy code for testing that mail is sending or not.The code is-{ "template": "newsletter", "to": [ { "name": "Xyz", "email": "xyz@gmail.com" } ],...
View ArticleError on tc.log file when restarting bitnami service
I'm getting an issue consistently when trying to restart the bitnami dreamfactory service. I run the ctlscript.sh restart, but then the process gets an error when starting mysql. In the logs it says...
View ArticleHow to securely access a REST API from a mobile application via DSP?
Hi Matthias Sorry to revive an old forum post, but did you ever get to write a script for your CAS integration? I am looking to achieve the same as you. Regards Lovemore
View Article2.1.1-2 to 2.2 upgrade error
Hello, I was receiving this error during the "composer install --no-dev" stage of the upgrade: php artisan clear-compiledPHP Fatal error: Class 'DreamFactory\Core\Providers\DfCorsServiceProvider' not...
View ArticleHelp with my nodejs scripting service
hiif anyone could help me with my nodejs Script serviceon Dreamfactory 2.2 imagine following script var lodash = require("/usr/local/lib/node_modules/lodash");var api = new mangopay({ clientId:...
View ArticleAssigning specific data to a user
Not sure I understand your use case exactly, but it sounds like you want your users to only have access to their specific data. You can use lookup keys for this. Lookup keys can be assigned to users...
View ArticleJavacript errors in chrome debugger console
If it's not affecting functionality, I wouldn't worry about it. Probably some minor bugs in the Admin App (which doesn't directly affect the functionality of the APIs.) If it concerns you, you may...
View Article