Creation of SOAP Service breaks API Docs
@techspecguy are you also on Windows Bitnami stack like @Kapische? I have isolated this to Windows environments.
View ArticleSencha example app not available
I havn't been able to find source code for an Sencha example app for dreamfactory, The link :https://github.com/dreamfactorysoftware/app-todo-sencha doen'nt seem to Work.Is there a Sencha exampel app...
View ArticleCreation of SOAP Service breaks API Docs
@techspecguy @Kapische So it appears after testing the SOAP client is commented out on the Windows installs. You'll need to edit the 'php.ini' file located in the PHP folder in your installation path....
View ArticleDF stops accepting api requests
Apologies for so much background, I'm trying to provide as much info as possible. BackgroundWe have df installed on a Windows server 2012 R2, installed using bitmani (with apache): - Admin Application...
View ArticleLearning platform.api.get
Thanks for the responses. This tutorial lead us down the right path. Here's my working result without all the extra fluff: $test = $platform['api'];$get = $test->get;$thing =...
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
I'm following the guide, but when trying to use php composer.phar install --no-dev I'm getting an error Generating autoload files php artisan clear-compiled...
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
Ok, actually found a fix for it... http://jianjye.com/fix-command-clear-compiled-not-defined-error-upgrading-laravel-5-2/ in htdocs use the following command: rm -Rf bootstrap/cache/*
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
@mrjohny thanks. Let me know how that goes I've heard the upgrade 2.0.1 to 2.1.x presents some challenges.
View ArticleGetting stuck with upgrade 2.0.1 to 2.1.x
Alhthough now i'm stuck with the next step... php artisan migrate --seed Error: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) When starting...
View ArticleSencha example app not available
The link you referenced is for a sample app for the End of Life DreamFactory 1.x product. There is currently no Sencha app example for DreamFactory 2.0
View ArticleCreate custom scheme for Users
The current way of extending the user schema is to use the user/custom api object (see API Docs for details.) In your example I would store a path to the file storage API in user/custom, and upload...
View ArticleIonic can not connect to dreamfactory
Is there an error message? I'm not sure I understand what the issue is.
View ArticleRest api vs SDK
OAuth does need a callback (see http://blog.dreamfactory.com/using-dreamfactory-2.0-with-oauth-services ) Right now the only push notifications that DF supports are Amazon SNS. There is no callback in...
View ArticleHow to display all users in the Admin > Users tab?
This bug was resolved in the 2.0.3 release, specifically in the admin app packaged with that release (admin app version 2.0.6 -- Late December 2015.)
View ArticleHow to check whether v8js is installed correctly or not in bitnami dreamfactory?
in your command line, you can do the following\C:\path\to\dreamfactory\php\php.exe -mand you should see a list of modules installed, as well as any errors that are generated from php trying to use...
View ArticleUnable to find whether the script is being executed or not?
Hi, Thank you for the suggestion. I have tried this. But the log is not showing any thing additional about those print messages. Any other thoughts please? ThanksKrishna
View ArticleUsing existing db for authentication
so currently you have 40-50k users that authenticate through a mechanism you built previously?What type of authentication is it? JWT?You could potentially write your own DreamFactory OAuth module to...
View ArticleHow to check whether v8js is installed correctly or not in bitnami dreamfactory?
Hi Drew Pearce, Thank you for your suggestion. I am using Bitnami Dreamfactory. I got confirmed from Bitnami that V8JS installed by default. The scripts I am writing as part of post or pre process are...
View ArticleHow to check whether v8js is installed correctly or not in bitnami dreamfactory?
for a post process script, try adding the following at the top of the script:var_dump(event); This should write the event object to the dreamfactory.log file.
View Article