Changing default database/dbms for system and user database in bitnami...
Hello @abhinavg, thanks for sharing!- @AlexBowen
View ArticleAccess-Control-Expose-Headers
Hello @shreyasamrutkar, have you checked out our wiki? http://wiki.dreamfactory.com/DreamFactory/Tutorials/Enabling_CORS_access http://wiki.dreamfactory.com/DreamFactory/Features/CORS...
View ArticleDatetime filter param not working after 2.3 update from 2.1
array(6) { ["filter"]=> string(33) "created_at >= 2016-10-01 08:13:27" ["related"]=> string(1) "*" ["type"]=> string(4) "feed" ["limit"]=> int(5) ["offset"]=> int(0) ["order"]=>...
View ArticleArray_key_exists() expects parameter 2 to be array, string given
After installation of 2.3 , when I select a row in a local mysql db and click delete I get "array_key_exists() expects parameter 2 to be array, string given" popup. If I edit that field then press the...
View ArticleError when trying to retrieve records in sorted order
Hi, how can we fix this without upgrading. This is critical for one of the project we recently pushed live on a production, now we can upgrade the version. Please suggest. Thanks
View ArticlePOST to a table that has a belongs_to relationship no longer working in 2.3
Hello. Please help with this urgent matter. I updated to df 2.3 . In 2.1 the current schema and system worked. I have a table pictures. this table has a field user_id . the user_id has belongs_to...
View ArticleSimple interface operation not working in fresh install !?!
install your current local osx software. Create any table with one field with any name. Go into data -> edit field. Input any value. Save. Try to delete ->Identifying field(s) could not be...
View ArticleDreamfactory has bug, Big size parameter Error
This is likely due to PHP settings. Best guess is either max_execution_time or memory_limit need to be increased in php.ini. What's the error you get back when it fails?
View ArticlePOST to a table that has a belongs_to relationship no longer working in 2.3
What type of database?Also, I'm having trouble understanding the structure of the relationship between the tables from your description. Can you do 2 GETs and post the results hereGET...
View ArticleI am umable to solve the problem at console
Hi I am new to dream factory and facing the issue after importing angular js application Any one Please check http://prntscr.com/cs2rnn . Thanks in advance to help
View ArticlePOST to a table that has a belongs_to relationship no longer working in 2.3
This was got from the schema menu and clicking json. Because making a get call to schema/table_name gives me this error : { "error": { "context": null, "message": "Unauthorized. User credentials did...
View ArticleReturning JSONP or accessing Dreamfactory without a server
Nevermind, I take it back, you can do file:// protocol requests; something else was broken....
View ArticleError sending registration notification e-mail
DF is 2.3.1I ought to say that this error in particular is e-mail related, but its reason may influence other places in php code, which calls file_exists function with arbitrary long argument to...
View ArticleI am umable to solve the problem at console
Try the full instructions here: https://github.com/dreamfactorysoftware/angular-sdk Also, the forum is a great place to get help and learn but try to provide some context surrounding issues as the...
View ArticleDreamfactory has bug, Big size parameter Error
OOOOOOOHHHHHHH!!! Thank you @drewpearce !! I change memory_limit 128MB -> 1G.Then it Success! But...Why PHP need 1G memory for send 50MB Post Parameter?? It is mystery...
View ArticleData Insertion main and reference tables through POST call receives error
My body is this { "resource": [ { "queueId":24, "QueueName": "queueName11", "IsIncluded": true, "users": "test@test.com", "holdtime": 234, "groupby": "1", "queue_fields_by_queueId": [ { "fieldId": 3,...
View ArticleX-DreamFactory-Api-Key is not allowed by Access-Control-Allow-Headers in...
Hi I'm currently using bitnami dreamfactory 2.3.0-4. I have setup CORS setting as below Origin required * Paths * Headers * Max Age 0 All methods selected I created an app in DSP instance and a API...
View ArticleData Insertion main and reference tables through POST call receives error
@prateek.mishra can you provide some more information about the queueId data type? Is it auto-incremented?
View ArticleData Insertion main and reference tables through POST call receives error
queueId datatype is int(11) type is idyes it is auto_incremented
View Article