SQL Server Services error: Required extension or module 'sqlsrv' is not...
This is the error when confirm to create Service SQL Server.Required extension or module ‘sqlsrv’ is not installed or loaded thanks.
View ArticleSQL Server Services error: Required extension or module 'sqlsrv' is not...
@flcarmelo did you restart the server post installation?
View ArticleNoob Questions / Shared Hosting
Hi folks,as far is i understand dreamfactory is build with laravel in php, so is there a easy way to upload dreamfactory to a shared host wich supports all the needed stuff (e.g. mcrypt, mariadb) via...
View ArticleUsing the REST API to change user information and set active to false
I would like to modify user properties such as first name and last name through a user admin page in my app. I'd also like to be able to set a user as 'inactive' through this interface. Is this...
View ArticleInternal Server Error when getting table data
I set up dreamfactory and configured it to fetch data from SQL server. Everything is fine except that I am not able to get data from a particular table. This table is used to store the user login...
View ArticleFailed to open stream: Permission denied
Hello, Because this topic isn't yet covered here, i thought i might help people in the future. I've upgraded my dreamfactory platform (in this case from 2.0.1 to 2.1.x) and after this my file upload...
View ArticleInstalling Dreamfactory on Web Hosting Server via FTP?
Hello @Serkan, could you please tell me, if it actually worked?I Would like to try the same, but before I start setting up a Linux VM etc. I would like to know if the Windowsinstallation is also okay....
View ArticleNoob Questions / Shared Hosting
Hi Oliver. Shared hosting is not officially supported for DreamFactory.I have seen posts similar to the one you linked, and that makes me think it may be possible, but for now it is not something we...
View ArticleUsing the REST API to change user information and set active to false
A user can POST to user/profile to update their built in profile information. The potential payload keys are: { "email": "string", "first_name": "string", "last_name": "string", "display_name":...
View ArticleInternal Server Error when getting table data
check your dreamfactory log for specific error information. "Whoops looks like something went wrong" is the generic internal server error from your web server.
View ArticleFailed to open stream: Permission denied
If an upgrade includes changes to the cache or storage directories, the clone from github will mess with the permissions there, and the web server can no longer write to these directories.To correct...
View ArticleInstalling Dreamfactory on Web Hosting Server via FTP?
Hello @Julian_Kallidat, No, i didn't try it yet. But if dreamfactory make a tutorial or doc about this, this process would be easier. Greetings,Serkan
View ArticleUsing the REST API to change user information and set active to false
Many thanks for the info and quick response Drew, very much appreciated. I am aware of the user/session end point enabling a user to update their own properties, I was hoping to create an admin page...
View ArticleDF stops accepting api requests
Follow upAfter further tests, I got a hunch the issue was with the server side script. To test this, I removed the scripts and replaced them with custom stored procedures. The "locking up" issue...
View ArticleDatatables and Server Side Processing
Hey I know this is an old thread, but I was hunting for an angluar datatable solution and attempted to integrate this (among others) which are far more complex. I noticed it has not been updates for...
View ArticleUsing the REST API to change user information and set active to false
Oh I see.These properties are editable by the system/user endpoint.If you're creating a new user it's a POST to system/userIf editing an existing user it's a PATCH to system/user/{user id} Here are...
View ArticleDatatables and Server Side Processing
That one has been retired with 1.X. We're working on some new Angular 2 components for authentication and CRUD (data tables). It'll probably a month or two until these will be available.
View ArticleDF stops accepting api requests
V8JS can eat up a lot of system resources, especially in Windows. I don't know the details of your setup or scripts, but I think that could be the problem.The best info for diagnosis would be to open...
View ArticleGetting the role of a user
Hi,I want to get the role of a logged in user in my custom script using V8js. How can I proceed? Thanks in advance.
View Article