Azure blob storage
nvasilescu: The value for one of the HTTP headers is not in the correct format. I have tried with a new storage account on azure or a clasic storage account. I get the same output -> the same...
View ArticleInsert additonal table records on user register
The role needs to have permission to insert into the table. You may want to confirm that first. You may be able to get some info from the dreamfactory.log file too if it's a permissions issue
View ArticleAzure blob storage
I tracked the error within the azure management by the error id. The x-ms-version seems it is still supported, but it's not working at all. MissingOrIncorrectVersionHeaderThe x-ms-version header value...
View ArticleNeed Help: All my users and services have disappear after "php artisan...
Hi all, I really need some help ! I had a problem with my .env file and some parameters not beeing read.So reading that forum, i read to send 2 commands: php artisan cache:clearphp artisan...
View ArticleActive Directory and Roles bug?
I still experience strange behavior with this. Sometimes it works, sometimes it doesn't. Is there a way (other than the Admin-Application) to check if a user has which role for a particular App?
View ArticleWhich NoSQL databases are currently supported?
It's on the roadmap, but other DBs like Cassandra, Amazon RDS, and a few others are a higher priority right now. If interested, you can add support for RethinkDB before we get to it. Email benbusse at...
View ArticleDreamfactory support for RethinkDB
RethinkDB is on the roadmap, but other DBs like Cassandra and Amazon RDS are higher priority right now.
View ArticleLookup Key Value in database
If you're missing Lodash, you can get it at lodash.com. There should be a CDN link, add a script include in your master template (or the template for that page). It's a good library for manipulating...
View ArticlePreprocess changes doesn't stick
Hi gelnteohI was looking for something similar ...hahahahabrgdsAdrian
View ArticleUnable to filter SQL using AND
Hi,I have updated my DF version to 2.1.0 yesterday and since, I am not able to run the same http request to get my data.Before, I was able to filter like this and get...
View ArticleOracle connection failure
Hi, I am using the Bitnami installer for dreamfactory-2.1.1-2 for redhat linux. I have enabled oci8.iso in php.ini ; Local Variables:; tab-width: 4;...
View ArticleInsert additonal table records on user register
Which role? After the user is registered, in this post_process event, will it be logged in as that user and thus his role? or will it still be 'anonymous' role? How do I get the ID of the newly...
View ArticleUnable to filter SQL using AND
found ithttp://wiki.dreamfactory.com/DreamFactory/Tutorials/Querying_records_with_logical_filters
View ArticleSet headers explicitly?
Hi @m_menon, Its ok and useful in some cases, but, if you create a service inside DF and need to call this service, you dont need to set headers and also dont need use your full URL. Just call like...
View ArticleInsert additonal table records on user register
user register is an anonymous call (one of the few allowed in DF.)You'll need to include authentication in your script, such as with an API key that has a default Role.
View ArticleInsert additonal table records on user register
When you created the application you would have assigned a default role to it. Now that role should have the rights to insert data into the(that) table. Have a look at the app settings and see what...
View ArticleTrying to install piwik on my DF Bitnami image- missing the login page
It could be a reference to a non-existing directory that is causing the DF login page to snap. You may want to either revert back, or try a reinstall of Piwik. If it's using a db, was the db created...
View ArticleHow to create users while registering with different roles via API?
thanks for u r command mr.aislam i got (platform.session.user) is null how to solve this
View ArticleRestoring from mongodump
Is there a way to create a schema / table / collection from mongodump? I have a database / collection on mongolabs and wish to create a copy of that on DF local MongoDB. I have both the mongodump...
View Article