Is_file PHP error when setting-up Role access for PHP script service
I get:DreamFactory Utility Moduleis_file(): File name is longer than the maximum allowed path length on this platform (1024): ..... Entire script servie contents follows OS is DSP's FreeBSD DF is...
View ArticleHow to set Permanent Session for Token in Dreamfactory 2.2.0?
I made changes in df.php file but didn't find .env file anywhere.I am working on Dreamfactory-2.2.0.
View ArticleNot able to retieve records from a Table
In the API docs just enter the table name and leave everything else blank. Your request should look like this. GET http://localhost:8080/api/v2/mysql/_table/npi%20data For some reason your request URL...
View ArticleDevelopment to production process
I don't seem to have system/package: Pasted image1326x715 80.3 KB
View ArticleDevelopment to production process
did you upgrade to df 2.1.2 from a previous version? if so, try this: php artisan config:clear php artisan dreamfactory:pull-migrations php artisan migrate -- seed php artisan cache:clear Then clear...
View ArticleAnd they change a lot things in 2.2...again
hiAgain any subtencial change in 2.2 that need app code updatethis time in 2.2before a setRecord or Update record: params = { resource:[ params ]}was in 2.1 params = { "resource":[ params ]} Remember...
View ArticleAnd they change a lot things in 2.2...again
Can you provide the complete requests and responses for these two cases?
View ArticleDevelopment to production process
So, I assume this must be done on systems with the same dreamfactory version? IE, I have a 2.1.2 version dreamfactory and when I export a package and try to import it on a freshly made vm from...
View ArticleDevelopment to production process
It's meant to work across DF versions. Can you post the entire error message?
View ArticleDevelopment to production process
It pops up so I couldnt grab it all, but this should be enough.. Failed to insert users. Batch Error: Not all parts of the request were successful.Context: Array([errors] => Array([0] => 0)...
View ArticleDevelopment to production process
I think you need to both instances upgraded to 2.2.1 (use the same commands earlier in the thread). Then try the package import. Going forward (2.2.1 and higher) this shouldn't be the case, but there...
View ArticleNot able to retieve records from a Table
Hello,Thanks for the reply, I could get a hint to the problem from that and solved it.So the problem was that I was using IE browser, in this all the placeholder text are coming as hard text and hence...
View ArticleNot able to retieve records from a Table
Glad you figured it out @ft-anju. Thanks for posting the solution! Thanks, @AlexBowen
View ArticleHow to set Permanent Session for Token in Dreamfactory 2.2.0?
If this is a Bitnami install it will be in the htdocs folder.For example, on Windows, this would default to C:\Bitnami\dreamfactory-2.2.0-0\apps\dreamfactory\htdocs.env Since the filename starts with...
View ArticleDevelopment to production process
There was a link in another message to a page with instructions on how to upgrade the code, but now the link is something else. Can you post again the process to update the code (this is a bitnami...
View ArticleAssigning specific data to a user
Hi thank you for your response. Would this scenario require for me to make a look up key for each company?Since in lookup keys I'm giving it a value it seems I would need to make a look up key for...
View ArticleGetting error Error logging in user: Error Domain=swagger Code=404 "(null)"
Trying to login with my iOS app after creating a user in DF. I have created a user in DF panel. Im still getting error when im logging in through the app
View ArticleHandling multiple Php Scripts that reference each other
I have a couple of php scripts that are in a single folder. One of these scripts has constants that are used in all the scripts . They reference each other using "require_once". Which(directory)...
View Article