Error 500 after update to 2.4
Hi Matt, This is my PHP version: 5.6.1I moved the application to a different server on PHP 7 and there it works. Please let me know if you need additional information
View ArticleHow to connect authentication system with permissions?
DF does not support custom OAuth authentication other than a number of predefined providers. So what is the recommended approach for authenticating end users (not DF users) and give them permissions...
View ArticleSession token previously blacklisted on refresh
I run in to the same problem where sometimes my token is blacklisted even though the time has not expired. I even tested it with a TTL of 130000. The token gets blacklisted even though the session was...
View ArticleDoes DF the "REPLACE" or "INSERT INTO ON DUPLICATE KEY UPDATE" or no?
Hi all.I didn't found this issue on the forum, so create a new one.In MySQL there is features "REPLACE" and "INSERT INTO table (a,b,c) VALUES (1,2,3) ON DUPLICATE KEY UPDATE"How can I use this in...
View ArticleError 500 after update to 2.4
@jps @bitperbit This can be fixed by updating df-core. Run: composer update dreamfactory/df-core or php composer.phar update dreamfactory/df-core (depending how you've installed Composer)
View ArticleCannot log in using LDAP Active Directory
For Ldap Configurations Use below tool http://www.cionsystems.com/Enterprise-Self-Service.php http://www.cionsystems.com/Cloud_Identity_Minder.php
View ArticleError 500 after update to 2.4
Thanks, that did fix the problem. But another problem cropped up, I'm creating a new post.
View ArticleError 500 after update to 2.4
@jps good to hear. Yes please open a separate post regarding your new issue.
View ArticleVirtual foreign keys broken after migration to 2.4.1
I upgraded from 2.2.1 to 2.4.1. For some reason, virtual foreign keys were not migrated correctly: When I go to Schema, and select a table that had a virtual relationship before the upgrade, I don't...
View ArticleAllowing script access to a table does not allow nodejs scripts
Not sure if this is by design or a bug. To allow platform.api access from a NodeJS server side script, I have to allow API access (which means the table is open to the client app, not something I want...
View ArticleDream Factory and ERP
Hi there, I am looking for a product that can store all my api's and act as a semi database for the data objects we have. For example, each object has many attribute (customer--start, end, increase,...
View ArticleCloud migration office 365 AD Openldap
Cloud Identity Management Tool and CionSystems´ cloud based Identity and Access Management (IAM) Solution, CMT, is a centralized on premise enterprise to Microsoft | Office 365 | Azure AD cloud...
View ArticleDoes DF the "REPLACE" or "INSERT INTO ON DUPLICATE KEY UPDATE" or no?
@DamonV This feature is generically referred to as "upsert", i.e. update if already present, otherwise insert. We actually already have this in our requested list and have slated it for upcoming...
View ArticleUser Custom Field - Order
Is it something that can be done(in latest dreamfactory versions 2.3 or 2.4) to create a separate table (in mysql for example) containing a owner_id field which is a foreign key to user_id in user...
View ArticleMongoDB $addToSet Functionality
Hi there, may I know is DreamFactory currently supporting $addToSet function in MongoDB? For example, currently i am having data as below{ "_id" : ObjectId("12345gthtrh"), "letters" : [ "a","b","c"]}...
View ArticleContainer dropdown in file services not found
Hi.. I am trying to setup the sample application for AngularJS in dreamfactory. In services --> file services --> config , the relevant container dropdown is missing. So I am not able to host my...
View ArticleUnable to install apache as a service
Hi, During the end of the installation, i am getting a error message, unable to install apache as a service. however the dreamfactory installation gets completed. But i am not able to deploy my...
View ArticleA Syncfusion custom data adapter
I have made a custom data adapter for use with Syncfusion's javascript product. It's an initial commit and is not ready for production, but most features are working. Clone from github Also just a...
View ArticleScript for length validation
I want to validate 'name' field for certain character length.For example when name contains more then 15 characters , script should get only first 15 characters and truncate rest of them.Please help
View Article